================
@@ -55,7 +55,8 @@ namespace clang::tidy {
 
 namespace {
 #if CLANG_TIDY_ENABLE_STATIC_ANALYZER
-static const char *AnalyzerCheckNamePrefix = "clang-analyzer-";
+static constexpr llvm::StringLiteral AnalyzerCheckNamePrefix =
----------------
vbvictor wrote:

```suggestion
static constexpr StringLiteral AnalyzerCheckNamePrefix =
```
We have `using namespace llvm;` in line 50.

https://github.com/llvm/llvm-project/pull/147301
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to