diff options
author | Haojian Wu <hokein.wu@gmail.com> | 2020-10-07 10:01:04 +0200 |
---|---|---|
committer | Haojian Wu <hokein.wu@gmail.com> | 2020-10-07 10:01:04 +0200 |
commit | f24649b77d856157c64841457dcc4f70530d607c (patch) | |
tree | 0d13e1967d86f02b38436783ac3035a1a43e3336 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 31dc90801746e12d6ae1f967f455cf43a5bbb039 (diff) | |
download | llvm-f24649b77d856157c64841457dcc4f70530d607c.zip llvm-f24649b77d856157c64841457dcc4f70530d607c.tar.gz llvm-f24649b77d856157c64841457dcc4f70530d607c.tar.bz2 |
[clangd] Don't set the Underlying bit on targets of UsingDecls.
With this patch, we don't treat `using ns::X` as a first-class declaration like `using Z = ns::Y`, reference to X that goes through this using-decl is considered a direct reference (without the Underlying bit).
Fix the workaround in https://reviews.llvm.org/D87225 and https://reviews.llvm.org/D74054.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D88472
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions