Chad Rosier
32503020a4
Etch out the code path for MS-style inline assembly.
...
llvm-svn: 158325
2012-06-11 20:47:18 +00:00
Argyrios Kyrtzidis
a32a095920
[libclang] Properly handle @encode() in RecursiveASTVisitor and traverse
...
its type source info. Fixes indexing references inside @encode().
llvm-svn: 156936
2012-05-16 19:22:47 +00:00
Argyrios Kyrtzidis
51d6c42824
[libclang] Actually commit the changes to make libclang's RecursiveASTVisitor
...
data-recursive for statements.
llvm-svn: 156339
2012-05-07 23:23:03 +00:00
Argyrios Kyrtzidis
0c7708b571
[libclang] Put the RecursiveASTVisitor in libclang in a cxindex namespace.
...
llvm-svn: 156331
2012-05-07 22:22:58 +00:00
Argyrios Kyrtzidis
c893ba465e
[libclang] Use a copy of the data-recursive RecursiveASTVisitor inside libclang.
...
This is temporary until we settle on how to make the main RecursiveASTVisitor safe.
There are some modifications on the original version, to avoid extreme memory usage
when compiling for release.
rdar://11179167
llvm-svn: 156329
2012-05-07 22:16:46 +00:00