[PATCH] D120770: [C2x] Implement literal suffixes for _BitInt
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 12:29:11 PST 2022
aaron.ballman updated this revision to Diff 412509.
aaron.ballman marked 4 inline comments as done.
aaron.ballman added a comment.
getAs -> isa
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120770/new/
https://reviews.llvm.org/D120770
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/DiagnosticCommonKinds.td
clang/include/clang/Lex/LiteralSupport.h
clang/lib/AST/StmtPrinter.cpp
clang/lib/Lex/LiteralSupport.cpp
clang/lib/Lex/PPExpressions.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/AST/bitint-suffix.c
clang/test/Lexer/bitint-constants-compat.c
clang/test/Lexer/bitint-constants.c
llvm/include/llvm/ADT/APInt.h
llvm/lib/Support/APInt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120770.412509.patch
Type: text/x-patch
Size: 23464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220302/428ad0f0/attachment.bin>
More information about the llvm-commits
mailing list