]> granicus.if.org Git - clang/commit
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)
commitb8b1ce12362860e55590c55fd43db875c9193357
treeeaff41bfc04490d5d61647077210e4cbc1fe9a77
parent36ba0ff4b632cff7424693b9818bcc8d9ea7798a
Parse record declarations with token pasted identifiers.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174512 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/UnwrappedLineParser.cpp
unittests/Format/FormatTest.cpp