Go to file
Richard Smith e4caa48dbb DR259: Demote the pedantic error for an explicit instantiation after an
explicit specialization to a warning for C++98 mode (this is a defect report
resolution, so per our informal policy it should apply in C++98), and turn
the warning on by default for C++11 and later. In all cases where it fires, the
right thing to do is to remove the pointless explicit instantiation.

llvm-svn: 280308
2016-08-31 23:23:25 +00:00
clang DR259: Demote the pedantic error for an explicit instantiation after an 2016-08-31 23:23:25 +00:00
clang-tools-extra [clang-tidy docs] Add missing option docs. 2016-08-31 13:21:18 +00:00
compiler-rt [sanitizer] extend SizeClassMap to take more template parameters, add VeryCompactSizeClassMap for testing purposes 2016-08-31 17:52:55 +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 configure.py: Add polaris10 and polaris11 2016-08-30 18:00:41 +00:00
libcxx [CMake] Copy headers relative to LLVM_BINARY_DIR 2016-08-30 16:51:34 +00:00
libcxxabi libc++abi: fix some -Wunused-function warnings 2016-08-31 20:29:05 +00:00
libunwind consistently add \n to log and trace messages 2016-08-30 15:38:10 +00:00
lld Use getSize to find the size of a section. NFC. 2016-08-31 23:01:13 +00:00
lldb Add a data formatter for std::function in libcxx 2016-08-31 21:46:37 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [codeview] Have visitTypeBegin return the record type. 2016-08-31 23:14:31 +00:00
openmp Appease older gcc compilers for the many-microtask-args.c test 2016-08-30 19:28:58 +00:00
parallel-libs Exclude examples, unittests from doc gen 2016-08-31 19:02:47 +00:00
polly Add forgotten image 2016-08-30 12:41:29 +00:00