-
- Downloads
Add support for C++0x unicode string and character literals, from Craig Topper!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136210 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/Expr.h 39 additions, 13 deletionsinclude/clang/AST/Expr.h
- include/clang/AST/Type.h 2 additions, 0 deletionsinclude/clang/AST/Type.h
- include/clang/Basic/DiagnosticLexKinds.td 4 additions, 2 deletionsinclude/clang/Basic/DiagnosticLexKinds.td
- include/clang/Basic/IdentifierTable.h 4 additions, 3 deletionsinclude/clang/Basic/IdentifierTable.h
- include/clang/Basic/TokenKinds.def 11 additions, 1 deletioninclude/clang/Basic/TokenKinds.def
- include/clang/Lex/Lexer.h 4 additions, 2 deletionsinclude/clang/Lex/Lexer.h
- include/clang/Lex/LiteralSupport.h 20 additions, 11 deletionsinclude/clang/Lex/LiteralSupport.h
- include/clang/Lex/Token.h 4 additions, 1 deletioninclude/clang/Lex/Token.h
- include/clang/Lex/TokenConcatenation.h 3 additions, 6 deletionsinclude/clang/Lex/TokenConcatenation.h
- include/clang/Parse/Parser.h 4 additions, 1 deletioninclude/clang/Parse/Parser.h
- lib/AST/ASTImporter.cpp 2 additions, 2 deletionslib/AST/ASTImporter.cpp
- lib/AST/Expr.cpp 4 additions, 5 deletionslib/AST/Expr.cpp
- lib/AST/StmtDumper.cpp 7 additions, 2 deletionslib/AST/StmtDumper.cpp
- lib/AST/StmtPrinter.cpp 15 additions, 3 deletionslib/AST/StmtPrinter.cpp
- lib/AST/StmtProfile.cpp 2 additions, 2 deletionslib/AST/StmtProfile.cpp
- lib/AST/Type.cpp 12 additions, 0 deletionslib/AST/Type.cpp
- lib/CodeGen/CodeGenModule.cpp 14 additions, 2 deletionslib/CodeGen/CodeGenModule.cpp
- lib/Lex/Lexer.cpp 64 additions, 13 deletionslib/Lex/Lexer.cpp
- lib/Lex/LiteralSupport.cpp 93 additions, 64 deletionslib/Lex/LiteralSupport.cpp
- lib/Lex/MacroArgs.cpp 7 additions, 1 deletionlib/Lex/MacroArgs.cpp
Loading
Please register or sign in to comment