================
@@ -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",
----------------
zeule wrote:
Ah, thanks! I haven't checked the documentation sources :)
https://github.com/llvm/llvm-project/pull/190543
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits