[cfe-commits] r133757 - /cfe/trunk/include/clang/Lex/Token.h
Douglas Gregor
dgregor at apple.com
Thu Jun 23 13:49:35 PDT 2011
Author: dgregor
Date: Thu Jun 23 15:49:34 2011
New Revision: 133757
URL: http://llvm.org/viewvc/llvm-project?rev=133757&view=rev
Log:
Remove superfluous comment
Modified:
cfe/trunk/include/clang/Lex/Token.h
Modified: cfe/trunk/include/clang/Lex/Token.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/Token.h?rev=133757&r1=133756&r2=133757&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/Token.h (original)
+++ cfe/trunk/include/clang/Lex/Token.h Thu Jun 23 15:49:34 2011
@@ -63,9 +63,7 @@
/// Kind - The actual flavor of token this is.
///
- unsigned short Kind; // DON'T make Kind a 'tok::TokenKind';
- // MSVC will treat it as a signed char and
- // TokenKinds > 127 won't be handled correctly.
+ unsigned short Kind;
/// Flags - Bits we track about this token, members of the TokenFlags enum.
unsigned char Flags;
More information about the cfe-commits
mailing list