[PATCH] D115341: [clang][dataflow] Add framework for testing analyses.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 8 06:25:41 PST 2021


ymandel created this revision.
ymandel added reviewers: gribozavr2, sgatev, xazax.hun.
Herald added subscribers: rnkovacs, mgorny.
ymandel requested review of this revision.
Herald added a project: clang.

Adds a general-purpose framework to support testing of dataflow analyses.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115341

Files:
  clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
  clang/unittests/Analysis/FlowSensitive/TestingSupport.cpp
  clang/unittests/Analysis/FlowSensitive/TestingSupport.h
  clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115341.392741.patch
Type: text/x-patch
Size: 22219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211208/964028d4/attachment-0001.bin>


More information about the cfe-commits mailing list