diff options
Diffstat (limited to 'clang/lib/CodeGen/MicrosoftRTTI.cpp')
-rw-r--r-- | clang/lib/CodeGen/MicrosoftRTTI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/MicrosoftRTTI.cpp b/clang/lib/CodeGen/MicrosoftRTTI.cpp index bd4789733a5..0eb8100af56 100644 --- a/clang/lib/CodeGen/MicrosoftRTTI.cpp +++ b/clang/lib/CodeGen/MicrosoftRTTI.cpp @@ -52,7 +52,7 @@ using namespace CodeGen; // mangled into them so they can be aggressively deduplicated by the linker. // 5 routines for constructing the llvm types for MS RTTI structs. -llvm::StructType *getClassHierarchyDescriptorType(CodeGenModule &CGM); +static llvm::StructType *getClassHierarchyDescriptorType(CodeGenModule &CGM); static llvm::StructType *getTypeDescriptorType(CodeGenModule &CGM, StringRef TypeInfoString) { |