aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
diff options
context:
space:
mode:
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2020-08-28 11:03:00 +0100
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2020-08-28 11:31:47 +0100
commit37cdabdb82e33e0d659c92a6cbb7049c31e0acbc (patch)
tree8cd39da835351d8f0511750317455480d33a98f3 /llvm/lib/CodeGen/ReachingDefAnalysis.cpp
parent4f103695646bb9e16609a276072781f5a933570d (diff)
downloadllvm-37cdabdb82e33e0d659c92a6cbb7049c31e0acbc.zip
llvm-37cdabdb82e33e0d659c92a6cbb7049c31e0acbc.tar.gz
llvm-37cdabdb82e33e0d659c92a6cbb7049c31e0acbc.tar.bz2
[clang-format] Parse __attribute((foo)) as a pointer qualifier
Before: void f() { MACRO(A * __attribute((foo)) a); } After: void f() { MACRO(A *__attribute((foo)) a); } Also check that the __attribute__ alias is handled. Reviewed By: MyDeveloperDay Differential Revision: https://reviews.llvm.org/D86711
Diffstat (limited to 'llvm/lib/CodeGen/ReachingDefAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions