[cfe-commits] r38684 - /cfe/cfe/trunk/include/clang/Lex/LexerToken.h
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:23:48 PDT 2007
Author: sabre
Date: Wed Jul 11 11:23:48 2007
New Revision: 38684
URL: http://llvm.org/viewvc/llvm-project?rev=38684&view=rev
Log:
Remove pointless comments.
Modified:
cfe/cfe/trunk/include/clang/Lex/LexerToken.h
Modified: cfe/cfe/trunk/include/clang/Lex/LexerToken.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/Lex/LexerToken.h?rev=38684&r1=38683&r2=38684&view=diff
==============================================================================
--- cfe/cfe/trunk/include/clang/Lex/LexerToken.h (original)
+++ cfe/cfe/trunk/include/clang/Lex/LexerToken.h Wed Jul 11 11:23:48 2007
@@ -48,8 +48,6 @@
StartOfLine = 0x01, // At start of line or only after whitespace.
LeadingSpace = 0x02, // Whitespace exists before this token.
NeedsCleaning = 0x04 // Contained an escaped newline or trigraph.
- //#define STRINGIFY_ARG (1 << 2) /* If macro argument to be stringified.
- //#define PASTE_LEFT (1 << 3) /* If on LHS of a ## operator.
};
tok::TokenKind getKind() const { return Kind; }
More information about the cfe-commits
mailing list