aboutsummaryrefslogtreecommitdiff
path: root/openmp/tools
diff options
context:
space:
mode:
authorKadir Cetinkaya <kadircet@google.com>2023-08-22 11:57:06 +0200
committerKadir Cetinkaya <kadircet@google.com>2023-08-28 09:31:58 +0200
commitab090e9e49ff85d031a263abf327e9e436ce3873 (patch)
treecd104b9a9f5417b1161ab88607d160e76eeaab62 /openmp/tools
parent779353e576eaa6ababdfc242784484f3656ecfe0 (diff)
downloadllvm-ab090e9e49ff85d031a263abf327e9e436ce3873.zip
llvm-ab090e9e49ff85d031a263abf327e9e436ce3873.tar.gz
llvm-ab090e9e49ff85d031a263abf327e9e436ce3873.tar.bz2
[include-cleaner] Make handling of enum constants similar to members
We were treating enum constants more like regular decls, which results in ignoring type aliases/exports. This patch brings the handling to be closer to member-like decls, with one caveat. When we encounter reference to an enum constant we still report an explicit reference to the particular enum constant, as otherwise we might not see any references to the enum itself. Also drops implicit references from qualified names to containers, as we already have explicit references from the qualifier to relevant container. Differential Revision: https://reviews.llvm.org/D158515
Diffstat (limited to 'openmp/tools')
0 files changed, 0 insertions, 0 deletions