X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=utils%2Funittest%2Fgoogletest%2Finclude%2Fgtest%2Finternal%2Fgtest-internal.h;h=63f72acdfb572592997bf02e5c879b932cdf5bfd;hp=a94bf28421fb4e363874b588d4b7fb76b11a5406;hb=5a364c5561ec04e33a6f5d52c14f1bac6f247ea0;hpb=17d4ac8c461fb3c32483cf7a37bc52937caeb650 diff --git a/utils/unittest/googletest/include/gtest/internal/gtest-internal.h b/utils/unittest/googletest/include/gtest/internal/gtest-internal.h index a94bf28421f..63f72acdfb5 100644 --- a/utils/unittest/googletest/include/gtest/internal/gtest-internal.h +++ b/utils/unittest/googletest/include/gtest/internal/gtest-internal.h @@ -105,6 +105,7 @@ #if !GTEST_NO_LLVM_RAW_OSTREAM namespace llvm { class convertible_fwd_ostream : public std::ostream { + virtual void anchor(); raw_os_ostream ros_; public: @@ -536,7 +537,7 @@ GTEST_API_ TypeId GetTestTypeId(); // of a Test object. class TestFactoryBase { public: - virtual ~TestFactoryBase() {} + virtual ~TestFactoryBase(); // Creates a test instance to run. The instance is both created and destroyed // within TestInfoImpl::Run()