//==--- InterCheckerAPI.h ---------------------------------------*- 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
//
//===----------------------------------------------------------------------===//
// This file allows introduction of checker dependencies. It contains APIs for
// inter-checker communications.
//===----------------------------------------------------------------------===//
// FIXME: This file goes against how a checker should be implemented either in
// a single file, or be exposed in a header file. Let's try to get rid of it!
namespace clang // namespace clang
/* INTERCHECKERAPI_H_ */