[PATCH] D119291: [Clang] Add support for STDC CX_LIMITED_RANGE pragma.

2023-04-14 Thread Tom Honermann via Phabricator via cfe-commits
tahonermann resigned from this revision. tahonermann added a comment. Herald added a project: All. Resigning to remove this old review from my review queue. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119291/new/ https://reviews.llvm.org/D119291

[PATCH] D119291: [Clang] Add support for STDC CX_LIMITED_RANGE pragma.

2022-02-23 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added reviewers: aaron.ballman, rjmccall, tahonermann, erichkeane. aaron.ballman added a comment. Adding some more reviewers for visibility. Please address the clang-format issues; also, this seems to be missing all of the test I would expect to see in Preprocessor or Parser for ch

[PATCH] D119291: [Clang] Add support for STDC CX_LIMITED_RANGE pragma.

2022-02-08 Thread Joshua Cranmer via Phabricator via cfe-commits
jcranmer-intel created this revision. Herald added a subscriber: dexonsmith. jcranmer-intel requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This pragma is defined in the C specification. Notably, the C specification makes the "DEFAULT" valu