[PATCH] D155610: [Clang][Sema] Fix display of characters on static assertion failure

Takuya Shimizu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 03:15:22 PDT 2023


hazohelet updated this revision to Diff 548948.
hazohelet marked 2 inline comments as done.
hazohelet added a comment.

Address comments from Aaron

- Use hex code for integer representation of textual types
- NFC stylistic changes


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155610/new/

https://reviews.llvm.org/D155610

Files:
  clang/docs/ReleaseNotes.rst
  clang/lib/Sema/SemaDeclCXX.cpp
  clang/test/Lexer/cxx1z-trigraphs.cpp
  clang/test/SemaCXX/static-assert-cxx26.cpp
  clang/test/SemaCXX/static-assert.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155610.548948.patch
Type: text/x-patch
Size: 9970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230810/b47094b4/attachment-0001.bin>


More information about the cfe-commits mailing list