diff options
Diffstat (limited to 'clang/lib/CodeGen/CGVtable.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGVtable.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index a26a697250e..eb8a1dbb4d4 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/lib/CodeGen/CGVtable.cpp @@ -13,7 +13,6 @@ #include "CodeGenModule.h" #include "CodeGenFunction.h" - #include "clang/AST/CXXInheritance.h" #include "clang/AST/RecordLayout.h" #include "llvm/ADT/DenseSet.h" @@ -23,8 +22,7 @@ using namespace clang; using namespace CodeGen; namespace { - -class VISIBILITY_HIDDEN VtableBuilder { +class VtableBuilder { public: /// Index_t - Vtable index type. typedef uint64_t Index_t; |

