Go to file
Daniel Jasper d788457da5 clang-format: Don't remove space between #elif and parentheses.
Before:
  #elif(AAAA && BBBB)

After:
  #elif (AAAA && BBBB)

llvm-svn: 245043
2015-08-14 12:44:06 +00:00
clang clang-format: Don't remove space between #elif and parentheses. 2015-08-14 12:44:06 +00:00
clang-tools-extra [clang-tidy] Fix IncludeInserter/IncludeSorter bug. 2015-08-14 12:33:25 +00:00
compiler-rt Removed xfail, since test is passing in line with expanded dtor sanitizing functionality 2015-08-13 20:54:05 +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 Remove files accidentally not removed in r244310 2015-08-13 23:43:12 +00:00
libcxx Fix CMake error whet llvm-config reports a non-existent source directory. 2015-08-12 06:36:19 +00:00
libcxxabi Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
libunwind Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
lld ELF2: Rename a function to make it the same as the COFF's counterpart. 2015-08-14 05:17:30 +00:00
lldb Fixed build failures caused by rL245026. Changed occurrences of ClangASTType to CompilerType. 2015-08-14 06:36:28 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm Separate out BDCE's analysis into a separate DemandedBits analysis. 2015-08-14 11:09:09 +00:00
openmp Remove unused KMP_SETVERSION macro 2015-08-13 15:26:38 +00:00
polly Fix test case after recent LLVM changes 2015-08-13 21:08:15 +00:00