================
@@ -121,6 +123,7 @@ struct PrintingPolicy {
   /// \endcode
   LLVM_PREFERRED_TYPE(bool)
   unsigned SuppressTagKeyword : 1;
+  unsigned SuppressTagKeywordInAnonymousTagNames : 1;
----------------
Michael137 wrote:

Made it an enum in one of the latest commits. Bit awkward with the casting, but 
nothing we can do about it if the bitfields are `unsigned` i guess

I'll extract it into a separate PR to make it easier to review

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

Reply via email to