This is an archive of the discontinued LLVM Phabricator instance.

Partially revert changes to test lang-std.cpp
ClosedPublic

Authored by yaxunl on Jul 24 2023, 7:22 AM.

Details

Reviewers
probinson
dyung
Summary

Recover the checking for the default language standard for C++.

Diff Detail

Event Timeline

yaxunl created this revision.Jul 24 2023, 7:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 7:22 AM
dyung added a subscriber: dyung.Jul 24 2023, 10:11 AM
dyung added inline comments.
clang/test/Preprocessor/lang-std.cpp
4

This should be unneeded now, we recently updated the PS platforms to default to c++17 like the rest of the compiler in aa34b34e93d444efec6cd894e5e55927d0e413e6
.

yaxunl marked an inline comment as done.Jul 24 2023, 10:53 AM
yaxunl added inline comments.
clang/test/Preprocessor/lang-std.cpp
4

will remove

yaxunl updated this revision to Diff 543640.Jul 24 2023, 10:55 AM
yaxunl marked an inline comment as done.
yaxunl added a reviewer: dyung.

revised by comments

probinson added inline comments.Jul 24 2023, 11:29 AM
clang/test/Preprocessor/lang-std.cpp
4

Use --input-file and there's one fewer process to create.

yaxunl updated this revision to Diff 543670.Jul 24 2023, 12:05 PM

revised by comments

This revision is now accepted and ready to land.Jul 24 2023, 12:26 PM