summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-tuple-test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Unconditionally use std::tuple.Abseil Team2018-10-091-319/+0
| | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-1/+1
| | | | | | | | | | | 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/+320