-
clang-tools-extra/test/clang-tidy/checkers/ -
modernize-unary-static-assert.cpp -
attr-availability-xcore.c
| | Authored by cor3ntin on Jul 10 2021, 6:53 AM. Event TimelineThis revision is now accepted and ready to land. cor3ntin retitled this revision from [WIP] Implement P2361 Unevaluated string literals to Implement P2361 Unevaluated string literals. This revision is now accepted and ready to land. Herald added a project: Restricted Project. cor3ntin marked 43 inline comments as done. cor3ntin marked 2 inline comments as done. cor3ntin marked 6 inline comments as done. Herald added a project: Restricted Project. This revision now requires changes to proceed. This revision is now accepted and ready to land. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| clang-tools-extra/ | test/ | clang-tidy/ | checkers/ |
| | | 3 lines | | | | | | | | 5 lines | | | | 7 lines | | 3 lines | | | | 29 lines | | | | 7 lines | | | | 2 lines | | | | | | 70 lines | | | | 3 lines | | | | 119 lines | | 18 lines | | 3 lines | | 3 lines | | | | 68 lines | | 6 lines | | 19 lines | | 8 lines | | | | 2 lines | | 6 lines | | 24 lines | | 3 lines | | 3 lines | | 8 lines | | | | | | | | 8 lines | | 4 lines | | | | 2 lines | | | | 6 lines | | 11 lines | | 5 lines | | 23 lines | | | | 11 lines | | | | 13 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
96dda6c532e7 | 4f84d9f7aea8 | ebee606e3845 | Corentin Jabot | | Jul 10 2021, 6:52 AM |
|
Do we also want to assert that if it is unevaluated, it's char byte width *is* one byte? (No such thing as a multibyte unevaluated string literal.)