================
@@ -33,6 +33,18 @@ const char *getTokenTypeName(TokenType Type) {
   return nullptr;
 }
 
+static SmallVector<StringRef> QtPropertyKeywords = {
----------------
HazardyKnusperkeks wrote:

```suggestion
static constexpr std::array<StringRef> QtPropertyKeywords = {
```
This can be constructed at compile time.

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

Reply via email to