Go to file
Daniel Jasper eb53668c35 clang-format: Properly indent method calls without inputs.
Before:
  [aaaaaaaaaaa
          aaaaaaa];

After:
  [aaaaaaaaaaa
      aaaaaaa];

llvm-svn: 236597
2015-05-06 12:48:06 +00:00
clang clang-format: Properly indent method calls without inputs. 2015-05-06 12:48:06 +00:00
clang-tools-extra Update to match clang r236404. 2015-05-04 03:15:55 +00:00
compiler-rt [Msan] Fix the mmap_below_shadow.cc test to pass on FreeBSD 2015-05-06 09:31:33 +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 Allow compilation depending to the LLVM version 2015-04-29 15:37:06 +00:00
libcxx Replace two naked references of 'std::' with the macro '_VSTD::'. No functionality change. 2015-05-06 12:11:22 +00:00
libcxxabi Disallow conversions from function pointers to void*. 2015-05-01 01:49:37 +00:00
libunwind Fix libunwind to build on FreeBSD 2015-05-06 10:32:28 +00:00
lld [Mips] Add more checkings to the test 2015-05-02 21:03:00 +00:00
lldb [NativeProcessLinux] Remove the post-stop lambda 2015-05-06 12:22:37 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm [ARM] generate VMAXNM/VMINNM for a compare followed by a select, in safe math mode too 2015-05-06 11:44:10 +00:00
openmp Liboffload: Patch for MPSS > 3.4.x (provided by Tim Cramer) 2015-05-06 10:58:40 +00:00
polly [cmake] Remove two unused include paths 2015-05-06 12:28:23 +00:00