P0001R1: 'register' storage class specifier is no longer permitted in C++1z.
We will still allow it in system headers, in macros from system headers, when combined with an 'asm' label, and under the flag -Wno-register. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254097 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/DiagnosticGroups.td 3 additions, 0 deletionsinclude/clang/Basic/DiagnosticGroups.td
- include/clang/Basic/DiagnosticSemaKinds.td 5 additions, 2 deletionsinclude/clang/Basic/DiagnosticSemaKinds.td
- lib/Sema/SemaDecl.cpp 2 additions, 1 deletionlib/Sema/SemaDecl.cpp
- test/SemaCXX/deprecated.cpp 5 additions, 2 deletionstest/SemaCXX/deprecated.cpp
- www/cxx_status.html 1 addition, 1 deletionwww/cxx_status.html
Loading
Please register or sign in to comment