[PATCH] D124221: Reimplement `__builtin_dump_struct` in Sema.
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 6 06:00:05 PDT 2022
erichkeane added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:2441
+well as aggregate structures, ``void*`` (printed with ``%p``), and ``const
+char*`` (printed with ``%s``). A ``*%p`` specifier will be used for a field
+that Clang doesn't know how to format, and the corresopnding argument will be a
----------------
For post-commit: perhaps the string quoting and limit should be documented?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124221/new/
https://reviews.llvm.org/D124221
More information about the cfe-commits
mailing list