[PATCH] D56829: Move decl context dumping to TextNodeDumper

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 18 16:02:18 PST 2019


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM! At some point, we may want to revisit how we dump `TranslationUnitDecl` to make it a bit less inscrutable (I have no idea what those "invalid sloc" strings are telling me). At that point, we may want to turn `<undeserialized declarations>` into `undeserialized_declarations` as well so it stands out a bit more.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56829/new/

https://reviews.llvm.org/D56829





More information about the cfe-commits mailing list