#
2d9c740c |
| 03-Sep-2009 |
Daniel Dunbar <daniel@zuster.org> |
Revert "Remove redundant local variable (use newly created instance data).", the previous commit this depends on is breaking x86_64-apple-darwin10 and Linux tests.
llvm-svn: 80895
|
#
517ea46e |
| 03-Sep-2009 |
Steve Naroff <snaroff@apple.com> |
Remove redundant local variable (use newly created instance data).
llvm-svn: 80861
|
#
ef3cf2a5 |
| 03-Sep-2009 |
Steve Naroff <snaroff@apple.com> |
Visit function/method bodies and issue callback for parameters and local variables. Add clang_getTranslationUnitSpelling().
llvm-svn: 80859
|
#
55c34113 |
| 25-Jun-2009 |
Argyrios Kyrtzidis <akyrtzi@gmail.com> |
Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist.
llvm-svn: 74196
|
#
3a08ec16 |
| 20-Jun-2009 |
Argyrios Kyrtzidis <akyrtzi@gmail.com> |
Add the license part to the new source files.
llvm-svn: 73825
|
#
ce379752 |
| 20-Jun-2009 |
Argyrios Kyrtzidis <akyrtzi@gmail.com> |
Introduce the ASTUnit class.
ASTUnit is a helper class to allow easy loading of an ASTContext from a PCH file. No users for now.
llvm-svn: 73819
|