================
@@ -544,6 +544,9 @@ void ClangTidyDiagnosticConsumer::forwardDiagnostic(const 
Diagnostic &Info) {
     case clang::DiagnosticsEngine::ak_attr:
       Builder << reinterpret_cast<Attr *>(Info.getRawArg(Index));
       break;
+    case clang::DiagnosticsEngine::ak_attr_info:
----------------
mikaelholmen wrote:

Yes out of the 16 previous values the ak_addrspace case was sorted seemingly 
randomly.
Well as I wrote, I don't know if anyone cares. And function wise it doesn't 
matter.
I just noted the general sorting that was done before.


https://github.com/llvm/llvm-project/pull/147503
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to