Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Googletest export | Abseil Team | 2018-12-03 | 1 | -3/+3 |
| | | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219 | ||||
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 1 | -7/+5 |
| | | | | | | | | | | | 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/head | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | Small cleanups, mergerefs/pull/1390/head | Gennadiy Civil | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | WIP | misterg | 2017-08-01 | 1 | -2/+2 |
| | |||||
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -0/+199 |