]> granicus.if.org Git - clang/commit
Bring order to the OpenCL keywords
authorAlp Toker <alp@nuanti.com>
Tue, 17 Dec 2013 18:17:46 +0000 (18:17 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 17 Dec 2013 18:17:46 +0000 (18:17 +0000)
commitef50ac0f756a56a12b048a98bea031b74e875791
tree8ee82e9efc14500c2726c0921a001b2421246b35
parent9c80cbccfa6acbe80add5e4eb139c28c5b649219
Bring order to the OpenCL keywords

Avoid the gratuitous repurposing of C++ keyword 'private' by using a keyword
alias.

Also attempt to document the OpenCL keywords based on scraps of information
found online.

The purpose of this commit is to reduce impact on the C++ parser.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197511 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TokenKinds.def
lib/Parse/ParseDecl.cpp