llvm-project/clang/test/Index/Core
Fangrui Song 63a8b6c304 [Index] Use locations to uniquify function-scope BindingDecl USR
Summary:
This makes BindingDecl's of the same name have different USRs, so that references can be correctly attributed.

    int a[1] = {};
    { auto [x] = a; x; }
    { auto [x] = a; x; }

Reviewers: akyrtzi, arphaman, rsmith, hokein

Reviewed By: hokein

Subscribers: cfe-commits

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

llvm-svn: 344010
2018-10-09 01:02:56 +00:00
..
Inputs [index] Enhance indexing for module references 2018-09-18 15:02:56 +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] Introduce 'ProtocolInterface' as part of SymbolPropertySet 2018-08-26 06:27:23 +00:00
index-dependent-source.cpp [index] Add indexing for unresolved-using declarations 2017-08-16 23:12:21 +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-macros.c Try to fix build bot after r336524 2018-07-09 09:17:25 +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-pch.cpp [index] Fix crash when indexing a C++14 PCH/module related to TemplateTemplateParmDecls of alias templates 2018-01-26 19:26:12 +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] Use locations to uniquify function-scope BindingDecl USR 2018-10-09 01:02:56 +00:00
index-source.m [index] Introduce 'ProtocolInterface' as part of SymbolPropertySet 2018-08-26 06:27:23 +00:00
index-source.mm
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 [index] Enhance indexing for module references 2018-09-18 15:02:56 +00:00
no-templated-canonical-decl.cpp [Index] Prevent canonical decl becoming nullptr 2017-07-18 07:20:53 +00:00