[all-commits] [llvm/llvm-project] fdf91c: [libc++][NFC] Introduce named states in std::call_...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Sep 15 07:14:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdf91c768e129488916afc0474fa765eaa863e39
https://github.com/llvm/llvm-project/commit/fdf91c768e129488916afc0474fa765eaa863e39
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M libcxx/include/__mutex/once_flag.h
M libcxx/src/mutex.cpp
Log Message:
-----------
[libc++][NFC] Introduce named states in std::call_once (#66289)
This idea is extracted from https://reviews.llvm.org/D112319. It makes
the code easier to read but doesn't otherwise change any functionality.
More information about the All-commits
mailing list