Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1825)

Unified Diff: tools/clang/plugins/FindBadConstructsConsumer.h

Issue 1493813003: Convert the no-inline-virtuals rule into a constructors rule. Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Rebase onto https://codereview.chromium.org/1504033010 Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698