[clang-tools-extra] [clang-tidy] [NFC] Move comment scanning to `LexerUtils` and add tests (PR #180371)

Daniil Dudkin via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 12 13:02:37 PST 2026


================
@@ -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


More information about the cfe-commits mailing list