]> granicus.if.org Git - clang/commit
[Tests] Add explicit -std=lang option to a number of tests.
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Sat, 1 Aug 2015 02:55:59 +0000 (02:55 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Sat, 1 Aug 2015 02:55:59 +0000 (02:55 +0000)
commit5276862e7f0ae7ba9f23a3ddeab19395a170c452
treef3392f34b274fd8e2013aa4cbaf0d9e56a45382c
parent3a58d1daa0a1d5c669f9ef378c21c46118a9b8d3
[Tests] Add explicit -std=lang option to a number of tests.

This patch should not change the test results, but it is useful if clang's
default C++ language is ever changed from gnu++98.

Patch by: Charles Li

http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150727/134667.html

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243819 91177308-0d34-0410-b5e6-96231b3b80d8
test/Lexer/cxx0x_keyword_as_cxx98.cpp
test/Lexer/has_feature_cxx0x.cpp
test/Lexer/ms-extensions.cpp
test/Preprocessor/macro-reserved-cxx11.cpp
test/Preprocessor/macro-reserved.cpp