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:02:51 +0100
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2020-08-28 11:31:47 +0100
commit1908da2658fc26154e4103a50faeeca804c7c57d (patch)
treea6fbe0f567554a93979c043452e1a569cea41f29 /llvm/lib/CodeGen/ReachingDefAnalysis.cpp
parent43aa7227dfab8f847a346ce6da7318584182ddf1 (diff)
downloadllvm-1908da2658fc26154e4103a50faeeca804c7c57d.zip
llvm-1908da2658fc26154e4103a50faeeca804c7c57d.tar.gz
llvm-1908da2658fc26154e4103a50faeeca804c7c57d.tar.bz2
[clang-format] Parse volatile as a pointer qualifier
Before: void f() { MACRO(A * volatile a); } After: void f() { MACRO(A *volatile a); } Also check that the __volatile and __volatile__ aliases are handled. Reviewed By: JakeMerdichAMD Differential Revision: https://reviews.llvm.org/D86708
Diffstat (limited to 'llvm/lib/CodeGen/ReachingDefAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions