| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak... | Argyrios Kyrtzidis | 2012-04-11 | 1 | -2/+6 |
* | [libclang] Rename setBackGroundPriority -> setThreadBackgroundPriority. | Argyrios Kyrtzidis | 2012-03-28 | 1 | -2/+2 |
* | [libclang] Introduce options to control the priority for the threads | Argyrios Kyrtzidis | 2012-03-28 | 1 | -1/+8 |
* | [libclang] Introduce indexing option CXIndexOpt_SuppressWarnings, which | Argyrios Kyrtzidis | 2012-03-27 | 1 | -0/+3 |
* | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis | 2012-03-07 | 1 | -0/+1 |
* | [libclang] When indexing an objc property, also provide information about | Argyrios Kyrtzidis | 2012-02-28 | 1 | -0/+12 |
* | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis | 2012-02-25 | 1 | -3/+0 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -2/+2 |
* | [libclang] Indexing: only index implicit template instantiations via an opt-i... | Argyrios Kyrtzidis | 2012-02-14 | 1 | -1/+12 |
* | drop more llvm:: prefixes on OwningPtr<> | Dylan Noblesmith | 2012-02-13 | 1 | -6/+6 |
* | [libclang] Indexing API: Fully index implict template instantiations. | Argyrios Kyrtzidis | 2012-02-10 | 1 | -1/+10 |
* | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -0/+1 |
* | [libclang] Make sure Preprocessor is set in ASTUnit during indexing. | Argyrios Kyrtzidis | 2012-01-17 | 1 | -0/+1 |
* | [libclang] Indexing API: Provide the protocols list for objc categories as well. | Argyrios Kyrtzidis | 2011-12-13 | 1 | -0/+3 |
* | [libclang] Create a diagnostic set to pass at the end of indexing. | Argyrios Kyrtzidis | 2011-12-01 | 1 | -6/+16 |
* | Preserve constness. | Benjamin Kramer | 2011-11-29 | 1 | -4/+4 |
* | [libclang] Fix leak in clang_indexSourceFile_Impl | Argyrios Kyrtzidis | 2011-11-29 | 1 | -1/+2 |
* | [libclang] Indexing API: If the client requested to get a CXTranslationUnit a... | Argyrios Kyrtzidis | 2011-11-28 | 1 | -4/+30 |
* | [libclang] Indexing API: Capture diagnostics during indexing. | Argyrios Kyrtzidis | 2011-11-28 | 1 | -1/+2 |
* | [libclang] Indexing API: Support C++ symbols. | Argyrios Kyrtzidis | 2011-11-22 | 1 | -25/+80 |
* | Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue | Argyrios Kyrtzidis | 2011-11-18 | 1 | -5/+2 |
* | [libclang] Indexing API: | Argyrios Kyrtzidis | 2011-11-18 | 1 | -29/+24 |