2012-10-29 14:05:01 +08:00
|
|
|
//===- ChainedDiagnosticConsumer.cpp - Chain Diagnostic Clients -----------===//
|
2011-12-20 10:48:34 +08:00
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#include "clang/Frontend/ChainedDiagnosticConsumer.h"
|
|
|
|
|
|
|
|
using namespace clang;
|
|
|
|
|
|
|
|
void ChainedDiagnosticConsumer::anchor() { }
|