diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-11-28 19:03:38 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-11-28 19:03:38 +0000 |
commit | 770b4a8834670e9427d3ce5a1a8472eb86f45fd2 (patch) | |
tree | 36bc5319b34889ccfc1d82671e8639f8048f6b69 /lib/AST/StmtProfile.cpp | |
parent | 59c55e724945daa060a5f1aaecbfd4de04770e93 (diff) |
Remove VISIBILITY_HIDDEN from lib/AST.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/StmtProfile.cpp')
-rw-r--r-- | lib/AST/StmtProfile.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/AST/StmtProfile.cpp b/lib/AST/StmtProfile.cpp index 201724e861..914208b71e 100644 --- a/lib/AST/StmtProfile.cpp +++ b/lib/AST/StmtProfile.cpp @@ -20,11 +20,10 @@ #include "clang/AST/ExprObjC.h" #include "clang/AST/StmtVisitor.h" #include "llvm/ADT/FoldingSet.h" -#include "llvm/Support/Compiler.h" using namespace clang; namespace { - class VISIBILITY_HIDDEN StmtProfiler : public StmtVisitor<StmtProfiler> { + class StmtProfiler : public StmtVisitor<StmtProfiler> { llvm::FoldingSetNodeID &ID; ASTContext &Context; bool Canonical; |