aaron.ballman added a reviewer: aaron.ballman.
aaron.ballman added a comment.

Thank you for the fix!

It looks like precommit CI found a related failure that needs to be addressed: 
https://buildkite.com/llvm-project/premerge-checks/builds/130589#0185ac99-1158-46b3-b6d1-52fcf5310a59

Can you also add a release note about the fix as well?



================
Comment at: clang/lib/AST/DeclPrinter.cpp:894
                        : D->getName());
+  prettyPrintAttributes(D);
   Expr *Init = D->getInit();
----------------
Adding in a comment for the problems that remain.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141714

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to