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

This `FIXME` looks a bit suspicious to me. Clang diagnoses if I try to put 
keyword attrs like `alignas` or standard attrs like `[[clang::flag_enum]]` 
before the tag.

So in the spirit of trying to produce valid declarations, should I remove the 
FIXME?

https://github.com/llvm/llvm-project/pull/174197
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to