Go to file
Erich Keane 8a8f5f0f00 Correct class-template deprecation behavior
Based on the comment in the test, and my reading of the standard, a deprecated warning should be issued in the following case:
template<typename T> [[deprecated]] class Foo{}; Foo<int> f;

This was not the case, because the ClassTemplateSpecializationDecl creation did not also copy the deprecated attribute.

Note: I did NOT audit the complete set of attributes to see WHICH ones should be copied, so instead I simply copy ONLY the deprecated attribute.

Differential Revision: https://reviews.llvm.org/D27486

llvm-svn: 298410
2017-03-21 17:49:17 +00:00
clang Correct class-template deprecation behavior 2017-03-21 17:49:17 +00:00
clang-tools-extra [change-namespace] avoid adding leading '::' when possible. 2017-03-21 12:41:59 +00:00
compiler-rt tsan: fix pie_no_aslr test 2017-03-21 15:37:48 +00:00
debuginfo-tests
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Add two more papers from Kona, and sort them 2017-03-20 18:18:09 +00:00
libcxxabi Fully Reformat fallback_malloc.cpp 2017-03-04 03:23:15 +00:00
libunwind DarwinParser: include limits 2017-03-14 15:17:55 +00:00
lld Update comment. 2017-03-21 17:22:13 +00:00
lldb Create instance of DynamicLoaderPOSIXDYLD on NetBSD 2017-03-21 17:39:15 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummary 2017-03-21 17:22:35 +00:00
openmp Fixed intermittent hang on tests with "target teams if(0)" construct with no parallel inside. 2017-03-21 13:48:52 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [DependenceInfo] change name Write to MustWrite to remove ambiguity [NFC] 2017-03-21 11:54:08 +00:00