]> granicus.if.org Git - clang/commit
Implement C++0x [lex.pptoken]p3's handling of <::.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 14 Apr 2011 18:36:27 +0000 (18:36 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 14 Apr 2011 18:36:27 +0000 (18:36 +0000)
commit87a1e19735a27d84edc2ac1331c040e2fb4c3b1a
tree0f3de2459798dba27e68cad40f261c0d22e6af0f
parent8a9013d24864272cf5b18c908a267bd7a2bda4c4
Implement C++0x [lex.pptoken]p3's handling of <::.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129525 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp
test/CXX/lex/lex.pptoken/p3-0x.cpp [new file with mode: 0644]