summaryrefslogtreecommitdiff
path: root/test/SemaCXX/deprecated.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] P1161R3: a[b,c] is deprecated.Richard Smith2019-07-201-0/+26
* Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith2017-11-011-1/+6
* Add a test to make sure that -Wdeprecated doesn't warn on use of 'throw()' in...Richard Smith2017-10-301-0/+3
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-8/+8
* Switch from using a DiagnosticTrap and a note for "while defining a specialRichard Smith2017-05-251-4/+4
* [c++1z] P0003R5: Removing dynamic exception specifications.Richard Smith2016-12-081-3/+7
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-3/+3
* P0002R1: increment on expressions of type bool is no longer allowed in C++1z.Richard Smith2015-11-261-1/+13
* P0001R1: 'register' storage class specifier is no longer permitted in C++1z.Richard Smith2015-11-251-2/+5
* Add a test for an operator access decl.Nico Weber2014-09-101-1/+7
* Fix string-literal to char* conversion in overload resolution for C++11Ismail Pazarbasi2014-01-171-3/+6
* C++11: don't warn about the deprecated 'register' keyword if it's combined withRichard Smith2013-06-171-4/+6
* Add warning group -Wdeprecated-register for C++11 warning on 'register' beingRichard Smith2013-06-171-1/+3
* Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from aRichard Smith2013-06-141-0/+4
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-131-4/+4
* C++11: If a class has a user-declared copy operation or destructor, theRichard Smith2013-06-131-0/+24
* In C++11, promote access declaration diagnostic from warning to error. ThereRichard Smith2013-06-131-2/+6
* Add -Wdeprecated warnings and fixits for things deprecated in C++11:Richard Smith2013-06-131-0/+31