| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 1 | -5/+6 |
* | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 1 | -6/+5 |
* | libclang: pass return code out argument by reference | Alp Toker | 2014-07-07 | 1 | -8/+6 |
* | libclang: refactor handling of unsaved_files | Alp Toker | 2014-07-07 | 1 | -33/+30 |
* | Track IntrusiveRefCntPtr::get() changes from LLVM r212366 | Alp Toker | 2014-07-05 | 1 | -4/+4 |
* | Remove 'const' from MemoryBuffers used through the SourceManager | David Blaikie | 2014-06-27 | 1 | -2/+2 |
* | [C++11] Use 'nullptr'. Tools edition. | Craig Topper | 2014-06-08 | 1 | -24/+24 |
* | Honour -ivfsoverlay in ASTUnit to match clang | Ben Langmuir | 2014-04-15 | 1 | -0/+5 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-15 | 1 | -36/+28 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -10/+11 |
* | [C++11] Replace llvm::tie with std::tie. | Benjamin Kramer | 2014-03-02 | 1 | -3/+3 |
* | libclang: report error code for bad PCH files | Dmitri Gribenko | 2014-02-12 | 1 | -10/+28 |
* | Fix a typo in the function name that I just introduced (r201155) | Dmitri Gribenko | 2014-02-11 | 1 | -1/+1 |
* | libclang: audit all APIs that accept a CXTranslationUnit to make sure that | Dmitri Gribenko | 2014-02-11 | 1 | -1/+3 |
* | Use cstdio instead of stdio.h | Dmitri Gribenko | 2013-08-19 | 1 | -1/+1 |
* | libclang: cleanup unused includes in public header | Dmitri Gribenko | 2013-08-18 | 1 | -0/+1 |
* | Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads repor... | Alexey Samsonov | 2013-08-02 | 1 | -1/+1 |
* | Use llvm::sys::fs::UniqueID for windows and unix. | Rafael Espindola | 2013-08-01 | 1 | -21/+22 |
* | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor | 2013-05-03 | 1 | -6/+1 |
* | [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr... | Argyrios Kyrtzidis | 2013-05-03 | 1 | -1/+1 |
* | [libclang] If libclang logging is enabled, print all compiler diagnostics to ... | Argyrios Kyrtzidis | 2013-03-29 | 1 | -3/+7 |
* | [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail... | Argyrios Kyrtzidis | 2013-02-24 | 1 | -3/+4 |
* | libclang: remove 'using namespace cxstring' | Dmitri Gribenko | 2013-02-03 | 1 | -1/+0 |
* | Attempt to fix Windows build breakage. | Evgeniy Stepanov | 2013-01-31 | 1 | -1/+2 |
* | libclang: type safety for CXTranslationUnitImpl::CIdx | Dmitri Gribenko | 2013-01-26 | 1 | -1/+1 |
* | libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) | Dmitri Gribenko | 2013-01-26 | 1 | -1/+1 |
* | Nuke SetUpBuildDumpLog. | Sean Silva | 2013-01-20 | 1 | -2/+0 |
* | Re-sort all the headers. Lots of regressions have crept in here. | Chandler Carruth | 2013-01-19 | 1 | -1/+1 |
* | [libclang] Enhance logging capabilities of libclang. | Argyrios Kyrtzidis | 2013-01-10 | 1 | -0/+9 |
* | Re-sort #include lines using the llvm/utils/sort_includes.py script. | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | [libclang] Introduce a new indexing mode where we skip function bodies | Argyrios Kyrtzidis | 2012-12-06 | 1 | -14/+273 |
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -10/+9 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -6/+6 |
* | [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp... | Argyrios Kyrtzidis | 2012-10-18 | 1 | -16/+11 |
* | Disable the preprocessing record when indexing a source file | Argyrios Kyrtzidis | 2012-10-10 | 1 | -0/+3 |
* | When indexing a module file, for the ppIncludedFile callback give | Argyrios Kyrtzidis | 2012-10-10 | 1 | -2/+9 |
* | [libclang] Don't disable the preprocessing record while indexing so as | Argyrios Kyrtzidis | 2012-10-06 | 1 | -20/+4 |
* | [libclang] When indexing, invoke the importedASTFile for PCH files as well. | Argyrios Kyrtzidis | 2012-10-03 | 1 | -1/+11 |
* | [libclang] Simplify indexing of module imports by handling implicit | Argyrios Kyrtzidis | 2012-10-03 | 1 | -2/+1 |
* | Some renames to use the 'visitor' nomenclature, no functionality change. | Argyrios Kyrtzidis | 2012-10-03 | 1 | -2/+2 |
* | [libclang] When indexing an AST file, only deserialize the file level | Argyrios Kyrtzidis | 2012-10-02 | 1 | -23/+9 |
* | [libclang] When indexing an AST file, only deserialize the preprocessing record | Argyrios Kyrtzidis | 2012-10-02 | 1 | -12/+1 |
* | Add info in the preprocessing record whether an inclusion directive | Argyrios Kyrtzidis | 2012-10-02 | 1 | -1/+2 |
* | [libclang] Even though we disable the preprocessing record during indexing, | Argyrios Kyrtzidis | 2012-10-02 | 1 | -5/+18 |
* | [libclang] Implement the importedASTFile indexing callback to provide | Argyrios Kyrtzidis | 2012-10-02 | 1 | -0/+6 |
* | For PPCallbacks::InclusionDirective() add a parameter for the module, whenever | Argyrios Kyrtzidis | 2012-09-29 | 1 | -1/+2 |
* | Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-... | Argyrios Kyrtzidis | 2012-09-27 | 1 | -1/+1 |
* | [libclang] Do a AST concurrency check in clang_indexTranslationUnit_Impl. | Argyrios Kyrtzidis | 2012-09-25 | 1 | -0/+2 |
* | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis | 2012-07-11 | 1 | -2/+5 |
* | [libclang] Don't bind a StringRef to a temporary std::string object. | Argyrios Kyrtzidis | 2012-06-28 | 1 | -2/+1 |