summaryrefslogtreecommitdiffstats
path: root/include/clang/Index
Commit message (Expand)AuthorAgeFilesLines
* [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
* [index] Add a caller relation for a call reference.Argyrios Kyrtzidis2016-02-291-1/+2
* [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in pr...Argyrios Kyrtzidis2016-02-151-0/+5
* [index] Factor libclang's functionality to determing the mangled name of symb...Argyrios Kyrtzidis2016-02-142-0/+55
* [index] Fix gcc builds.Argyrios Kyrtzidis2016-02-141-1/+1
* [index] Enhance c-index-test tool and have it link and test the clangIndex li...Argyrios Kyrtzidis2016-02-141-0/+8
* [index] Allow calling createIndexingAction() without passing another action t...Argyrios Kyrtzidis2016-02-141-3/+4
* [index] Add llvm/Support/DataTypes.h header to fix build failures in the bots.Argyrios Kyrtzidis2016-02-121-0/+1
* [libclang] Separate the underlying indexing functionality of libclang and int...Argyrios Kyrtzidis2016-02-123-0/+220
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-041-3/+3
* Comment to XML conversion: use unique_ptr for SimpleFormatContextDmitri Gribenko2014-04-241-2/+3
* Fix leak introduced in r194610, found by LSan.Nico Weber2014-04-231-0/+1
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-281-2/+10