[clang] [clang-format] Update QtPropertyKeywords to Qt 6.11 documentation (PR #190543)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 7 21:55:36 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list