Skip to content

Commit

Permalink
Set default C++ level for PlayStation(r) to C++17.
Browse files Browse the repository at this point in the history
  • Loading branch information
sks75220 committed Jul 22, 2023
1 parent ab4e461 commit aa34b34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions clang/lib/Basic/LangStandards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ LangStandard::Kind clang::getDefaultLanguageStandard(clang::Language Lang,
case Language::ObjCXX:
case Language::CUDA:
case Language::HIP:
if (T.isPS())
return LangStandard::lang_gnucxx14;
return LangStandard::lang_gnucxx17;
case Language::RenderScript:
return LangStandard::lang_c99;
Expand Down
6 changes: 0 additions & 6 deletions clang/test/Preprocessor/lang-std-sie.cpp

This file was deleted.

0 comments on commit aa34b34

Please sign in to comment.