aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-07 05:57:50 +0000
committerChris Lattner <sabre@nondot.org>2008-02-07 05:57:50 +0000
commit18354de8c0e408a9a07cac75af2105d36587bc57 (patch)
tree096f39280e5beae859fc129503707d0b1589c262
parentd131c4ff6133c691f91d8a82e7197d97b187425f (diff)
these aren't tokens.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46844 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/TokenKinds.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Basic/TokenKinds.def b/include/clang/Basic/TokenKinds.def
index 6f43840835..e17e0fe1de 100644
--- a/include/clang/Basic/TokenKinds.def
+++ b/include/clang/Basic/TokenKinds.def
@@ -171,9 +171,6 @@ TOK(coloncolon) // ::
// Objective C support.
TOK(at) // @
-// at_identifier // @foo
-// at_string // @"foo"
-
// C99 6.4.1: Keywords. These turn into kw_* tokens.
// Flags allowed: