Go to file
Daniel Jasper 2ad0aba610 clang-format: Improve function declaration detection.
Before:
  ReturnType MACRO
      FunctionName() {}

After:
  ReturnType MACRO
  FunctionName() {}

This fixes llvm.org/PR21404.

I wonder what the motivation for that if-condition was. But as no test
breaks, ...

llvm-svn: 220801
2014-10-28 17:06:04 +00:00
clang clang-format: Improve function declaration detection. 2014-10-28 17:06:04 +00:00
clang-tools-extra Prune CRLF. 2014-10-27 12:37:26 +00:00
compiler-rt Unbreak the darwin build. 2014-10-27 16:20:59 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max template instantiation depth. Fixes Bug #18345 2014-10-28 06:31:22 +00:00
libcxxabi Fix unicode chars into ascii in comment lines. 2014-10-27 08:08:18 +00:00
lld Update compile target dependency. 2014-10-28 06:30:34 +00:00
lldb Add breakpoint instruction byte sequences for arm to 2014-10-28 03:43:54 +00:00
llvm [AVX-512] Expanded rsqrt/rcp instructions to VL subset. 2014-10-28 16:37:13 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Fix polly formatting after recent clang-format behavior change. 2014-10-27 19:45:31 +00:00