This is an archive of the discontinued LLVM Phabricator instance.

[clang] Restores some -std=c++2b tests.
ClosedPublic

Authored by Mordante on May 7 2023, 6:01 AM.

Details

Summary

These tests should have added -std=c++23 instead of replacing -std=c++2b
in D149553.

Diff Detail

Event Timeline

Mordante created this revision.May 7 2023, 6:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2023, 6:01 AM
Mordante updated this revision to Diff 520185.May 7 2023, 7:22 AM

Retrigger CI.

Mordante published this revision for review.May 7 2023, 8:39 AM
Mordante edited the summary of this revision. (Show Details)
Mordante added inline comments.
clang/test/Preprocessor/init.c
13

FYI the revision had a parent revision to test some changes for the Clang pre-commit CI not related to this patch at all.

Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2023, 8:40 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.May 8 2023, 4:59 AM

LGTM, good catch!

This revision is now accepted and ready to land.May 8 2023, 4:59 AM
This revision was automatically updated to reflect the committed changes.