]> granicus.if.org Git - clang/commit
Don't claim that things that are Objective-C keywords if preceded by an @ are keyword...
authorDavid Chisnall <csdavec@swan.ac.uk>
Wed, 13 Oct 2010 21:44:48 +0000 (21:44 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Wed, 13 Oct 2010 21:44:48 +0000 (21:44 +0000)
commit096428b351ebf5de9871ce11e06ba6f2d8276ab5
tree1663a1eb5f965e84db71f88f4b7baa686ae8b724
parent6b0656a7c386662e1bec5f23a3bd0bf2687a9635
Don't claim that things that are Objective-C keywords if preceded by an @ are keywords unless they are preceded by an @.

For example, don't claim that end is a keyword in:

unsigned end;

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116439 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndex.cpp