================ @@ -38,6 +39,7 @@ #include <optional> using namespace clang; +using namespace clang::diag; ---------------- Sirraide wrote:
Er, I don’t think we do this anywhere else; prefer to just do `diag::` everywhere instead https://github.com/llvm/llvm-project/pull/172532 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
