[clang-tools-extra] [clang-tidy] rewrite matchers in modernize-use-starts-ends-with (PR #112101)

Nicolas van Kempen via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 12 18:51:59 PDT 2024


================
@@ -9,8 +9,10 @@
 #include "UseStartsEndsWithCheck.h"
 
 #include "../utils/ASTUtils.h"
-#include "../utils/OptionsUtils.h"
+#include "../utils/Matchers.h"
+#include "clang/ASTMatchers/ASTMatchers.h"
 #include "clang/Lex/Lexer.h"
+#include "llvm/ADT/ArrayRef.h"
----------------
nicovank wrote:

```suggestion
```
Supernit.

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


More information about the cfe-commits mailing list