summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/DependencyFile.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-11-28 10:07:24 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-11-28 10:07:24 +0000
commit16634c2c5a27f8197fddae53ebbd7d03b8713517 (patch)
treeab77b874afb63b30a8c7d7dd02978695277842a9 /clang/lib/Frontend/DependencyFile.cpp
parent435ef9b3834208ef395d54f95023478eb58e9ecb (diff)
downloadbcm5719-llvm-16634c2c5a27f8197fddae53ebbd7d03b8713517.tar.gz
bcm5719-llvm-16634c2c5a27f8197fddae53ebbd7d03b8713517.zip
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
llvm-svn: 90033
Diffstat (limited to 'clang/lib/Frontend/DependencyFile.cpp')
-rw-r--r--clang/lib/Frontend/DependencyFile.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Frontend/DependencyFile.cpp b/clang/lib/Frontend/DependencyFile.cpp
index c7f93595e1e..478c33939cd 100644
--- a/clang/lib/Frontend/DependencyFile.cpp
+++ b/clang/lib/Frontend/DependencyFile.cpp
@@ -21,14 +21,13 @@
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/StringSet.h"
-#include "llvm/Support/Compiler.h"
#include "llvm/Support/raw_ostream.h"
#include <string>
using namespace clang;
namespace {
-class VISIBILITY_HIDDEN DependencyFileCallback : public PPCallbacks {
+class DependencyFileCallback : public PPCallbacks {
std::vector<std::string> Files;
llvm::StringSet<> FilesSet;
const Preprocessor *PP;
OpenPOWER on IntegriCloud