diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-11-28 06:07:30 +0000 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-11-28 06:07:30 +0000 |
commit | 65c6566b5b565b33585d53b1a3c36e36a42e12e4 (patch) | |
tree | 65f7d785d754ccb54ea6622203a42ecc26e47059 /clang/lib/Analysis/PointerArithChecker.cpp | |
parent | 344585006c128b7e89f524d4cd150ef1dd70978c (diff) | |
download | bcm5719-llvm-65c6566b5b565b33585d53b1a3c36e36a42e12e4.tar.gz bcm5719-llvm-65c6566b5b565b33585d53b1a3c36e36a42e12e4.zip |
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
llvm-svn: 90028
Diffstat (limited to 'clang/lib/Analysis/PointerArithChecker.cpp')
-rw-r--r-- | clang/lib/Analysis/PointerArithChecker.cpp | 2 |
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: |