Go to file
Daniel Jasper 375815d24b clang-format: [Java] Improve formatting of throws declarations.
Before:
  public void doSoooooooooo() throws LoooooooooongException,
      LooooooooooongException {}

After:
  public void doSoooooooooo()
      throws LoooooooooongException, LooooooooooongException {}

llvm-svn: 222829
2014-11-26 12:31:19 +00:00
clang clang-format: [Java] Improve formatting of throws declarations. 2014-11-26 12:31:19 +00:00
clang-tools-extra clang-tidy: [misc-use-override] Add testcase with reversed attribute order 2014-11-25 12:32:14 +00:00
compiler-rt [Asan] Fix the heavy_uar_test.cc test to pass on FreeBSD 2014-11-26 11:38:45 +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 Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Fixes to get libc++ building on sun solaris. Patch from C Bergstrom. 2014-11-25 21:57:41 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld Rename R_AARCH64_TLSDESC_ADR_PAGE to R_AARCH64_TLSDESC_ADR_PAGE21 2014-11-26 11:00:03 +00:00
lldb Re-order the base classes to prevent a crash in Linux. 2014-11-26 10:19:32 +00:00
llvm Add missing "override". 2014-11-26 12:26:03 +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 Add PreHeader always to OuterLoop 2014-11-25 17:09:21 +00:00