We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e28b9 commit e4e193fCopy full SHA for e4e193f
libcxx/test/extensions/clang/thread/thread.mutex/lock.verify.cpp
@@ -45,9 +45,3 @@ void f3() {
45
expected-warning {{mutex 'm2' is still held at the end of function}} \
46
expected-warning {{mutex 'm3' is still held at the end of function}}
47
#endif
48
-
49
-void f4() {
50
- std::mutex local_m0;
51
- std::mutex local_m1;
52
- std::lock(local_m0, local_m1);
53
-}
0 commit comments