llvm/clang/unittests/Analysis/FlowSensitive/DebugSupportTest.cpp

//===- unittests/Analysis/FlowSensitive/DebugSupportTest.cpp --------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "clang/Analysis/FlowSensitive/DebugSupport.h"
#include "TestingSupport.h"
#include "clang/Analysis/FlowSensitive/Formula.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/raw_ostream.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

namespace {

usingnamespaceclang;
usingnamespacedataflow;

ConstraintContext;
StrEq;

TEST(BoolValueDebugStringTest, AtomicBoolean) {}

TEST(BoolValueDebugStringTest, Literal) {}

TEST(BoolValueDebugStringTest, Negation) {}

TEST(BoolValueDebugStringTest, Conjunction) {}

TEST(BoolValueDebugStringTest, Disjunction) {}

TEST(BoolValueDebugStringTest, Implication) {}

TEST(BoolValueDebugStringTest, Iff) {}

TEST(BoolValueDebugStringTest, Xor) {}

TEST(BoolValueDebugStringTest, NestedBoolean) {}

TEST(BoolValueDebugStringTest, ComplexBooleanWithSomeNames) {}

} // namespace