[clang-tools-extra] [clang-tidy] Update TODO comment check (PR #104868)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 24 07:58:40 PDT 2024


================
@@ -9,6 +9,7 @@
 #include "TodoCommentCheck.h"
 #include "clang/Frontend/CompilerInstance.h"
 #include "clang/Lex/Preprocessor.h"
+#include <list>
----------------
5chmidti wrote:

Please remove this unused include

https://github.com/llvm/llvm-project/pull/104868


More information about the cfe-commits mailing list