[PATCH] D116203: [clang] adds unary type transformations as compiler built-ins
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 24 12:12:43 PST 2021
cjdb updated this revision to Diff 396177.
cjdb retitled this revision from "[clang] adds `__add_const` as a compiler built-in" to "[clang] adds unary type transformations as compiler built-ins".
cjdb edited the summary of this revision.
cjdb added a comment.
merges D116205 <https://reviews.llvm.org/D116205>, D116206 <https://reviews.llvm.org/D116206>, D116226 <https://reviews.llvm.org/D116226>, D116242 <https://reviews.llvm.org/D116242>, D116260 <https://reviews.llvm.org/D116260>, D116262 <https://reviews.llvm.org/D116262> and D116264 <https://reviews.llvm.org/D116264>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116203/new/
https://reviews.llvm.org/D116203
Files:
clang/include/clang/AST/Type.h
clang/include/clang/Basic/Specifiers.h
clang/include/clang/Basic/TokenKinds.def
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/DeclSpec.h
clang/lib/AST/ItaniumMangle.cpp
clang/lib/AST/JSONNodeDumper.cpp
clang/lib/AST/TextNodeDumper.cpp
clang/lib/AST/TypePrinter.cpp
clang/lib/Format/FormatToken.cpp
clang/lib/Lex/PPMacroExpansion.cpp
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Sema/DeclSpec.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaTemplateVariadic.cpp
clang/lib/Sema/SemaType.cpp
clang/test/SemaCXX/add_cv.cpp
clang/test/SemaCXX/remove_cvref.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116203.396177.patch
Type: text/x-patch
Size: 34950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211224/c521e272/attachment-0001.bin>
More information about the cfe-commits
mailing list