aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
diff options
context:
space:
mode:
authorWei Yi Tee <wyt@google.com>2022-07-12 18:35:34 +0000
committerWei Yi Tee <wyt@google.com>2022-07-13 10:35:17 +0000
commit1e9cd04d7ba67c48a783bde217f97ea6679053e4 (patch)
treeb6fccdde2f368d02fdadef8766eb0849113c2093 /clang/unittests
parentecb14fd87207203971517564ff0353e129091071 (diff)
[clang][dataflow] Refactor boolean creation as a test utility.
Differential Revision: https://reviews.llvm.org/D129546
Diffstat (limited to 'clang/unittests')
-rw-r--r--clang/unittests/Analysis/FlowSensitive/SolverTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Analysis/FlowSensitive/SolverTest.cpp b/clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
index e950d6b91a5a..3bb7acef383c 100644
--- a/clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
+++ b/clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
@@ -10,6 +10,7 @@
#include "TestingSupport.h"
#include "clang/Analysis/FlowSensitive/Solver.h"
+#include "TestingSupport.h"
#include "clang/Analysis/FlowSensitive/Value.h"
#include "clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h"
#include "gmock/gmock.h"