From: Chris Lattner Date: Thu, 7 Feb 2008 05:57:50 +0000 (+0000) Subject: these aren't tokens. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18354de8c0e408a9a07cac75af2105d36587bc57;p=clang these aren't tokens. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46844 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: