2012-12-02 13:20:44 +00:00
|
|
|
//===- ChainedDiagnosticConsumer.cpp - Chain Diagnostic Clients -----------===//
|
2012-04-14 14:01:31 +00: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() { }
|