[PATCH] D122248: [clang][CodeGen]Fix clang crash and add bitfield support in __builtin_dump_struct
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 24 10:29:16 PDT 2022
erichkeane added a comment.
Agreed. `DeclarationName::getAsString` is in no way marked deprecated though, so you could call that?
`FieldDecl->getDeclName()->getAsString()` or the `DeclarationName` `operator<<` would both be equivalent with no threat of deprecation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122248/new/
https://reviews.llvm.org/D122248
More information about the cfe-commits
mailing list