summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-message-test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Make testing::Message support streamed AbslStringify valuesPhoebe Liang2023-08-011-0/+23
| | | | | | | This allows types that provide an AbslStringify definition to be streamed into GoogleTest macros. PiperOrigin-RevId: 552914482 Change-Id: I5fb386980d4d24873f95f0a8ef83067a6a3c86ac
* IWYU: Add missing std includesTom Hughes2023-01-051-0/+3
| | | | | PiperOrigin-RevId: 499893032 Change-Id: I33304802b7c82ae2d008f3ee89df38866e5f57ba
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-9/+9
| | | | | | | | | | | | | | | | 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
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-2/+2
| | | | | | | | | | | 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 changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* more test changesGennadiy Civil2018-08-011-0/+159