[cfe-commits] r46844 - /cfe/trunk/include/clang/Basic/TokenKinds.def

Chris Lattner sabre at nondot.org
Wed Feb 6 21:57:51 PST 2008


Author: lattner
Date: Wed Feb  6 23:57:50 2008
New Revision: 46844

URL: http://llvm.org/viewvc/llvm-project?rev=46844&view=rev
Log:
these aren't tokens.

Modified:
    cfe/trunk/include/clang/Basic/TokenKinds.def

Modified: cfe/trunk/include/clang/Basic/TokenKinds.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/TokenKinds.def?rev=46844&r1=46843&r2=46844&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/TokenKinds.def (original)
+++ cfe/trunk/include/clang/Basic/TokenKinds.def Wed Feb  6 23:57:50 2008
@@ -171,9 +171,6 @@
 // Objective C support.
 TOK(at)                  // @
 
-// at_identifier         // @foo
-// at_string             // @"foo"
-
 
 // C99 6.4.1: Keywords.  These turn into kw_* tokens.
 // Flags allowed:





More information about the cfe-commits mailing list