Add support for WG21 N3599 (literal operator template for strings) as a GNU
extension. The GCC folks have decided to support this even though the standard committee have not yet approved this feature. Patch by Hristo Venev! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192128 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, 1 deletioninclude/clang/Basic/DiagnosticSemaKinds.td
- include/clang/Sema/Sema.h 8 additions, 2 deletionsinclude/clang/Sema/Sema.h
- lib/Sema/SemaDeclCXX.cpp 25 additions, 3 deletionslib/Sema/SemaDeclCXX.cpp
- lib/Sema/SemaExpr.cpp 78 additions, 32 deletionslib/Sema/SemaExpr.cpp
- lib/Sema/SemaLookup.cpp 32 additions, 13 deletionslib/Sema/SemaLookup.cpp
- test/CXX/lex/lex.literal/lex.ext/p11.cpp 22 additions, 0 deletionstest/CXX/lex/lex.literal/lex.ext/p11.cpp
- test/CXX/lex/lex.literal/lex.ext/p12.cpp 21 additions, 0 deletionstest/CXX/lex/lex.literal/lex.ext/p12.cpp
- test/CXX/lex/lex.literal/lex.ext/p5.cpp 1 addition, 1 deletiontest/CXX/lex/lex.literal/lex.ext/p5.cpp
- test/CXX/lex/lex.literal/lex.ext/p7.cpp 1 addition, 1 deletiontest/CXX/lex/lex.literal/lex.ext/p7.cpp
Loading
Please register or sign in to comment