Go to file
Daniel Jasper 3064620d0d clang-format: Improve cast detection (fix false positive).
Before:
  fn(a)(b)+1;

After:
  fn(a)(b) + 1;

llvm-svn: 212935
2014-07-14 12:38:38 +00:00
clang clang-format: Improve cast detection (fix false positive). 2014-07-14 12:38:38 +00:00
clang-tools-extra
compiler-rt
debuginfo-tests
libclc
libcxx
libcxxabi
lld
lldb
llvm
openmp
polly