[all-commits] [llvm/llvm-project] cb85ab: [NFC][RootSignatures] Conform to new std::optional...
Finn Plummer via All-commits
all-commits at lists.llvm.org
Tue Apr 22 12:11:26 PDT 2025
Branch: refs/heads/users/inbelic/pr-136747
Home: https://github.com/llvm/llvm-project
Commit: cb85ab7411d726de31553c1e26c49be49f6f64e7
https://github.com/llvm/llvm-project/commit/cb85ab7411d726de31553c1e26c49be49f6f64e7
Author: Finn Plummer <finnplummer at microsoft.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M clang/include/clang/Parse/ParseHLSLRootSignature.h
M clang/lib/Parse/ParseHLSLRootSignature.cpp
Log Message:
-----------
[NFC][RootSignatures] Conform to new std::optional calling conventions
- It was determined to define the parsing methods much more inline with
a recursive descent parser to follow the EBNF notation better
- As part of this change, we decided to go with a calling convention to
the parse.* methods of returning an optional rather than a bool and a
reference to the parsed struct
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