projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df70a7b
)
[MS-ABI] Silence warning from r209523
author
Warren Hunt
<whunt@google.com>
Fri, 23 May 2014 16:26:32 +0000
(16:26 +0000)
committer
Warren Hunt
<whunt@google.com>
Fri, 23 May 2014 16:26:32 +0000
(16:26 +0000)
no functional change.
llvm-svn: 209525
clang/lib/CodeGen/MicrosoftRTTI.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/CodeGen/MicrosoftRTTI.cpp
b/clang/lib/CodeGen/MicrosoftRTTI.cpp
index
bd47897
..
0eb8100
100644
(file)
--- 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) {