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