================
@@ -28,6 +28,7 @@ using namespace clang::tidy::utils;
namespace clang::tidy::bugprone {
+using ast_matchers::optionally;
----------------
zeyi2 wrote:This appears redundant if `using namespace clang::ast_matchers;` already exists in the file https://github.com/llvm/llvm-project/pull/189638 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
