[PATCH] D124221: Add new builtin __builtin_reflect_struct.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 22:47:34 PDT 2022


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

- Fix some code that was making incorrect assumptions that PseudoObjectExpr is only used for ObjC properties.


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/lib/AST/Expr.cpp
  clang/lib/Sema/SemaChecking.cpp
  clang/lib/Sema/SemaStmt.cpp
  clang/test/CodeGenCXX/builtin-reflect-struct.cpp
  clang/test/Sema/builtin-dump-struct.c
  clang/test/SemaCXX/builtin-reflect-struct.cpp

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


More information about the cfe-commits mailing list