aaron.ballman accepted this revision. aaron.ballman added a comment. LGTM aside from a small nit
================ Comment at: clang/lib/AST/Decl.cpp:4567-4569 + DeclarationName Name = getDeclName(); + Name.print(OS, Policy); +} ---------------- This way we're not reimplementing the same logic that `NamedDecl` does (in case we update that logic at some point in the future). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158526/new/ https://reviews.llvm.org/D158526 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits