aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-114/+34
| | | | | | | | | | | 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
* Comments changes, no functionality changesGennadiy Civil2018-08-141-2/+1
|
* Code mergesGennadiy Civil2018-01-261-2/+3
|
* Adding a flag option to change the default mock typeAlyssa Wilk2017-08-101-0/+41
|
* Fix the googlemock autotools build.Simon Newton2015-09-171-1/+0
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+221