Go to file
Daniel Jasper 3e1bd1407b clang-format: [Java] Don't line-wrap before annotations' l_parens.
Before:
  @SomeAnnotation
  (aaaaaaaaaaaaaaaaa, aaaaaaaaaaaaaaaaaaaa)
  int i;

After:
  @SomeAnnotation(
      aaaaaaaaaaaaaaaaa, aaaaaaaaaaaaaaaaaaaa)
  int i;

llvm-svn: 225963
2015-01-14 09:51:32 +00:00
clang clang-format: [Java] Don't line-wrap before annotations' l_parens. 2015-01-14 09:51:32 +00:00
clang-tools-extra Make LoopConvert work with containers that are used like arrays. 2015-01-12 13:17:56 +00:00
compiler-rt Reapply debug info changes now that more precise column information is available. 2015-01-14 07:59:48 +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 Use amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx Refactor the lit config's linker flag discovery code. NFC 2015-01-14 01:29:04 +00:00
libcxxabi Fix some formatting I messed up in r225187. 2015-01-05 19:31:59 +00:00
lld Revert "Convert other drivers to use WrapperNode" and subsequent commits. 2015-01-14 00:21:34 +00:00
lldb Extend PipePosix with support for named pipes/timeout-based IO and integrate it with GDBRemoteCommunication / lldb-gdbserver - include reviews fixes. 2015-01-14 01:31:27 +00:00
llgo irgen: expose DisableUnusedImportCheck flag 2015-01-14 05:18:16 +00:00
llvm Use the integrated assembler by default on SPARC. 2015-01-14 07:53:39 +00:00
openmp fixed the missed bracket introduced by checkin rev 225792 2015-01-13 15:16:49 +00:00
polly Use types of matching size when generating multi-dimensional address expressions 2015-01-13 19:37:59 +00:00