================
@@ -33,10 +33,10 @@ const char *getTokenTypeName(TokenType Type) {
   return nullptr;
 }
 
-static constexpr std::array<StringRef, 14> QtPropertyKeywords = {
-    "BINDABLE",   "CONSTANT", "DESIGNABLE", "FINAL", "MEMBER",
-    "NOTIFY",     "READ",     "REQUIRED",   "RESET", "REVISION",
-    "SCRIPTABLE", "STORED",   "USER",       "WRITE",
+static constexpr std::array<StringRef, 15> QtPropertyKeywords = {
+    "BINDABLE", "CONSTANT",   "DESIGNABLE", "FINAL",    "MEMBER",
+    "NOTIFY",   "OVERRIDE",   "READ",       "REQUIRED", "RESET",
+    "REVISION", "SCRIPTABLE", "STORED",     "USER",     "WRITE",
----------------
owenca wrote:

Add `VIRTUAL` here.

https://github.com/llvm/llvm-project/pull/190543
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to