[PATCH] D84023: Make MSVC generate appropriate __cplusplus macro definition

Aaron Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 11:58:57 PDT 2020


asmith added a comment.

The warning is due to the version of Gtest that LLVM is using.

Here's a discussion of the problem and a solution is to update to Gtest 1.8.1
https://github.com/microsoft/TestAdapterForGoogleTest/issues/119

LLVM is using a fork of Gtest 1.8.0.
https://github.com/llvm/llvm-project/tree/master/llvm/utils/unittest/googletest


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84023/new/

https://reviews.llvm.org/D84023



More information about the llvm-commits mailing list