aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/ASTUnit.cpp
AgeCommit message (Expand)Author
2009-09-21Change ASTUnit to only initialize the predefines buffer to the suggested pred...Daniel Dunbar
2009-09-21Change ASTUnit to take the Diagnostic as an argument, the client should have ...Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-04Implement accessors clang_getCursorKind(), clang_getCursorDecl().Steve Naroff
2009-09-03Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitS...Steve Naroff
2009-09-03Revert "Visit function/method bodies and issue callback for parameters and localDaniel Dunbar
2009-09-03Revert "Remove redundant local variable (use newly created instance data).", theDaniel Dunbar
2009-09-03Remove redundant local variable (use newly created instance data).Steve Naroff
2009-09-03Visit function/method bodies and issue callback for parameters and local vari...Steve Naroff
2009-06-25Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist.Argyrios Kyrtzidis
2009-06-20Add the license part to the new source files.Argyrios Kyrtzidis
2009-06-20Introduce the ASTUnit class.Argyrios Kyrtzidis