summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Remove redundant local variable (use newly created instance data).", theDaniel Dunbar2009-09-031-8/+10
| | | | | | previous commit this depends on is breaking x86_64-apple-darwin10 and Linux tests. llvm-svn: 80895
* Remove redundant local variable (use newly created instance data).Steve Naroff2009-09-031-10/+8
| | | | llvm-svn: 80861
* Visit function/method bodies and issue callback for parameters and local ↵Steve Naroff2009-09-031-1/+5
| | | | | | | | variables. Add clang_getTranslationUnitSpelling(). llvm-svn: 80859
* Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist.Argyrios Kyrtzidis2009-06-251-5/+1
| | | | llvm-svn: 74196
* Add the license part to the new source files.Argyrios Kyrtzidis2009-06-201-0/+13
| | | | llvm-svn: 73825
* Introduce the ASTUnit class.Argyrios Kyrtzidis2009-06-201-0/+146
ASTUnit is a helper class to allow easy loading of an ASTContext from a PCH file. No users for now. llvm-svn: 73819
OpenPOWER on IntegriCloud