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:
604c8b4
)
Fix incorrect copy-pasted method decl that MSVC allowed.
author
Reid Kleckner
<reid@kleckner.net>
Fri, 27 Dec 2013 19:45:53 +0000
(19:45 +0000)
committer
Reid Kleckner
<reid@kleckner.net>
Fri, 27 Dec 2013 19:45:53 +0000
(19:45 +0000)
llvm-svn: 198081
clang/lib/AST/VTableBuilder.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/AST/VTableBuilder.cpp
b/clang/lib/AST/VTableBuilder.cpp
index
b14ddbf
..
1174094
100644
(file)
--- a/
clang/lib/AST/VTableBuilder.cpp
+++ b/
clang/lib/AST/VTableBuilder.cpp
@@
-2541,7
+2541,7
@@
private:
}
}
- bool
VFTableBuilder::
NeedsReturnAdjustingThunk(const CXXMethodDecl *MD);
+ bool NeedsReturnAdjustingThunk(const CXXMethodDecl *MD);
/// AddMethods - Add the methods of this base subobject and the relevant
/// subbases to the vftable we're currently laying out.