commit | cb8014e37289a88fa34bfa0d38aba71e2cd08459 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Oct 12 01:34:51 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Oct 12 01:34:51 2008 +0000 |
tree | 5c84196c244531273e890454229e737e42c504e5 | |
parent | e5eca95b64a91a6d418089a566179e80839a6ec0 [diff] [blame] |
fix misleading comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57396 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Lex/Lexer.cpp b/lib/Lex/Lexer.cpp index 44a32db..a259b2a 100644 --- a/lib/Lex/Lexer.cpp +++ b/lib/Lex/Lexer.cpp
@@ -135,7 +135,7 @@ // We *are* in raw mode. LexingRawMode = true; - // Never keep comments in raw mode. + // Default to not keeping comments in raw mode. KeepCommentMode = false; }