summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* ASTUnit: Don't check that input files exist when parsing ASTs from the commandDaniel Dunbar2010-01-251-0/+4
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-2/+30
* Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar2009-12-151-4/+2
* Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix C...Daniel Dunbar2009-12-131-10/+7
* CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar2009-12-131-1/+7
* Remove several .c_str() to be forward-compatible with StringRef.Jeffrey Yasskin2009-12-081-2/+2
* ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit madeDaniel Dunbar2009-12-041-6/+24
* Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar2009-12-031-18/+8
* ASTUnit: Explicitly track whether the ASTUnit came from an actual AST or not.Daniel Dunbar2009-12-021-4/+7
* ASTUnit: Fix initialization of OnlyLocalDecls variable, and honor UseBumpAllo...Daniel Dunbar2009-12-021-4/+4
* Fix ASTUnit::getOriginalSourceFileName() when using ASTUnit's derived fromDaniel Dunbar2009-12-021-1/+6
* ASTUnit: Don't create an LLVMContext, it shouldn't be needed.Daniel Dunbar2009-12-021-2/+1
* Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list ofDaniel Dunbar2009-12-021-0/+55
* ASTUnit: Make sure to preserve the TargetInfo for later use.Daniel Dunbar2009-12-011-2/+3
* Add ASTUnit::LoadFromCompilerInvocation, which does what it says.Daniel Dunbar2009-12-011-4/+95
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-2/+1
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-151-1/+9
* Redo how PCH handles its implicit include. Instead of treating this specially inDaniel Dunbar2009-11-111-0/+1
* StringRefify some PCH interfaces.Daniel Dunbar2009-11-111-3/+2
* The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of A...Ted Kremenek2009-10-191-4/+9
* Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.Steve Naroff2009-10-191-10/+6
* Use sys::Path::eraseFromDisk instead of unlink as suggested by Chris.Benjamin Kramer2009-10-181-1/+2
* Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the cre...Ted Kremenek2009-10-171-2/+3
* Keep track of whether declararions were loaded from a precompiledDouglas Gregor2009-10-161-2/+3
* Make sure temporary files get unlinked.Steve Naroff2009-10-151-2/+9
* Change ASTUnit to only initialize the predefines buffer to the suggested pred...Daniel Dunbar2009-09-211-1/+1
* Change ASTUnit to take the Diagnostic as an argument, the client should have ...Daniel Dunbar2009-09-211-15/+7
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-18/+18
* Implement accessors clang_getCursorKind(), clang_getCursorDecl().Steve Naroff2009-09-041-0/+4
* Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitS...Steve Naroff2009-09-031-0/+3
* Revert "Visit function/method bodies and issue callback for parameters and localDaniel Dunbar2009-09-031-5/+1
* Revert "Remove redundant local variable (use newly created instance data).", theDaniel Dunbar2009-09-031-8/+10
* Remove redundant local variable (use newly created instance data).Steve Naroff2009-09-031-10/+8
* Visit function/method bodies and issue callback for parameters and local vari...Steve Naroff2009-09-031-1/+5
* Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist.Argyrios Kyrtzidis2009-06-251-5/+1
* Add the license part to the new source files.Argyrios Kyrtzidis2009-06-201-0/+13
* Introduce the ASTUnit class.Argyrios Kyrtzidis2009-06-201-0/+146
OpenPOWER on IntegriCloud