llvm-project
92e343eb - [LLVM][ADT] Make `scope-exit` CTAD-capable (#173131)

Commit
2 days ago
[LLVM][ADT] Make `scope-exit` CTAD-capable (#173131) This enables using it like ```cpp llvm::scope_exit Cleanup([] { ... }); ``` instead of ```cpp auto Cleanup = llvm::make_scope_exit([] { ... }); ```
Author
Parents
Loading