[PATCH] D124221: Reimplement `__builtin_dump_struct` in Sema.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 14:27:45 PDT 2022


rsmith updated this revision to Diff 426520.
rsmith added a comment.

- Use printing policy more, and turn off anonymous tag locations.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124221

Files:
  clang/docs/LanguageExtensions.rst
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/Builtins.def
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Sema/Sema.h
  clang/lib/AST/Expr.cpp
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/Frontend/FrontendActions.cpp
  clang/lib/Sema/SemaChecking.cpp
  clang/lib/Sema/SemaStmt.cpp
  clang/lib/Sema/SemaTemplateInstantiate.cpp
  clang/test/CodeGen/builtin-dump-struct.c
  clang/test/CodeGen/dump-struct-builtin.c
  clang/test/CodeGenCXX/builtin-dump-struct.cpp
  clang/test/Sema/builtin-dump-struct.c
  clang/test/SemaCXX/builtin-dump-struct.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124221.426520.patch
Type: text/x-patch
Size: 99363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220502/b892ef7a/attachment-0001.bin>


More information about the cfe-commits mailing list