Go to file
Yaron Keren 672efea2e9 Added standard macro guard. In case __GNUC_VA_LIST was not
defined or defined identically before there will not be any
change in functionality.

MinGW-w64 defines __GNUC_VA_LIST as

  #define __GNUC_VA_LIST
  
which is different than the definition here, causing
a warning without the guard.
 

llvm-svn: 212183
2014-07-02 15:25:03 +00:00
clang Added standard macro guard. In case __GNUC_VA_LIST was not 2014-07-02 15:25:03 +00:00
clang-tools-extra Consistently handle clang-tidy check names in ClangTidyError. 2014-07-02 15:05:04 +00:00
compiler-rt [MSan] Fixup r212082: enable tests for _mm_ intrinsics if and only if the 2014-07-01 19:58:41 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc OpenCL 1.1 does not define CL_VERSION_1_2 so use hardcoded number instead 2014-06-26 15:26:38 +00:00
libcxx Fix libc++ bug #20039: 'Constructing std::function from empty compatible std::function results in half-empty state' Thanks to Agustin Berge for the report, and for his and Eric Fiselier's work on a fix. 2014-06-30 21:27:51 +00:00
libcxxabi Revert the LSDA change to scan_eh_tab. 2014-06-30 12:35:29 +00:00
lld [mach-o]: make the default dylib install-name the output filename. 2014-07-01 08:41:45 +00:00
lldb Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
llvm X86: When combining shuffles just remove shuffles that are completely redundant. 2014-07-02 15:09:44 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Introduce reduction types 2014-07-01 20:52:51 +00:00