aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/FormatToken.cpp
diff options
context:
space:
mode:
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2020-09-07 09:26:16 +0100
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2020-09-07 10:09:17 +0100
commit8aa3b8da5db2ae73bf536b630915eb9f0ddc15cb (patch)
tree82c8f2163bc277310e4528c0f00fa8e750f5f320 /clang/lib/Format/FormatToken.cpp
parente7bd058c7e2cb2c675a4b78ec770ea725bff8c64 (diff)
downloadllvm-8aa3b8da5db2ae73bf536b630915eb9f0ddc15cb.zip
llvm-8aa3b8da5db2ae73bf536b630915eb9f0ddc15cb.tar.gz
llvm-8aa3b8da5db2ae73bf536b630915eb9f0ddc15cb.tar.bz2
[clang-format] Handle typename macros inside cast expressions
Before: x = (STACK_OF(uint64_t)) & a; After: x = (STACK_OF(uint64_t))&a; Reviewed By: MyDeveloperDay Differential Revision: https://reviews.llvm.org/D86930
Diffstat (limited to 'clang/lib/Format/FormatToken.cpp')
0 files changed, 0 insertions, 0 deletions