[PATCH] D152017: [DebugInfo] Add flag to only emit referenced member functions
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 6 10:45:00 PDT 2023
probinson added a comment.
I have to say I'm not super excited about "-gincomplete-types" given that "incomplete type" means something different to a C++ user.
"-gdefined-methods-only" ? reads awkwardly in the no- form.
"-gsuppress-undefined-methods" ? which is similar to what we called it.
"-gundefined-methods" ? you'd default-true in that case, the no form would suppress them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152017/new/
https://reviews.llvm.org/D152017
More information about the cfe-commits
mailing list