]> granicus.if.org Git - clang/commit
[AST] Fix RecursiveASTVisitorTest multiline string literal. NFC
authorDavid Green <david.green@arm.com>
Mon, 5 Aug 2019 16:27:36 +0000 (16:27 +0000)
committerDavid Green <david.green@arm.com>
Mon, 5 Aug 2019 16:27:36 +0000 (16:27 +0000)
commit2068a9862774c656ff288d7c474ac9093d8073e7
tree941524531b4d7793b151462a8e95dac5dae37bb2
parentafdf1013dc7653c345eccbcb4728663b351f2f39
[AST] Fix RecursiveASTVisitorTest multiline string literal. NFC

Some compiler, notably older gccs (< 8) can have trouble with multiline raw
string literals inside macros. This just moves the code outsize the macro, to
attempt to appease the bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367885 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Tooling/RecursiveASTVisitorTests/ImplicitCtorInitializer.cpp