[clang] [Clang] Add [[clang::no_specializations]] (PR #101469)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 25 11:31:23 PST 2024
================
@@ -4637,7 +4649,7 @@ def HLSLResourceBinding: InheritableAttr {
let AdditionalMembers = [{
public:
enum class RegisterType : unsigned { SRV, UAV, CBuffer, Sampler, C, I };
-
+
----------------
erichkeane wrote:
Please don't commit hte unrelated formatting changes.
https://github.com/llvm/llvm-project/pull/101469
More information about the cfe-commits
mailing list