Commit bcc07de9 authored by hans@chromium.org's avatar hans@chromium.org

Clang style checker: turn on checks for nested classes

BUG=139346,136863

Review URL: https://chromiumcodereview.appspot.com/10830276

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151483 0039d316-1c4b-4281-b951-d872f2087c98
parent 0767f030
......@@ -19,4 +19,6 @@ fi
echo -Xclang -load -Xclang $CLANG_LIB_PATH/libFindBadConstructs.$LIBSUFFIX \
-Xclang -add-plugin -Xclang find-bad-constructs \
-Xclang -plugin-arg-find-bad-constructs \
-Xclang skip-virtuals-in-implementations
-Xclang skip-virtuals-in-implementations \
-Xclang -plugin-arg-find-bad-constructs \
-Xclang check-inner-classes
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment