Go to file
Daniel Jasper e068ac77a2 clang-format: Don't break after very short return types.
Before:
  void
  SomeFunction(int parameter);

After:
  void SomeFunction(
      int parameter);

(Unless AlwaysBreakAfterDefinitionReturnType after type is set).

llvm-svn: 220686
2014-10-27 17:13:59 +00:00
clang clang-format: Don't break after very short return types. 2014-10-27 17:13:59 +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 Change the comment on the closing #endif to match the condition on the corresponding #ifdef. Thanks to K-ballo for the catch. No functionality change. 2014-10-26 20:29:38 +00:00
libcxxabi Fix unicode chars into ascii in comment lines. 2014-10-27 08:08:18 +00:00
lld Fix unicode chars into ascii in comment lines. 2014-10-27 08:08:18 +00:00
lldb Skip ObjC test on FreeBSD that does not build 2014-10-27 15:01:59 +00:00
llvm Prune CRLF. 2014-10-27 12:37:26 +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 typo 2014-10-22 23:26:48 +00:00