[PATCH] D117304: [clang][dataflow] Remove TestingSupport's dependency on gtest

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 20 09:09:28 PST 2022


gribozavr2 added a comment.

> Why does it matter what version outside users are using -- these are clang unit-tests, not a public API, right?

clang/unittests/Analysis/FlowSensitive/TestingSupport.h is a public API for writing tests for dataflow analyses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117304



More information about the cfe-commits mailing list