[clang] [Clang][docs] Modify generator for HLSL semantics documentation (PR #157841)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 10 09:29:45 PDT 2025
Nathan =?utf-8?q?Gauër?= <brioche at google.com>,
Nathan =?utf-8?q?Gauër?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/157841 at github.com>
================
@@ -5209,6 +5209,14 @@ class SpellingList {
Other.Spellings[Kind].end());
}
}
+
+ unsigned getSpellingCount() const {
+ unsigned Count = 0;
----------------
erichkeane wrote:
Ooof, thats frustrating... we should probably swap that to a std::array one of these days.
https://github.com/llvm/llvm-project/pull/157841
More information about the cfe-commits
mailing list