summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsRegisterInfo.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-10-26 12:08:47 +0000
committerDaniel Jasper <djasper@google.com>2015-10-26 12:08:47 +0000
commit74331d4c433053fc39e4c572c340f3bc1810b312 (patch)
tree833d212b6345b3140383399c3108cc3aa1e3a0c4 /llvm/lib/Target/Mips/MipsRegisterInfo.cpp
parent84d7a40c7a07a3e3b6398fc5abd451e05ddb9df1 (diff)
downloadbcm5719-llvm-74331d4c433053fc39e4c572c340f3bc1810b312.tar.gz
bcm5719-llvm-74331d4c433053fc39e4c572c340f3bc1810b312.zip
clang-format: Fix false positive in cast detection.
Before (with spaces in parentheses): void inFunction() { std::function<void( int, int )> fct; } After: void inFunction() { std::function<void( int, int)> fct; } llvm-svn: 251284
Diffstat (limited to 'llvm/lib/Target/Mips/MipsRegisterInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud