aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2017-07-12 16:38:59 +0000
committerHaojian Wu <hokein@google.com>2017-07-12 16:38:59 +0000
commita9a1b403bcabdd72c4fc7b80df05042c0ebd3b95 (patch)
treebc587b7aab0d9542289f6eda0ff8c9821dd24c26 /llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp
parent6f92d2dd24b03e26496bf59fea108ee16c18d28f (diff)
downloadllvm-a9a1b403bcabdd72c4fc7b80df05042c0ebd3b95.zip
llvm-a9a1b403bcabdd72c4fc7b80df05042c0ebd3b95.tar.gz
llvm-a9a1b403bcabdd72c4fc7b80df05042c0ebd3b95.tar.bz2
[clang-tidy] Ignore blank spaces between cast's ")" and its sub expr.
Summary: Before the change: `auto i = (Enum) 5;` => `auto i = static_cast<Enum>( 5);` After the change: `auto i = (Enum) 5;` => `auto i = static_cast<Enum>(5);` Reviewers: alexfh Reviewed By: alexfh Subscribers: JDevlieghere, xazax.hun, cfe-commits Differential Revision: https://reviews.llvm.org/D31700 llvm-svn: 307812
Diffstat (limited to 'llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp')
0 files changed, 0 insertions, 0 deletions