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

Yitzhak Mandelbaum via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 08:53:50 PST 2021


ymandel updated this revision to Diff 393513.
ymandel added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

renames the `testing` namespace to `test`

cleans up the code the implementation of `operator<<` for dataflow state.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115341

Files:
  clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h
  clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
  clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
  clang/unittests/Analysis/FlowSensitive/TestingSupport.cpp
  clang/unittests/Analysis/FlowSensitive/TestingSupport.h
  clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp
  llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115341.393513.patch
Type: text/x-patch
Size: 22715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211210/fb79510d/attachment.bin>


More information about the llvm-commits mailing list