| Index: tools/clang/plugins/FindBadConstructsConsumer.h
|
| diff --git a/tools/clang/plugins/FindBadConstructsConsumer.h b/tools/clang/plugins/FindBadConstructsConsumer.h
|
| index 6e2b2c9234265665bc47a0a2bcba1521518bc04d..c52a8f33a78ca880ba3f42ec9d5738685c5b7856 100644
|
| --- a/tools/clang/plugins/FindBadConstructsConsumer.h
|
| +++ b/tools/clang/plugins/FindBadConstructsConsumer.h
|
| @@ -71,7 +71,6 @@ class FindBadConstructsConsumer
|
| static RefcountIssue CheckRecordForRefcountIssue(
|
| const clang::CXXRecordDecl* record,
|
| clang::SourceLocation& loc);
|
| - clang::DiagnosticsEngine::Level getErrorLevel();
|
| static bool IsRefCountedCallback(const clang::CXXBaseSpecifier* base,
|
| clang::CXXBasePath& path,
|
| void* user_data);
|
| @@ -86,8 +85,6 @@ class FindBadConstructsConsumer
|
| void CheckWeakPtrFactoryMembers(clang::SourceLocation record_location,
|
| clang::CXXRecordDecl* record);
|
|
|
| - const Options options_;
|
| -
|
| unsigned diag_method_requires_override_;
|
| unsigned diag_redundant_virtual_specifier_;
|
| unsigned diag_base_method_virtual_and_final_;
|
|
|