This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Handle static_assert messages with an expression started by a literal
ClosedPublic

Authored by cor3ntin on Jul 29 2023, 7:07 AM.

Diff Detail

Event Timeline

cor3ntin created this revision.Jul 29 2023, 7:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2023, 7:07 AM
cor3ntin requested review of this revision.Jul 29 2023, 7:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2023, 7:07 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tbaeder added inline comments.
clang/lib/Parse/ParseDeclCXX.cpp
1019–1032
cor3ntin added inline comments.
clang/lib/Parse/ParseDeclCXX.cpp
1019–1032

Oups, thanks!

aaron.ballman accepted this revision.Jul 31 2023, 5:45 AM

LGTM aside from minor nits.

clang/lib/Parse/ParseDeclCXX.cpp
1022
This revision is now accepted and ready to land.Jul 31 2023, 5:45 AM
cor3ntin updated this revision to Diff 545627.Jul 31 2023, 6:22 AM

Typo + format