summaryrefslogtreecommitdiff
path: root/include/clang/Index
Commit message (Expand)AuthorAgeFilesLines
* [clang][Index][NFC] Put IndexingOptions to a separate headerJan Korous2019-09-062-20/+43
* [clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous2019-09-051-52/+0
* [Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko2019-08-291-4/+13
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-291-3/+8
* [clang][Index][NFC] Move IndexDataConsumer default implementationJan Korous2019-08-271-5/+11
* [clang][AST] ASTNameGenerator: A refactoring of CodegenNameGeneratorImpl (NFC).Puyan Lotfi2019-06-191-1/+2
* [clang][Index] Mark references from Constructors and Destructors to class as ...Kadir Cetinkaya2019-03-081-1/+5
* [clang][index-while-building][NFC] FileIndexRecord - Comments, replace auto w...Jan Korous2019-02-271-6/+5
* [clang][index-while-building] FileIndexRecordJan Korous2019-02-271-0/+42
* [clang][Index] Enable indexing of Template Type Parameters behind a flagKadir Cetinkaya2019-02-211-0/+1
* [clang][Index] Add a knob to index function parameters in declarationsKadir Cetinkaya2019-02-111-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* [Index] Expose USR generation for typesIlya Biryukov2018-11-261-0/+8
* [Index] Fix header guard namingFangrui Song2018-09-221-1/+1
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-182-0/+22
* [Index] Add an option to collect macros from preprocesor.Eric Liu2018-09-181-4/+7
* [index] Introduce 'ProtocolInterface' as part of SymbolPropertySetArgyrios Kyrtzidis2018-08-261-2/+4
* NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have itErik Pilkington2018-07-244-4/+4
* [Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song2018-07-091-0/+1
* [Index] Add indexing support for MACROs.Eric Liu2018-07-092-19/+38
* [Index] Remove unused index::IndexDataConsumer::_anchor()Fangrui Song2018-07-051-3/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-8/+8
* [index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer2018-04-231-6/+3
* [Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall2018-04-091-5/+3
* [libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfoFangrui Song2018-02-121-0/+2
* [Index] Reduce size of SymbolInfo struct.Sam McCall2017-12-231-5/+5
* [Index] Add setPreprocessor member to IndexDataConsumer.Eric Liu2017-12-071-0/+3
* [index] Add indexing for unresolved-using declarationsBen Langmuir2017-08-161-0/+3
* [index] Added a method indexTopLevelDecls to run indexing on a list of Decls.Ilya Biryukov2017-07-141-2/+8
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-241-0/+1
* [index] Take into account the category's external_symbol attr for namespacing...Argyrios Kyrtzidis2017-04-211-1/+5
* [index] Take advantage of 'external_source_symbol' attribute for indexing pur...Argyrios Kyrtzidis2017-04-211-3/+11
* [index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz2017-04-201-1/+2
* [index] When indexing system headers make sure to report important reference ...Argyrios Kyrtzidis2017-03-231-0/+2
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-1/+6
* [index] Provide a more general index::generateUSRForMacro() that doesn't depe...Argyrios Kyrtzidis2017-02-021-0/+3
* [c-index-test] Provide capability to index module file imports and dump their...Argyrios Kyrtzidis2017-01-301-0/+10
* [index] Introduce symbol subkinds to mark an accessor getter or setter.Argyrios Kyrtzidis2017-01-111-0/+2
* [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis2017-01-111-1/+2
* [index] Add 'contained-by' relation between references and their lexical cont...Argyrios Kyrtzidis2017-01-111-2/+3
* [index] Introduce SymbolSubKind for reporting language-specific details.Argyrios Kyrtzidis2017-01-081-0/+9
* [index] Rename SymbolSubKind -> SymbolProperty, NFC.Argyrios Kyrtzidis2016-11-111-7/+8
* [index] Add SymbolSubKind for the GKInspectable annotation.Argyrios Kyrtzidis2016-11-101-1/+2
* Remove FormatContext from libClang as it is now unused.Daniel Jasper2016-11-081-5/+0
* [index] Fixes for locations and relations in Objective C categories and gette...Argyrios Kyrtzidis2016-10-251-1/+3
* [index] Create different USR if a property is a class property.Argyrios Kyrtzidis2016-07-151-1/+1
* [index] Add SymbolSubKinds for ObjC IB annotations.Argyrios Kyrtzidis2016-04-221-1/+3
* [index] Add a SymbolSubKind for an ObjC unit test.Argyrios Kyrtzidis2016-04-221-1/+2
* [index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.Argyrios Kyrtzidis2016-04-221-7/+11
* [index] Remove redundancy between symbol kind and languageBen Langmuir2016-03-251-21/+16