================ @@ -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: ---------------- a-tarasyuk wrote:
@mikaelholmen not sure if it matters in this case, since there's no `fallthrough`. For example, `ak_addrspace` has a different order. 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