Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use '=default' to define trivial constructor/destructorsrefs/pull/4221/head | Tom Hughes | 2023-04-21 | 1 | -2/+2 |
| | | | | | | | https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-equals-default.html PiperOrigin-RevId: 526079054 Change-Id: Ia4db21e3e5f58b90de05d52fd94b291ed06d785d | ||||
* | Remove the legacy internal GTEST_DISALLOW_* macros | Derek Mauro | 2022-04-22 | 1 | -1/+2 |
| | | | | | PiperOrigin-RevId: 443715444 Change-Id: I3ffd54b63d2728ae4a668ee7875c8c3c8188087c | ||||
* | Running clang-format over all of GoogleTest | Abseil Team | 2022-03-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Comments changes, no functionality changesrefs/pull/1740/head | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | move googlemock files into googlemock/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+100 |