Allow lexer to handle string_view literals. Patch from Anton Bikineev.
This implements the compiler side of p0403r0. This patch was reviewed as https://reviews.llvm.org/D26829. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290744 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Lex/LiteralSupport.h 2 additions, 0 deletionsinclude/clang/Lex/LiteralSupport.h
- lib/Lex/Lexer.cpp 3 additions, 3 deletionslib/Lex/Lexer.cpp
- lib/Lex/LiteralSupport.cpp 9 additions, 0 deletionslib/Lex/LiteralSupport.cpp
- lib/Sema/SemaDeclCXX.cpp 1 addition, 1 deletionlib/Sema/SemaDeclCXX.cpp
- test/SemaCXX/cxx1z-user-defined-literals.cpp 21 additions, 0 deletionstest/SemaCXX/cxx1z-user-defined-literals.cpp
Loading
Please register or sign in to comment