diff options
author | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2020-08-28 11:03:00 +0100 |
---|---|---|
committer | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2020-08-28 11:31:47 +0100 |
commit | 37cdabdb82e33e0d659c92a6cbb7049c31e0acbc (patch) | |
tree | 8cd39da835351d8f0511750317455480d33a98f3 /llvm/lib/CodeGen/ReachingDefAnalysis.cpp | |
parent | 4f103695646bb9e16609a276072781f5a933570d (diff) | |
download | llvm-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