Skip to content
Snippets Groups Projects
Commit 2f82c783 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

clang/AST/VTTBuilder.h: Prune one description in three methods,...

clang/AST/VTTBuilder.h: Prune one description in three methods, VTTBuilder::AddVTablePointer(), VTTBuilder::LayoutSecondaryVirtualPointers(), and VTTBuilder::LayoutSecondaryVirtualPointers(). [-Wdocumentation]

/// \param AddressPoints - If the vtable is a construction vtable, this has the address points for it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171014 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0a6b708a
No related branches found
No related tags found
No related merge requests found
...@@ -102,9 +102,6 @@ class VTTBuilder { ...@@ -102,9 +102,6 @@ class VTTBuilder {
bool GenerateDefinition; bool GenerateDefinition;
/// AddVTablePointer - Add a vtable pointer to the VTT currently being built. /// AddVTablePointer - Add a vtable pointer to the VTT currently being built.
///
/// \param AddressPoints - If the vtable is a construction vtable, this has
/// the address points for it.
void AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex, void AddVTablePointer(BaseSubobject Base, uint64_t VTableIndex,
const CXXRecordDecl *VTableClass); const CXXRecordDecl *VTableClass);
...@@ -117,9 +114,6 @@ class VTTBuilder { ...@@ -117,9 +114,6 @@ class VTTBuilder {
/// ///
/// \param BaseIsMorallyVirtual whether the base subobject is a virtual base /// \param BaseIsMorallyVirtual whether the base subobject is a virtual base
/// or a direct or indirect base of a virtual base. /// or a direct or indirect base of a virtual base.
///
/// \param AddressPoints - If the vtable is a construction vtable, this has
/// the address points for it.
void LayoutSecondaryVirtualPointers(BaseSubobject Base, void LayoutSecondaryVirtualPointers(BaseSubobject Base,
bool BaseIsMorallyVirtual, bool BaseIsMorallyVirtual,
uint64_t VTableIndex, uint64_t VTableIndex,
...@@ -128,9 +122,6 @@ class VTTBuilder { ...@@ -128,9 +122,6 @@ class VTTBuilder {
/// LayoutSecondaryVirtualPointers - Lay out the secondary virtual pointers /// LayoutSecondaryVirtualPointers - Lay out the secondary virtual pointers
/// for the given base subobject. /// for the given base subobject.
///
/// \param AddressPoints - If the vtable is a construction vtable, this has
/// the address points for it.
void LayoutSecondaryVirtualPointers(BaseSubobject Base, void LayoutSecondaryVirtualPointers(BaseSubobject Base,
uint64_t VTableIndex); uint64_t VTableIndex);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment