aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/ASTUnit.cpp
AgeCommit message (Expand)Author
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar
2009-11-11Redo how PCH handles its implicit include. Instead of treating this specially inDaniel Dunbar
2009-11-11StringRefify some PCH interfaces.Daniel Dunbar
2009-10-19The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of A...Ted Kremenek
2009-10-19Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.Steve Naroff
2009-10-18Use sys::Path::eraseFromDisk instead of unlink as suggested by Chris.Benjamin Kramer
2009-10-17Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the cre...Ted Kremenek
2009-10-16Keep track of whether declararions were loaded from a precompiledDouglas Gregor
2009-10-15Make sure temporary files get unlinked.Steve Naroff
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