]> granicus.if.org Git - clang/commit
Fix PR2041: restrict is not a keyword in c90.
authorChris Lattner <sabre@nondot.org>
Fri, 15 Feb 2008 18:02:59 +0000 (18:02 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Feb 2008 18:02:59 +0000 (18:02 +0000)
commit3e5849ecfc02e362beb195d35100f868b1699176
treeee231eef1a3856151fbd0707bda2f5dbc5c83c78
parent9db139784e5107db6f6165906003ddfaecd5390f
Fix PR2041: restrict is not a keyword in c90.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47160 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TokenKinds.def
test/Sema/c89.c