llvm-capstone/clang/utils
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
..
ABITest
analyzer [analyzer] SATestBuild.py: Treat '#' as comment in projectMap.csv 2016-09-19 01:36:40 +00:00
check_cfc
CIndex
ClangVisualizers
perf-training [clang] Update lit config in utils/perf-training 2017-01-04 04:33:28 +00:00
TableGen Correct class-template deprecation behavior 2017-03-21 17:49:17 +00:00
TestUtils
valgrind
VtableTest
builtin-defines.c
CaptureCmd
ClangDataFormat.py
CmpDriver
find-unused-diagnostics.sh
FindSpecRefs
FuzzTest
modfuzz.py
token-delta.py