summaryrefslogtreecommitdiffstats
path: root/test/Index/Core/index-source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [index] Index nested name qualifiers in a forward declaration of aAlex Lorenz2017-07-041-0/+16
* [index] Add the "SpecializationOf" relation to the forward declarationsAlex Lorenz2017-06-221-3/+7
* [index] Nested class declarations should be annotated with theAlex Lorenz2017-06-211-0/+17
* [index] Record C++17 global binding declarationsAlex Lorenz2017-06-151-1/+27
* [index] Index static_assert declarationsAlex Lorenz2017-06-151-0/+16
* [index] Index the default template parameter valuesAlex Lorenz2017-05-221-0/+59
* [index] Index the deleted functionsAlex Lorenz2017-05-221-0/+8
* [index] Visit the default argument values in function definitionsAlex Lorenz2017-05-221-1/+17
* [index] 'using namespace' declarations in functions should recordAlex Lorenz2017-05-221-0/+11
* [index] Visit and store information about namespace alias declarationsAlex Lorenz2017-05-151-0/+7
* [index] Store correct location for namespace nested name qualifiersAlex Lorenz2017-05-151-0/+18
* [index] Index template specialization arguments for function templatsAlex Lorenz2017-05-121-0/+27
* [Index] The relation between the declarations in templateAlex Lorenz2017-05-041-27/+26
* [index] Index type source info for class specializationsAlex Lorenz2017-04-251-0/+33
* [index] Record the 'SpecializationOf' relation for function specializationsAlex Lorenz2017-04-251-0/+35
* [index] The relation between the declarations in template specializationsAlex Lorenz2017-04-241-0/+109
* [index] Record class template specializations using a new 'SpecializationOf'Alex Lorenz2017-04-201-0/+20
* [index] For C++ constructors/destructors, add references to the parent type w...Argyrios Kyrtzidis2017-03-171-3/+20
* [index] C++: Improve handling of typedefs as base names in C++ class declarat...Argyrios Kyrtzidis2017-03-041-1/+14
* [index] USR generation: use getTemplateArgs() instead of getTemplateInstantia...Argyrios Kyrtzidis2017-02-151-0/+10
* [index] Add 'contained-by' relation between references and their lexical cont...Argyrios Kyrtzidis2017-01-111-4/+4
* [index] Introduce SymbolSubKind for reporting language-specific details.Argyrios Kyrtzidis2017-01-081-0/+11
* [index] Handle properly C++14's template variables.Argyrios Kyrtzidis2016-11-071-1/+12
* [index] Make sure to mark class template symbols as having 'generic' sub-kind.Argyrios Kyrtzidis2016-11-071-1/+5
* [index] Fix assertion hit when handling a declaration of C++'s 'operator new'...Argyrios Kyrtzidis2016-11-021-0/+6
* [index] Fix crash with indexing designated init expressions inside templates.Argyrios Kyrtzidis2016-08-031-0/+12
* [index] Remove redundancy between symbol kind and languageBen Langmuir2016-03-251-1/+1
* [index] Use ',' to separate symbol roles when printing.Argyrios Kyrtzidis2016-02-291-1/+1
* [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in pr...Argyrios Kyrtzidis2016-02-151-0/+9