]> granicus.if.org Git - clang/commit
Handle standard libraries that miss out the space when defining the standard
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Sep 2013 04:06:10 +0000 (04:06 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Sep 2013 04:06:10 +0000 (04:06 +0000)
commit06dd2b317a4bf282f3ac526b5cc4d74c39ed7ced
treea3ef285301bad0b670d252469f114e81769d75a9
parent543c4ae954f2bce5ac58ed22080f23cbd94794d2
Handle standard libraries that miss out the space when defining the standard
literal operators. Also, for now, allow the proposed C++1y "il", "i", and "if"
suffixes too. (Will revert the latter if LWG decides not to go ahead with that
change after all.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191274 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp
lib/Lex/LiteralSupport.cpp
test/SemaCXX/cxx1y-user-defined-literals.cpp