Silence gcc's -Wcomment
authorFilipe Cabecinhas <me@filcab.net>
Wed, 22 Oct 2014 02:16:06 +0000 (02:16 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Wed, 22 Oct 2014 02:16:06 +0000 (02:16 +0000)
commit8ff1b9820829cfccd9866c54269efee93d68d8b6
tree44614ca9b2cb34240a5d0526fa4965e7e8f7e203
parent539be96ea4aa2677a48050e32bb98caf25c0af52
Silence gcc's -Wcomment

gcc's (4.7, I think) -Wcomment warning is not "as smart" as clang's and
warns even if the line right after the backslash-newline sequence only has
a line comment that starts at the beginning of the line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220360 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Analysis/LazyCallGraphTest.cpp