[cfe-commits] r57396 - /cfe/trunk/lib/Lex/Lexer.cpp

Chris Lattner sabre at nondot.org
Sat Oct 11 18:34:51 PDT 2008


Author: lattner
Date: Sat Oct 11 20:34:51 2008
New Revision: 57396

URL: http://llvm.org/viewvc/llvm-project?rev=57396&view=rev
Log:
fix misleading comment.

Modified:
    cfe/trunk/lib/Lex/Lexer.cpp

Modified: cfe/trunk/lib/Lex/Lexer.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/Lexer.cpp?rev=57396&r1=57395&r2=57396&view=diff

==============================================================================
--- cfe/trunk/lib/Lex/Lexer.cpp (original)
+++ cfe/trunk/lib/Lex/Lexer.cpp Sat Oct 11 20:34:51 2008
@@ -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;
 }
 





More information about the cfe-commits mailing list