]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
6 years agoclang: fix `-Wsign-conversion` errors
Enji Cooper [Fri, 8 Mar 2019 19:09:00 +0000 (11:09 -0800)]
clang: fix `-Wsign-conversion` errors

Cast some values as their unsigned equivalents or `size_t` to match the
parameter type used for the template object under test. Also, provide
UInt32 equivalent delegate methods for some callers (with
int-equivalents for backwards compatibility).

This closes #2146.

Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
6 years agoMerge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flag
Gennadiy Civil [Fri, 5 Apr 2019 15:46:13 +0000 (11:46 -0400)]
Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flag

PiperOrigin-RevId: 242038269