[clang-tools-extra] [clang-tidy] Improve readability-enum-initial-value diagnostic message (PR #176485)

Endre Fülöp via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 17 12:59:23 PST 2026


================
@@ -15,6 +15,7 @@
 #include "clang/Basic/SourceLocation.h"
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SmallString.h"
+#include "llvm/ADT/SmallVector.h"
----------------
gamesh411 wrote:

That's a fair point, removing this include.

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


More information about the cfe-commits mailing list