]> granicus.if.org Git - clang/commit
Also recognize -std=iso9899:201x
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 6 Dec 2016 10:23:07 +0000 (10:23 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 6 Dec 2016 10:23:07 +0000 (10:23 +0000)
commit45e06a61601c5455359b9a4810b0c26937417bac
tree9e67b131e5ebcb1cf40107a643784dc8402bbb69
parente9895ed59a7f1c28e4e70d8ea249b5f4803dbc7f
Also recognize -std=iso9899:201x

It should already be handled but a typo in the LANGSTANDARD() definition
was introduced in r147220.

Patch by Alexander Richardson, test case by me.

Differential Revision:https://reviews.llvm.org/D27427

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288793 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/LangStandards.def
test/Preprocessor/init.c