Go to file
Logan Chien cc24fc546b Check exception specification with __cplusplus.
To allow the compilation with gcc, we can't use the
__has_feature(cxx_noexcept) to detect the default destructor
exception specification, which is noexcept(true) by default
in C++11.  We should use __cplusplus >= 201103L instead.

llvm-svn: 208465
2014-05-10 00:40:54 +00:00
clang MS ABI: Pass 'sret' as the second parameter of instance methods 2014-05-09 22:46:15 +00:00
clang-tools-extra Allow ClangTidyDiagnosticConsumer to be reused. 2014-05-09 15:50:15 +00:00
compiler-rt InstrProf: Remove redundant declaration 2014-05-10 00:22:58 +00:00
debuginfo-tests
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
libcxxabi Check exception specification with __cplusplus. 2014-05-10 00:40:54 +00:00
lld [PECOFF] Resolve dllexported symbols. 2014-05-09 22:19:49 +00:00
lldb Documented our "attach" extension packets. 2014-05-09 16:17:24 +00:00
llvm Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files. 2014-05-09 23:57:49 +00:00
openmp
polly delinearize together all accesses to the same array 2014-05-09 22:45:15 +00:00