summaryrefslogtreecommitdiff
path: root/src/mongo/util/scopeguard.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+3
* SERVER-61527 Delete unused makeGuard functionA. Jesse Jiryu Davis2021-11-191-6/+0
* SERVER-59753 deduction guide for ScopeGuardBilly Donahue2021-09-031-2/+22
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42313 Fix forwarding in `ScopeGuard` ctor.ADAM David Alan Martin2019-07-261-10/+8
* SERVER-40914 Add [[nodiscard]] to ScopeGuardBen Caimano2019-05-011-8/+4
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-362/+56
* Replace LOKI_ preprocessor macros with mongo equivalents..Billy Donahue2018-04-201-9/+6
* comment fixBilly Donahue2018-04-031-1/+1
* SERVER-30874 Don't ignore errors in scope guard / ON_BLOCK_EXITMathias Stearn2017-08-291-0/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-385/+342
* Introduce mongo/platform/compiler.h.Andy Schwerin2012-04-121-7/+6
* avoid "unused local variable" warnings from g++Eric Milkie2012-01-181-2/+7
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+427