Commit Graph

11 Commits

Author SHA1 Message Date
Argyrios Kyrtzidis
76faca0269 [IDE] Enhance SourceEntityWalker to report walking of expressions.
Swift SVN r9760
2013-10-29 17:06:38 +00:00
Argyrios Kyrtzidis
0f9744430c [IDE] Have SourceEntityWalker invoke the callbacks for getter/setters.
Swift SVN r9759
2013-10-29 17:06:36 +00:00
Doug Gregor
112c6123eb Terminate SpecializeExpr with extreme prejudice.
There are numerous other cleanups that could be performed now that
this is gone; I'll follow up with some of them.


Swift SVN r9717
2013-10-28 18:50:29 +00:00
Argyrios Kyrtzidis
65fd2eed43 [IDE] Provide 'walk' method in SourceEntityWalker for SourceFiles.
Swift SVN r9136
2013-10-10 14:51:37 +00:00
Argyrios Kyrtzidis
81ab506e59 When creating a constructor reference expression, don't discard source info about the type reference and the qualifiers that were used for it.
This allows annotation of type reference qualifiers in a constructor expressions and fixes rdar://15034212.

Swift SVN r8862
2013-10-02 23:16:18 +00:00
Argyrios Kyrtzidis
603521aeae [AST] When cloning a NamedPattern, make the var implicit if we are propagating implicit'ness.
Swift SVN r8789
2013-09-30 19:54:22 +00:00
Argyrios Kyrtzidis
afe06ac951 [IDE] Fix semantic annotation of subscript declarations.
Swift SVN r8788
2013-09-30 19:17:32 +00:00
Argyrios Kyrtzidis
efe3d94e6b [AST] Introduce DeclContext::walkContext(), used for ASTWalking a DeclContext.
Swift SVN r8776
2013-09-30 15:43:09 +00:00
Argyrios Kyrtzidis
4a91e28d11 [AST] For the ASTWalker add Module and Decl as a parent kind, and make ParentTy a class.
Swift SVN r8756
2013-09-29 00:12:11 +00:00
Argyrios Kyrtzidis
f32167d166 [AST] Introduce a walk() method for TranslationUnit.
Swift SVN r8729
2013-09-27 17:24:35 +00:00
Argyrios Kyrtzidis
e68201fa66 [IDE] Replace ide::findSemanticSourceEntities() with a more general SourceEntityWalker abstract class.
Swift SVN r8699
2013-09-26 21:36:03 +00:00