]> granicus.if.org Git - clang/commit
Move multiline raw string literal out of macro. NFC
authorDavid Green <david.green@arm.com>
Sat, 16 Feb 2019 11:19:04 +0000 (11:19 +0000)
committerDavid Green <david.green@arm.com>
Sat, 16 Feb 2019 11:19:04 +0000 (11:19 +0000)
commit772ba47eb83020bbe2b51c11ed10bbdf54b6284e
tree39f85c0ad1302415c32e514609975233e90dd7aa
parent3c9670064798750eaa0ae8179dcd7e45f57cb5d3
Move multiline raw string literal out of macro. NFC

Certain combinations of gcc and ccache fail when the raw
string literal is preprocessed. This just moves the string
out as is done elsewhere in the same file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354201 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp