summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/Indexing.cpp
Commit message (Expand)AuthorAgeFilesLines
* [index] Allow calling createIndexingAction() without passing another action t...Argyrios Kyrtzidis2016-02-141-2/+3
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-121-111/+57
* libclang: Enable skip-parsed-bodies on win32.NAKAMURA Takumi2016-02-101-22/+0
* [libclang] indexing: handle 'TopLevelDeclInObjCContainers' at the point where...Argyrios Kyrtzidis2016-02-091-3/+2
* Refactor: Simplify boolean conditional return statements in tools/libclangAlexander Kornienko2015-12-281-3/+1
* [libclang] Add a flag to create the precompiled preamble on the first parse.Benjamin Kramer2015-12-151-1/+9
* [libclang] Make sure to use the raw module format for libclang parsing.Argyrios Kyrtzidis2015-11-201-0/+4
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-0/+16
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+3
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-3/+1
* [libclang] Use lambdas instead of explicit structs when storing arguments.Benjamin Kramer2015-07-251-100/+46
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-13/+8
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-2/+2
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-061-6/+1
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-2/+2
* Update for LLVM api change.Rafael Espindola2014-08-271-3/+3
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-6/+5
* 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
OpenPOWER on IntegriCloud