early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/gtest/clang-tidy-no-lint.patch
vendored
Executable file
13
externals/vcpkg/ports/gtest/clang-tidy-no-lint.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/googletest/include/gtest/gtest-matchers.h b/googletest/include/gtest/gtest-matchers.h
|
||||
index 2bd3dcf6..12cd60f6 100644
|
||||
--- a/googletest/include/gtest/gtest-matchers.h
|
||||
+++ b/googletest/include/gtest/gtest-matchers.h
|
||||
@@ -403,6 +403,7 @@ class MatcherBase : private MatcherDescriberInterface {
|
||||
};
|
||||
|
||||
void Destroy() {
|
||||
+ // NOLINTNEXTLINE
|
||||
if (IsShared() && buffer_.shared->Unref()) {
|
||||
vtable_->shared_destroy(buffer_.shared);
|
||||
}
|
||||
|
Reference in New Issue
Block a user