index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
deprecated.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.
Richard Smith
2019-12-16
1
-5
/
+32
*
[Diagnostics] Make behaviour of Clang's -Wdeprecated-copy same as in GCC
Dávid Bolvanský
2019-11-23
1
-0
/
+6
*
Suppress false-positive -Wdeprecated-volatile warning from __is_*_assignable(...
Richard Smith
2019-10-11
1
-0
/
+2
*
[c++20] P1152R4: warn on any simple-assignment to a volatile lvalue
Richard Smith
2019-10-09
1
-13
/
+36
*
[c++20] Implement most of P1152R4.
Richard Smith
2019-10-09
1
-1
/
+68
*
[c++20] P1161R3: a[b,c] is deprecated.
Richard Smith
2019-07-20
1
-0
/
+26
*
Fix missing -Wregister warning when 'register' is applied to a function param...
Richard Smith
2017-11-01
1
-1
/
+6
*
Add a test to make sure that -Wdeprecated doesn't warn on use of 'throw()' in...
Richard Smith
2017-10-30
1
-0
/
+3
*
Replace remaining user-visible mentions of C++1z with C++17.
Richard Smith
2017-08-13
1
-8
/
+8
*
Switch from using a DiagnosticTrap and a note for "while defining a special
Richard Smith
2017-05-25
1
-4
/
+4
*
[c++1z] P0003R5: Removing dynamic exception specifications.
Richard Smith
2016-12-08
1
-3
/
+7
*
P0012R1: Make exception specifications be part of the type system. This
Richard Smith
2016-10-16
1
-3
/
+3
*
P0002R1: increment on expressions of type bool is no longer allowed in C++1z.
Richard Smith
2015-11-26
1
-1
/
+13
*
P0001R1: 'register' storage class specifier is no longer permitted in C++1z.
Richard Smith
2015-11-25
1
-2
/
+5
*
Add a test for an operator access decl.
Nico Weber
2014-09-10
1
-1
/
+7
*
Fix string-literal to char* conversion in overload resolution for C++11
Ismail Pazarbasi
2014-01-17
1
-3
/
+6
*
C++11: don't warn about the deprecated 'register' keyword if it's combined with
Richard Smith
2013-06-17
1
-4
/
+6
*
Add warning group -Wdeprecated-register for C++11 warning on 'register' being
Richard Smith
2013-06-17
1
-1
/
+3
*
Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a
Richard Smith
2013-06-14
1
-0
/
+4
*
Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're
Richard Smith
2013-06-13
1
-4
/
+4
*
C++11: If a class has a user-declared copy operation or destructor, the
Richard Smith
2013-06-13
1
-0
/
+24
*
In C++11, promote access declaration diagnostic from warning to error. There
Richard Smith
2013-06-13
1
-2
/
+6
*
Add -Wdeprecated warnings and fixits for things deprecated in C++11:
Richard Smith
2013-06-13
1
-0
/
+31