Parse record declarations with token pasted identifiers.
authorManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 15:57:54 +0000 (15:57 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 15:57:54 +0000 (15:57 +0000)
commitd265090cd67ebb3f2dd280a30722b07f080eefce
treeb88bc6a6af2d595d80ed28187cdb1760ce5a38f1
parent09aba10499fc621907ff4153a030e79c3456670c
Parse record declarations with token pasted identifiers.

This is pretty common in macros:
 #define A(X, Y) class X##Y {};

llvm-svn: 174512
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp