| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and later
Pick 711fccf8317b4fb7adc21c00fc1e20823c5d875f from upstream googletest:
Don't allow signed/unsigned wchar_t in gcc 9 and later
Upstream pull request: https://github.com/google/googletest/pull/2270
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=355976
|
|
|
|
|
|
|
|
|
|
|
|
| |
leading to hundreds of lines of fairly unreadable error messages.
I don't think we particularly care about the specific source file gcc
dies on, and the many layers of macros and sub-types in googletest make
it very hard to diagnose whether this is a bug in googletest, gcc, clang
or libc++.
Notes:
svn path=/projects/clang900-import/; revision=352336
|
|
|
|
|
|
|
|
|
|
| |
Casting `AmbiguousCastTypes::DerivedSub1` to `Base` currently succeeds, when
it's expected to fail.
See https://github.com/google/googletest/issues/2172 for more details.
Notes:
svn path=/projects/import-googletest-1.8.1/; revision=344996
|
|
.../contrib/googletest
Notes:
svn path=/projects/import-googletest-1.8.1/; revision=344082
|