summaryrefslogtreecommitdiff
path: root/tools/c-index-test/core_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous2019-09-051-4/+4
* [Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko2019-08-291-3/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-111-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-181-3/+12
* [c-index-test] Use correct executable path to discover resource directory.Volodymyr Sapsai2018-08-021-5/+10
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+38
* [index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer2018-04-231-2/+2
* [Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall2018-04-091-7/+10
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-1/+1
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-2/+7
* [c-index-test] Provide capability to index module file imports and dump their...Argyrios Kyrtzidis2017-01-301-3/+32
* [c-index-test] Provide capability for 'c-index-test core' to dump symbol info...Argyrios Kyrtzidis2017-01-291-0/+45
* [index] Introduce SymbolSubKind for reporting language-specific details.Argyrios Kyrtzidis2017-01-081-0/+2
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-3/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-3/+4
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-4/+3
* [index] Rename SymbolSubKind -> SymbolProperty, NFC.Argyrios Kyrtzidis2016-11-111-2/+2
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+5
* [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-2/+3
* [index] Print and test module import references.Argyrios Kyrtzidis2016-02-291-0/+20
* [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in pr...Argyrios Kyrtzidis2016-02-151-4/+1
* [index] Factor libclang's functionality to determing the mangled name of symb...Argyrios Kyrtzidis2016-02-141-0/+10
* Don't leak the ASTUnit when done with testing.Benjamin Kramer2016-02-141-3/+2
* [c-index-test] Fix a gcc build error.Argyrios Kyrtzidis2016-02-141-1/+1
* [index] Fix gcc builds.Argyrios Kyrtzidis2016-02-141-1/+2
* [index] Enhance c-index-test tool and have it link and test the clangIndex li...Argyrios Kyrtzidis2016-02-141-0/+197