================ @@ -37,6 +38,27 @@ class ASTConsumer { friend class SemaConsumer; +public: + /// Allow type-based aliasing information to be interrogated by the AST + /// producer (for diagnostics). + class TypeAliasing { ---------------- Endilll wrote:
Sorry I didn't make myself clear enough. I thought that `TypeAliasing` exists for the sole purpose of providing a scope for unscoped enumeration, so my idea was that this whole class can be replaces with a scoped enum. https://github.com/llvm/llvm-project/pull/74155 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits