================ @@ -0,0 +1,85 @@ +// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.webkit.UncheckedCallArgsChecker -std=c++20 -verify %s +// expected-no-diagnostics + +// Test: [[clang::suppress]] fails for implicit template specializations when +// namespace has multiple redeclarations and suppression is in a different +// redeclaration than the lexical parent of the implicit specialization. +// +// The bug occured when: ---------------- steakhal wrote:
Applied in abfe124140d29f3d30bc40a9cf155a4b4158ac21 https://github.com/llvm/llvm-project/pull/178441 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
