Go to file
Daniel Jasper f9a0906b98 clang-format: Allow breaking between trailing annotations in more cases.
Before:
  void aaaaaaaaaaaaaa(aaaaaaaa aaa) override AAAAAAAAAAAAAAAAAAAAAAAA(
      aaaaaaaaaaaaaaa);

After:
  void aaaaaaaaaaaaaa(aaaaaaaa aaa) override
      AAAAAAAAAAAAAAAAAAAAAAAA(aaaaaaaaaaaaaaa);

llvm-svn: 205846
2014-04-09 10:29:11 +00:00
clang clang-format: Allow breaking between trailing annotations in more cases. 2014-04-09 10:29:11 +00:00
clang-tools-extra Output clang-tidy errors in a consistent order. 2014-04-08 12:27:49 +00:00
compiler-rt Update arc config to new domain. 2014-04-07 10:22:41 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Fix PR19819 2014-04-07 13:32:26 +00:00
libcxxabi The content of .eh_frame may be misaligned, so use memcpy. This is seen 2014-04-08 11:43:49 +00:00
lld [PECOFF] Fix common symbol alignment. 2014-04-09 01:01:51 +00:00
lldb Fixed a problem where IRForTarget wasn't ignoring 2014-04-09 00:59:41 +00:00
llvm Re-commit: [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans-fp-math 2014-04-09 09:56:43 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly clang format last patch 2014-04-08 21:37:58 +00:00