llvm-project/clang/test/CXX/stmt.stmt
Richard Smith 8ca78a16f4 Add -Wdeprecated warnings and fixits for things deprecated in C++11:
- 'register' storage class
 - dynamic exception specifications

Only the former check is enabled by default for now (the latter might be quite noisy).

llvm-svn: 183881
2013-06-13 02:02:51 +00:00
..
stmt.ambig Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00
stmt.dcl Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD 2011-10-20 21:42:12 +00:00
stmt.iter/stmt.ranged Add -Wdeprecated warnings and fixits for things deprecated in C++11: 2013-06-13 02:02:51 +00:00
stmt.label
stmt.select The 'constexpr implies const' rule for non-static member functions is gone in 2013-04-21 01:08:50 +00:00