From 68e081d606c7e80baa01400a738e118d7bb165b2 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 20 Dec 2011 02:48:34 +0000 Subject: Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146959 --- clang/lib/Frontend/ChainedDiagnosticConsumer.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 clang/lib/Frontend/ChainedDiagnosticConsumer.cpp (limited to 'clang/lib/Frontend/ChainedDiagnosticConsumer.cpp') diff --git a/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp b/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp new file mode 100644 index 00000000000..c1d3db873f1 --- /dev/null +++ b/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp @@ -0,0 +1,14 @@ +//===- ChainedDiagnosticConsumer.cpp - Chain Diagnostic Clients -*- C++ -*-===// +// +// 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() { } -- cgit v1.2.3