llvm-project/clang/test/Index/Core
Argyrios Kyrtzidis 478276271b [index] Update indexing to handle CXXDeductionGuideDecls properly
CXXDeductionGuideDecls can't be referenced so there's no need to output a symbol occurrence for them.
Also handle DeducedTemplateSpecializationTypeLocs in the TypeIndexer so we don't miss the symbol occurrences of the corresponding template decls.

Patch by Nathan Hawes!

Differential Revision: https://reviews.llvm.org/D36641

llvm-svn: 310933
2017-08-15 17:20:37 +00:00
..
Inputs [index] When indexing system headers make sure to report important reference relations 2017-03-23 16:34:47 +00:00
designated-inits.c [index] Add 'contained-by' relation between references and their lexical container. 2017-01-11 20:51:10 +00:00
external-source-symbol-attr.m [index] Fix forward declarations interfering with USR generation of external source symbols 2017-05-20 04:11:33 +00:00
index-dependent-source.cpp [index] Avoid one more crash caused by infinite recursion that happens when 2017-05-18 18:06:07 +00:00
index-instantiated-source.cpp [index] The references to enum constants from member enums that are 2017-05-23 16:47:01 +00:00
index-pch.c [c-index-test] Provide capability for 'c-index-test core' to dump symbol information from a PCH/module file. 2017-01-29 04:50:35 +00:00
index-source-invalid-name.cpp [index] Don't add relation to a NamedDecl with no name 2017-07-12 22:05:30 +00:00
index-source.cpp [index] Update indexing to handle CXXDeductionGuideDecls properly 2017-08-15 17:20:37 +00:00
index-source.m [index] Set SymbolSubKind::Accessor[GS]etter on class methods 2017-07-21 23:04:27 +00:00
index-source.mm [index] In ObjC++ handle objc type parameters for function USRs. 2016-03-04 07:17:43 +00:00
index-subkinds.m [index] Mark categories of test classes with the 'UnitTest' symbol property as well. 2017-03-07 09:38:08 +00:00
index-system.mm [index] When indexing system headers make sure to report important reference relations 2017-03-23 16:34:47 +00:00
index-with-module.m [c-index-test] Provide capability to index module file imports and dump their input files. 2017-01-30 06:05:58 +00:00
no-templated-canonical-decl.cpp [Index] Prevent canonical decl becoming nullptr 2017-07-18 07:20:53 +00:00