================
@@ -121,6 +123,7 @@ struct PrintingPolicy {
/// \endcode
LLVM_PREFERRED_TYPE(bool)
unsigned SuppressTagKeyword : 1;
+ unsigned SuppressTagKeywordInAnonymousTagNames : 1;
----------------
Michael137 wrote:
Actually, I confused myself initially and a three-valued enum *does* work:
`None`, `InElaboratedNames`, `All`. But, after playing around with this, I do
agree that two booleans describing the exact thing they are affecting seems
better. I'll go with that for now
https://github.com/llvm/llvm-project/pull/169445
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits