- 21 Apr, 2023 1 commit
-
-
Tom Hughes authored
PiperOrigin-RevId: 526046714 Change-Id: I6ad0deff2a7f6dfef75a643c95ad914c83b9ba38
-
- 15 Mar, 2022 1 commit
-
-
Abseil Team authored
A few tests are examining code locations and looking af the resulting line numbers to verify that GoogleTest shows those to users correctly. Some of those locations change when clang-format is run. For those locations, I've wrapped portions in: // clang-format off ... // clang-format on There may be other locations that are currently not tickled by running clang-format. PiperOrigin-RevId: 434844712 Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d
-
- 15 Sep, 2021 1 commit
-
-
Abseil Team authored
Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros. PiperOrigin-RevId: 396649214
-
- 05 Oct, 2018 1 commit
-
-
Abseil Team authored
Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400
-
- 14 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
- 26 Jan, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 10 Aug, 2017 1 commit
-
-
Alyssa Wilk authored
-
- 17 Sep, 2015 1 commit
-
-
Simon Newton authored
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 28 Jul, 2015 1 commit
-
-
kosak authored
-
- 27 Jul, 2015 1 commit
-
-
kosak authored
-
- 02 Dec, 2010 1 commit
-
-
zhanyong.wan authored
Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525.
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 22 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 10 Dec, 2008 1 commit
-
-
shiqian authored
-