[Lldb-commits] [PATCH] D112374: [clang] Implement ElaboratedType sugaring for types written bare
Alexander Kornienko via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 11 11:27:29 PDT 2022
alexfh added a comment.
One more problem related to this patch: it changes the behavior of __PRETTY_FUNCTION__: https://gcc.godbolt.org/z/Mvnj9j74E. There may be dependencies upon the specific format of expansions of this macro: tests, log processing tools, libraries like ctti, and probably other things. It would be better to retain the format of function names expanded from this macro.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112374/new/
https://reviews.llvm.org/D112374
More information about the lldb-commits
mailing list