forked from OSchip/llvm-project
![]() 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 |
||
---|---|---|
.. | ||
Inputs | ||
designated-inits.c | ||
external-source-symbol-attr.m | ||
index-dependent-source.cpp | ||
index-instantiated-source.cpp | ||
index-macros.c | ||
index-pch.c | ||
index-pch.cpp | ||
index-source-invalid-name.cpp | ||
index-source.cpp | ||
index-source.m | ||
index-source.mm | ||
index-subkinds.m | ||
index-system.mm | ||
index-with-module.m | ||
no-templated-canonical-decl.cpp |