Bug 1319393 - Remove the misc-use-override.KeepVirtual declaration in .clang-tidy file r?ehsan draft
authorSylvestre Ledru <sledru@mozilla.com>
Tue, 22 Nov 2016 12:17:14 +0100
changeset 442366 ee176d51e4a0ce8d7885a992ec3fbe167301ed33
parent 442365 39efc7bfb839484ef121a2f275481770906d9021
child 442368 6de5b2058b555ec9a8b61327529932102e3ed05c
push id36688
push usersledru@mozilla.com
push dateTue, 22 Nov 2016 11:20:42 +0000
reviewersehsan
bugs1319393
milestone53.0a1
Bug 1319393 - Remove the misc-use-override.KeepVirtual declaration in .clang-tidy file r?ehsan MozReview-Commit-ID: E68Ji3al1ZF
.clang-tidy
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,13 +1,6 @@
 # Checks run by clang-tidy over Mozilla code.
-# NOTE: please request review from ehsan when changing this file.
 
 # The following checks are currently enabled:
 # * misc-use-override
-#   Adds missing override keywords, and removes override keywords if the final
-#   keyword is present as well.
 Checks:          '-*,misc-use-override'
-CheckOptions:
-  # Don't touch the virtual keyword!
-  - key:             misc-use-override.KeepVirtual
-    value:           '1'