summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/ScopeExitTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Give scope_exit helper correct move semanticsSam McCall2018-01-251-0/+17
| | | | llvm-svn: 323442
* [ADT] Add make_scope_exit().Tim Shen2016-08-101-0/+32
Summary: make_scope_exit() is described in C++ proposal p0052r2, which uses RAII to do cleanup works at scope exit. Reviewers: chandlerc Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D22796 llvm-svn: 278251
OpenPOWER on IntegriCloud