aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/PointerArithChecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis/PointerArithChecker.cpp')
-rw-r--r--lib/Analysis/PointerArithChecker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/PointerArithChecker.cpp b/lib/Analysis/PointerArithChecker.cpp
index 6bf1a3fc5d..370233ce38 100644
--- a/lib/Analysis/PointerArithChecker.cpp
+++ b/lib/Analysis/PointerArithChecker.cpp
@@ -18,7 +18,7 @@
using namespace clang;
namespace {
-class VISIBILITY_HIDDEN PointerArithChecker
+class PointerArithChecker
: public CheckerVisitor<PointerArithChecker> {
BuiltinBug *BT;
public: