freebsd-dev/contrib/llvm/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp
Dimitry Andric 3861d79fd7 Upgrade our copy of llvm/clang to r168974, from upstream's release_32
branch.  This is effectively llvm/clang 3.2 RC2; the 3.2 release is
coming soon.
2012-12-03 19:24:08 +00:00

15 lines
466 B
C++

//===- ChainedDiagnosticConsumer.cpp - Chain Diagnostic Clients -----------===//
//
// 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() { }