blob: cd8b04b20d245e4e53a20b77c8c2c808b9ac09d6 [file] [log] [blame]
//===--- PPCallbacks.cpp - Callbacks for Preprocessor actions ---*- 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 "clang/Lex/PPCallbacks.h"
using namespace clang;
void PPChainedCallbacks::anchor() { }