summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/Indexing.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Refactored SharedParsedRegionsStorageDmitri Gribenko2019-09-051-24/+23
* [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko2019-08-291-37/+35
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-291-10/+13
* [libclang][index][NFCi] Refactor machinery for skipping function bodiesJan Korous2019-08-261-41/+65
* [libclang][NFC] Remove debug commentJan Korous2019-08-221-3/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* Replace non-recursive sys::Mutex users with std::mutexBenjamin Kramer2019-08-071-5/+3
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-071-3/+3
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-4/+6
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-111-2/+6
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-3/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Index] Set OrigD before D is changed.Eric Liu2018-07-201-0/+2
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-101-1/+2
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-091-2/+1
* [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett2018-05-091-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer2018-04-231-9/+9
* [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
OpenPOWER on IntegriCloud