Go to file
Daniel Jasper 4ac7de7199 clang-format: Fix pointer/reference detection after decltype.
Before:
  [](const decltype(*a) & value) {}

After:
  [](const decltype(*a)& value) {}

llvm-svn: 210643
2014-06-11 07:35:16 +00:00
clang clang-format: Fix pointer/reference detection after decltype. 2014-06-11 07:35:16 +00:00
clang-tools-extra Prospective build fix following clang r210518 2014-06-10 09:58:45 +00:00
compiler-rt Add detection of OS X relocatable SDK to compiler-rt as a lit.util function 2014-06-10 14:22:00 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r209103 2014-06-03 15:43:57 +00:00
libcxx fixes duplicate header installation 2014-06-10 20:26:54 +00:00
libcxxabi Add test case for inherited exceptions 2014-06-03 21:50:11 +00:00
lld Missed these from the previous commit. 2014-06-11 03:35:50 +00:00
lldb Fixed gdb-remote M test length parameter, added overwrite to test. 2014-06-10 23:12:28 +00:00
llvm Create macro INITIALIZE_TM_PASS. 2014-06-11 07:04:37 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly www: Fix grammar. 2014-06-10 20:18:16 +00:00