Age | Commit message (Expand) | Author |
2010-02-16 | ASTUnit::LoadFromCompilerInvocation - Take ownership of the provided invocation. | Daniel Dunbar |
2010-01-30 | ASTUnit: Ensure the CompilerInvocation object used in LoadFromCommandLine is | Daniel Dunbar |
2010-01-30 | PCHReader doesn't implement classof so dyn_casting it will do really weird st... | Benjamin Kramer |
2010-01-25 | ASTUnit: Don't check that input files exist when parsing ASTs from the command | Daniel Dunbar |
2010-01-23 | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor |
2009-12-15 | Add -resource-dir to clang -cc1, this allows the base directory for compiler | Daniel Dunbar |
2009-12-13 | Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix C... | Daniel Dunbar |
2009-12-13 | CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation... | Daniel Dunbar |
2009-12-08 | Remove several .c_str() to be forward-compatible with StringRef. | Jeffrey Yasskin |
2009-12-04 | ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit made | Daniel Dunbar |
2009-12-03 | Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p... | Daniel Dunbar |
2009-12-02 | ASTUnit: Explicitly track whether the ASTUnit came from an actual AST or not. | Daniel Dunbar |
2009-12-02 | ASTUnit: Fix initialization of OnlyLocalDecls variable, and honor UseBumpAllo... | Daniel Dunbar |
2009-12-02 | Fix ASTUnit::getOriginalSourceFileName() when using ASTUnit's derived from | Daniel Dunbar |
2009-12-02 | ASTUnit: Don't create an LLVMContext, it shouldn't be needed. | Daniel Dunbar |
2009-12-02 | Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list of | Daniel Dunbar |
2009-12-01 | ASTUnit: Make sure to preserve the TargetInfo for later use. | Daniel Dunbar |
2009-12-01 | Add ASTUnit::LoadFromCompilerInvocation, which does what it says. | Daniel Dunbar |
2009-11-28 | Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. | Benjamin Kramer |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-11 | Redo how PCH handles its implicit include. Instead of treating this specially in | Daniel Dunbar |
2009-11-11 | StringRefify some PCH interfaces. | Daniel Dunbar |
2009-10-19 | The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of A... | Ted Kremenek |
2009-10-19 | Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. | Steve Naroff |
2009-10-18 | Use sys::Path::eraseFromDisk instead of unlink as suggested by Chris. | Benjamin Kramer |
2009-10-17 | Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the cre... | Ted Kremenek |
2009-10-16 | Keep track of whether declararions were loaded from a precompiled | Douglas Gregor |
2009-10-15 | Make sure temporary files get unlinked. | Steve Naroff |
2009-09-21 | Change ASTUnit to only initialize the predefines buffer to the suggested pred... | Daniel Dunbar |
2009-09-21 | Change ASTUnit to take the Diagnostic as an argument, the client should have ... | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-04 | Implement accessors clang_getCursorKind(), clang_getCursorDecl(). | Steve Naroff |
2009-09-03 | Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitS... | Steve Naroff |
2009-09-03 | Revert "Visit function/method bodies and issue callback for parameters and local | Daniel Dunbar |
2009-09-03 | Revert "Remove redundant local variable (use newly created instance data).", the | Daniel Dunbar |
2009-09-03 | Remove redundant local variable (use newly created instance data). | Steve Naroff |
2009-09-03 | Visit function/method bodies and issue callback for parameters and local vari... | Steve Naroff |
2009-06-25 | Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist. | Argyrios Kyrtzidis |
2009-06-20 | Add the license part to the new source files. | Argyrios Kyrtzidis |
2009-06-20 | Introduce the ASTUnit class. | Argyrios Kyrtzidis |