[all-commits] [llvm/llvm-project] 5e2860: Revert "[HLSL][RootSignature] Implement parsing of...
Finn Plummer via All-commits
all-commits at lists.llvm.org
Mon Mar 31 13:38:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e2860a8d375ded2d2912894e380fefc8cb1f23a
https://github.com/llvm/llvm-project/commit/5e2860a8d375ded2d2912894e380fefc8cb1f23a
Author: Finn Plummer <canadienfinn at gmail.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Lex/HLSLRootSignatureTokenKinds.def
M clang/include/clang/Lex/LexHLSLRootSignature.h
R clang/include/clang/Parse/ParseHLSLRootSignature.h
M clang/lib/Parse/CMakeLists.txt
R clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/unittests/CMakeLists.txt
M clang/unittests/Lex/LexHLSLRootSignatureTest.cpp
R clang/unittests/Parse/CMakeLists.txt
R clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp
R llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h
Log Message:
-----------
Revert "[HLSL][RootSignature] Implement parsing of a DescriptorTable with empty clauses" (#133790)
Reverts llvm/llvm-project#133302
Reverting to inspect build failures that were introduced from use of the
`clang::Preprocessor` in unit testing, as well as, the warning about an
unused declaration. See linked issue for failures.
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