[clang] [llvm] [NFC][RootSignatures] Conform to new std::optional calling conventions (PR #136747)
Damyan Pepper via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 23 13:25:06 PDT 2025
================
@@ -236,6 +278,102 @@ TEST_F(ParseHLSLRootSignatureTest, InvalidParseUnexpectedEndOfStreamTest) {
// Test correct diagnostic produced - end of stream
Consumer->setExpected(diag::err_expected_after);
+
----------------
damyanp wrote:
It's kind of surprising to see all these new tests (and a bunch of new functional code above) added for something that's called NFC.
https://github.com/llvm/llvm-project/pull/136747
More information about the cfe-commits
mailing list