summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-catch-exceptions-test_.cc
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportmisterg2019-01-111-30/+31
| | | | | | Change tests to use new Test Suite API PiperOrigin-RevId: 228908894
* Googletest exportAbseil Team2018-12-031-13/+13
| | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
* 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
* Remove checking for C++ 11 and a pre-C++11 test from googletest testsmisterg2018-10-041-19/+0
| | | | PiperOrigin-RevId: 215789971
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* Formatting tweaks, no functionality changesGennadiy Civil2018-08-081-2/+2
|
* Formatting changes,small cleanup, no functionality changesrefs/pull/1705/headGennadiy Civil2018-08-071-1/+2
|
* cmake test fixesGennadiy Civil2018-08-021-1/+1
|
* gtest catch exceptions test and gtest shuffle testGennadiy Civil2018-08-011-0/+311