summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/Indexing.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-5/+6
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-6/+5
* libclang: pass return code out argument by referenceAlp Toker2014-07-071-8/+6
* libclang: refactor handling of unsaved_filesAlp Toker2014-07-071-33/+30
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-4/+4
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-2/+2
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-24/+24
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-151-0/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-36/+28
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-10/+11
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-3/+3
* libclang: report error code for bad PCH filesDmitri Gribenko2014-02-121-10/+28
* Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko2014-02-111-1/+1
* libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko2014-02-111-1/+3
* Use cstdio instead of stdio.hDmitri Gribenko2013-08-191-1/+1
* libclang: cleanup unused includes in public headerDmitri Gribenko2013-08-181-0/+1
* Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads repor...Alexey Samsonov2013-08-021-1/+1
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-011-21/+22
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-6/+1
* [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...Argyrios Kyrtzidis2013-05-031-1/+1
* [libclang] If libclang logging is enabled, print all compiler diagnostics to ...Argyrios Kyrtzidis2013-03-291-3/+7
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-241-3/+4
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-1/+0
* Attempt to fix Windows build breakage.Evgeniy Stepanov2013-01-311-1/+2
* libclang: type safety for CXTranslationUnitImpl::CIdxDmitri Gribenko2013-01-261-1/+1
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-1/+1
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-2/+0
* Re-sort all the headers. Lots of regressions have crept in here.Chandler Carruth2013-01-191-1/+1
* [libclang] Enhance logging capabilities of libclang.Argyrios Kyrtzidis2013-01-101-0/+9
* Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth2013-01-021-2/+2
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-061-14/+273
* Sort #include lines for tools/...Chandler Carruth2012-12-041-10/+9
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-6/+6
* [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...Argyrios Kyrtzidis2012-10-181-16/+11
* Disable the preprocessing record when indexing a source fileArgyrios Kyrtzidis2012-10-101-0/+3
* When indexing a module file, for the ppIncludedFile callback giveArgyrios Kyrtzidis2012-10-101-2/+9
* [libclang] Don't disable the preprocessing record while indexing so asArgyrios Kyrtzidis2012-10-061-20/+4
* [libclang] When indexing, invoke the importedASTFile for PCH files as well.Argyrios Kyrtzidis2012-10-031-1/+11
* [libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis2012-10-031-2/+1
* Some renames to use the 'visitor' nomenclature, no functionality change.Argyrios Kyrtzidis2012-10-031-2/+2
* [libclang] When indexing an AST file, only deserialize the file levelArgyrios Kyrtzidis2012-10-021-23/+9
* [libclang] When indexing an AST file, only deserialize the preprocessing recordArgyrios Kyrtzidis2012-10-021-12/+1
* Add info in the preprocessing record whether an inclusion directiveArgyrios Kyrtzidis2012-10-021-1/+2
* [libclang] Even though we disable the preprocessing record during indexing,Argyrios Kyrtzidis2012-10-021-5/+18
* [libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis2012-10-021-0/+6
* For PPCallbacks::InclusionDirective() add a parameter for the module, wheneverArgyrios Kyrtzidis2012-09-291-1/+2
* Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis2012-09-271-1/+1
* [libclang] Do a AST concurrency check in clang_indexTranslationUnit_Impl.Argyrios Kyrtzidis2012-09-251-0/+2
* Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis2012-07-111-2/+5
* [libclang] Don't bind a StringRef to a temporary std::string object.Argyrios Kyrtzidis2012-06-281-2/+1
OpenPOWER on IntegriCloud