summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Encoding.h
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-05-22 12:11:13 +0000
committerDaniel Jasper <djasper@google.com>2014-05-22 12:11:13 +0000
commit438059e50964987db90b77e8c88fafae5d130543 (patch)
treed5311e686eff92582c571ff777cbf681b4e5d8fa /clang/lib/Format/Encoding.h
parent0c7c78f1d1017e1c4ad70832d033827c2eabd5b4 (diff)
downloadbcm5719-llvm-438059e50964987db90b77e8c88fafae5d130543.tar.gz
bcm5719-llvm-438059e50964987db90b77e8c88fafae5d130543.zip
clang-format: Fix incorrect braced init identification.
Before: int foo(int i) { return fo1 {} (i); } int foo(int i) { return fo1 {} (i); } After: int foo(int i) { return fo1{}(i); } int foo(int i) { return fo1{}(i); } This fixes llvm.org/PR19812. llvm-svn: 209428
Diffstat (limited to 'clang/lib/Format/Encoding.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud