Googletest export
Add a compile time check to ensure that the parameters to TEST and TEST_F are not empty
Some compilers may already fail in that case and even where it works, it's likely to result in technically invalid code by virtue of creating reserved identifiers:
https://en.cppreference.com/w/cpp/language/identifiers
PiperOrigin-RevId:
272543242
Googletest export
Remove outdated CppCon announcement
PiperOrigin-RevId:
271866311
Googletest export
fix OSS Travis Builds -remove hardcoded updated package from brew
PiperOrigin-RevId:
271863378
Googletest export
Bump llvm to 4.0 because brew removed 3.9
PiperOrigin-RevId:
271634609
Googletest export
Makes testing::ResultOf() work with non-copyable arguments.
PiperOrigin-RevId:
271222632
Googletest export
Use a more portable path for Android to write temp files to.
/sdcard is *not* guaranteed to be available, but /data/local/tmp is.
In some emulated situations, /sdcard may not be mounted, may not be R/W, or
mounting may be delayed until *after* the test process begins.
This is fairly common location to use. See e.g.:
https://reviews.llvm.org/D9569
PiperOrigin-RevId:
270909282
Googletest export
Remove unnecessary full qualifications from std types.
PiperOrigin-RevId:
270101485