Skip to content

Commit aa34b34

Browse files
committed
Set default C++ level for PlayStation(r) to C++17.
1 parent ab4e461 commit aa34b34

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

clang/lib/Basic/LangStandards.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ LangStandard::Kind clang::getDefaultLanguageStandard(clang::Language Lang,
6666
case Language::ObjCXX:
6767
case Language::CUDA:
6868
case Language::HIP:
69-
if (T.isPS())
70-
return LangStandard::lang_gnucxx14;
7169
return LangStandard::lang_gnucxx17;
7270
case Language::RenderScript:
7371
return LangStandard::lang_c99;

clang/test/Preprocessor/lang-std-sie.cpp

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)