From 16634c2c5a27f8197fddae53ebbd7d03b8713517 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 28 Nov 2009 10:07:24 +0000 Subject: Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. llvm-svn: 90033 --- clang/lib/Frontend/HTMLDiagnostics.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'clang/lib/Frontend/HTMLDiagnostics.cpp') diff --git a/clang/lib/Frontend/HTMLDiagnostics.cpp b/clang/lib/Frontend/HTMLDiagnostics.cpp index 3ba7abf3816..93421ca4013 100644 --- a/clang/lib/Frontend/HTMLDiagnostics.cpp +++ b/clang/lib/Frontend/HTMLDiagnostics.cpp @@ -21,7 +21,6 @@ #include "clang/Rewrite/HTMLRewrite.h" #include "clang/Lex/Lexer.h" #include "clang/Lex/Preprocessor.h" -#include "llvm/Support/Compiler.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/raw_ostream.h" #include "llvm/System/Path.h" @@ -34,7 +33,7 @@ using namespace clang; namespace { -class VISIBILITY_HIDDEN HTMLDiagnostics : public PathDiagnosticClient { +class HTMLDiagnostics : public PathDiagnosticClient { llvm::sys::Path Directory, FilePrefix; bool createdDir, noDir; const Preprocessor &PP; -- cgit v1.2.3