Skip to content

Commit

Permalink
[clang][dataflow] Add simplistic constant-propagation analysis.
Browse files Browse the repository at this point in the history
Adds a very simple constant-propagation analysis for demo and testing purposes.

Differential Revision: https://reviews.llvm.org/D115740
  • Loading branch information
ymand committed Dec 15, 2021
1 parent 78a26c7 commit 8179e1f
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 8 deletions.
1 change: 1 addition & 0 deletions clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
Expand Up @@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
)

add_clang_unittest(ClangAnalysisFlowSensitiveTests
SingleVarConstantPropagationTest.cpp
TestingSupport.cpp
TestingSupportTest.cpp
TypeErasedDataflowAnalysisTest.cpp
Expand Down

0 comments on commit 8179e1f

Please sign in to comment.