llvm/libc/test/UnitTest/ScanfMatcher.cpp

//===-- ScanfMatcher.cpp ----------------------------------------*- C++ -*-===//
//
// 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 "ScanfMatcher.h"

#include "src/__support/FPUtil/FPBits.h"
#include "src/__support/macros/config.h"
#include "src/stdio/scanf_core/core_structs.h"

#include "test/UnitTest/StringUtils.h"
#include "test/UnitTest/Test.h"

#include <stdint.h>

namespace LIBC_NAMESPACE_DECL {
namespace testing {

FormatFlags;
FormatSection;
LengthModifier;

bool FormatSectionMatcher::match(FormatSection actualValue) {}

namespace {

#define IF_FLAG_SHOW_FLAG(flag_name)
#define CASE_LM(lm)

void display(FormatSection form) {}
} // anonymous namespace

void FormatSectionMatcher::explainError() {}

} // namespace testing
} // namespace LIBC_NAMESPACE_DECL