[all-commits] [llvm/llvm-project] 431eaa: [HLSL] make semantic matching case insensitive (#1...
Sarah Spall via All-commits
all-commits at lists.llvm.org
Mon Mar 10 11:20:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 431eaa8deb4ea1cbe079a29126f9559e4716f00d
https://github.com/llvm/llvm-project/commit/431eaa8deb4ea1cbe079a29126f9559e4716f00d
Author: Sarah Spall <sarahspall at microsoft.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/lib/Basic/Attributes.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/test/SemaHLSL/Semantics/valid_entry_parameter.hlsl
A clang/test/TableGen/HLSLAttribute-errors.td
M clang/utils/TableGen/ClangAttrEmitter.cpp
Log Message:
-----------
[HLSL] make semantic matching case insensitive (#129773)
Make semantic matching case insensitive
update tests to reflect semantic printed as all lower case in error
messages
add new tests to show case insensitivity
Closes #128063
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list