aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2021-06-16 15:24:23 +0200
committerSam McCall <sam.mccall@gmail.com>2021-06-30 17:34:48 +0200
commitbb41f8569138f9f87baf7f4b4e26b3cdcdfd42c6 (patch)
tree363e014ff6b5ddf2c6b4b2625ddf6c988b67d7c6 /llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
parent14d8f1546a0483ef54a7a09442848d0a470c94c0 (diff)
downloadllvm-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