| Index: tools/clang/plugins/FindBadConstructsConsumer.h
|
| diff --git a/tools/clang/plugins/FindBadConstructsConsumer.h b/tools/clang/plugins/FindBadConstructsConsumer.h
|
| index 8f8fc87046630911ac93ae59995da6d5c8ca8a68..c0618a82291c5d3af3f65e76bf6e3d6fa2407979 100644
|
| --- a/tools/clang/plugins/FindBadConstructsConsumer.h
|
| +++ b/tools/clang/plugins/FindBadConstructsConsumer.h
|
| @@ -72,10 +72,8 @@ class FindBadConstructsConsumer
|
| unsigned diagnostic_id);
|
|
|
| void CheckVirtualMethods(clang::SourceLocation record_location,
|
| - clang::CXXRecordDecl* record,
|
| - bool warn_on_inline_bodies);
|
| + clang::CXXRecordDecl* record);
|
| void CheckVirtualSpecifiers(const clang::CXXMethodDecl* method);
|
| - void CheckVirtualBodies(const clang::CXXMethodDecl* method);
|
|
|
| void CountType(const clang::Type* type,
|
| int* trivial_member,
|
|
|