diff options
author | Sam McCall <sam.mccall@gmail.com> | 2021-06-16 15:24:23 +0200 |
---|---|---|
committer | Sam McCall <sam.mccall@gmail.com> | 2021-06-30 17:34:48 +0200 |
commit | bb41f8569138f9f87baf7f4b4e26b3cdcdfd42c6 (patch) | |
tree | 363e014ff6b5ddf2c6b4b2625ddf6c988b67d7c6 /llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | |
parent | 14d8f1546a0483ef54a7a09442848d0a470c94c0 (diff) | |
download | llvm-bb41f8569138f9f87baf7f4b4e26b3cdcdfd42c6.zip llvm-bb41f8569138f9f87baf7f4b4e26b3cdcdfd42c6.tar.gz llvm-bb41f8569138f9f87baf7f4b4e26b3cdcdfd42c6.tar.bz2 |
[clangd] Correct SelectionTree behavior around anonymous field access.
struct A { struct { int b; }; };
A().^b;
This should be considered a reference to b, but currently it's
considered a reference to the anonymous struct field.
Fixes https://github.com/clangd/clangd/issues/798
Differential Revision: https://reviews.llvm.org/D104376
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp')
0 files changed, 0 insertions, 0 deletions