================
@@ -17,6 +17,8 @@
using namespace clang::ast_matchers;
namespace clang::tidy::bugprone {
+
+using clang::tidy::utils::lexer::CommentToken;
----------------
unterumarmung wrote:
Done
https://github.com/llvm/llvm-project/pull/180371