1*67e74705SXin Li //===- ChainedDiagnosticConsumer.cpp - Chain Diagnostic Clients -----------===// 2*67e74705SXin Li // 3*67e74705SXin Li // The LLVM Compiler Infrastructure 4*67e74705SXin Li // 5*67e74705SXin Li // This file is distributed under the University of Illinois Open Source 6*67e74705SXin Li // License. See LICENSE.TXT for details. 7*67e74705SXin Li // 8*67e74705SXin Li //===----------------------------------------------------------------------===// 9*67e74705SXin Li 10*67e74705SXin Li #include "clang/Frontend/ChainedDiagnosticConsumer.h" 11*67e74705SXin Li 12*67e74705SXin Li using namespace clang; 13*67e74705SXin Li anchor()14*67e74705SXin Livoid ChainedDiagnosticConsumer::anchor() { } 15