Go to file
Daniel Jasper b302f9a0fb clang-format: Properly indent ObjC calls wrapped before first selector
Before:
  [self // break
      a:a
     aa:aa
  aaaaa:aaa];

After:
  [self // break
          a:a
         aa:aa
      aaaaa:aaa];

llvm-svn: 194241
2013-11-08 02:08:01 +00:00
clang clang-format: Properly indent ObjC calls wrapped before first selector 2013-11-08 02:08:01 +00:00
clang-tools-extra Silence GCC warning. 2013-11-08 01:08:12 +00:00
compiler-rt [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib 2013-11-07 10:08:19 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
libcxx Tell libc++abi whether or not libc++ has declared bad_array_length. 2013-11-07 17:15:51 +00:00
libcxxabi If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. 2013-11-07 17:16:37 +00:00
lld [mach-o] fix memory ownership in test case 2013-11-07 02:56:53 +00:00
lldb Changed the ABIs and ClangFunction to take a 2013-11-08 01:14:26 +00:00
llvm IR: Properly canonicalize PointerType in ConstantExpr GEPs 2013-11-07 22:29:42 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly IslCodegen: Do not build upper bound in vector for 2013-11-02 12:59:39 +00:00