]> granicus.if.org Git - clang/commit
Change SkipBlockComment and SkipBCPLComment to return true when in
authorChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2008 04:15:42 +0000 (04:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2008 04:15:42 +0000 (04:15 +0000)
commit2d3818959df7b71bfcf8c2f2b573856bfc4c3a21
tree8f7f29f9db5ac51c63652e48b24c629222ab8770
parentd88dc48e33d71732708960170e57a3d1bdc8f847
Change SkipBlockComment and SkipBCPLComment to return true when in
keep comment mode, instead of returning false.  This matches SkipWhitespace.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57402 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp