This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb6c218d4fdb7: [libTooling] Add "switch"-like
Stencil combinator (authored by ymandel).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACT
ymandel created this revision.
ymandel added a reviewer: tdl-g.
ymandel requested review of this revision.
Herald added a project: clang.
Adds `selectBound`, a `Stencil` combinator that allows the user to supply
multiple alternative cases, discriminated by bound node IDs.
Repository:
rG LLVM