]> granicus.if.org Git - clang/commit
PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Feb 2014 21:52:30 +0000 (21:52 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Feb 2014 21:52:30 +0000 (21:52 +0000)
commit40de650390d05bea9a0422cf220dde66a0da048a
tree0bc7c69d9b793ba3948f989064632a7368abe87b
parentac14efa58af741a866e10ad8ce34250949d26960
PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201532 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Lexer.h
include/clang/Lex/LiteralSupport.h
lib/Lex/Lexer.cpp
lib/Lex/LiteralSupport.cpp
lib/Lex/Preprocessor.cpp
test/Parser/cxx11-user-defined-literals.cpp