diff options
author | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2020-09-07 09:26:16 +0100 |
---|---|---|
committer | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2020-09-07 10:09:17 +0100 |
commit | 8aa3b8da5db2ae73bf536b630915eb9f0ddc15cb (patch) | |
tree | 82c8f2163bc277310e4528c0f00fa8e750f5f320 /clang/lib/Format/FormatToken.cpp | |
parent | e7bd058c7e2cb2c675a4b78ec770ea725bff8c64 (diff) | |
download | llvm-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