]> granicus.if.org Git - clang/commit
Fix CodeCompleteTest.cpp for older gcc plus ccache builds
authorDavid Green <david.green@arm.com>
Thu, 13 Dec 2018 17:20:06 +0000 (17:20 +0000)
committerDavid Green <david.green@arm.com>
Thu, 13 Dec 2018 17:20:06 +0000 (17:20 +0000)
commit7b92920445867641a6da69a8703042cf7efc68e7
treec097a37391fe27ef9f26a038ede4874eddba6fbb
parentf8882f2c842269578e731f6a513d3f6028240650
Fix CodeCompleteTest.cpp for older gcc plus ccache builds

Some versions of gcc, especially when invoked through ccache (-E), can have
trouble with raw string literals inside macros. This moves the string out of
the macro.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349059 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Sema/CodeCompleteTest.cpp