Go to file
Daniel Jasper 308062bd0d clang-format: Make trailing commas in array inits force one per line.
Before:
  NSArray *array = @[ @"a", @"a", ];

After:
  NSArray *array = @[
    @"a",
    @"a",
  ];

llvm-svn: 230741
2015-02-27 08:41:05 +00:00
clang clang-format: Make trailing commas in array inits force one per line. 2015-02-27 08:41:05 +00:00
clang-tools-extra Fixed canonical path function. 2015-02-26 19:31:10 +00:00
compiler-rt [compiler-rt] Allow suppression file to be relative to the location of the executable 2015-02-27 03:12:19 +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 libclc/math: Add cospi 2015-02-26 15:42:00 +00:00
libcxx Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
libcxxabi Add remote testing support to the lit config 2015-02-26 15:55:01 +00:00
lld [ELF] Set up initial live symbol(s) to avoid incorrect reclaim of atoms. 2015-02-27 06:41:46 +00:00
lldb Fixes http://reviews.llvm.org/rL230691 2015-02-27 07:48:07 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm [asan] Skip promotable allocas to improve performance at -O0 2015-02-27 03:12:36 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly Change argument "class" keyword to "const" 2015-02-26 19:33:42 +00:00