summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/Indexing.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Allow crash recovery with LIBCLANG_NOTHREADSErik Verbruggen2017-11-141-10/+0
* [Lexer] Report more precise skipped regions (PR34166)Vedant Kumar2017-09-111-1/+2
* Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""Vedant Kumar2017-04-261-1/+2
* Revert "PPCallbacks::MacroUndefined, change signature and add test."Vedant Kumar2017-04-261-2/+1
* PPCallbacks::MacroUndefined, change signature and add test.Frederich Munch2017-04-261-1/+2
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-13/+16
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-16/+13
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-13/+16
* Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-051-1/+1
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-4/+0
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+1
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-2/+3
* [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
OpenPOWER on IntegriCloud