[clang] Control spacing for attribute printing (PR #174197)

Kim Gräsman via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 9 00:11:41 PST 2026


================
@@ -1085,8 +1125,11 @@ void DeclPrinter::VisitCXXRecordDecl(CXXRecordDecl *D) {
 
   // FIXME: Move before printing the decl kind to match the behavior of the
----------------
kimgr wrote:

Ok, nice! Might be a bad idea to mix it into this PR, I'll open a separate one.

https://github.com/llvm/llvm-project/pull/174197


More information about the cfe-commits mailing list