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