We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5226ad commit ee63c2eCopy full SHA for ee63c2e
llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h
@@ -254,8 +254,9 @@ class ResourceRange {
254
// insert(E) -> true
255
// intervals: [0;unbounded] -> E
256
//
257
- // Returns if the first overlapping range when inserting
258
- // (same return as getOverlapping)
+ // Returns a reference to the first RangeInfo that overlaps with
+ // [Info.LowerBound;Info.UpperBound], or, std::nullopt if there is no overlap
259
+ // (equivalent to getOverlapping)
260
std::optional<const RangeInfo *> insert(const RangeInfo &Info);
261
};
262
0 commit comments