Commit 16a7f586 authored by dmichael's avatar dmichael Committed by Commit bot

Turn on clang check for WeakPtrFactory member order

Note that class templates are currently ignored by all Chromium checkers; see crbug.com/441916.

BUG=303818

Review URL: https://codereview.chromium.org/803603003

Cr-Commit-Position: refs/heads/master@{#311770}
parent 60203252
...@@ -17,4 +17,5 @@ else ...@@ -17,4 +17,5 @@ else
fi fi
echo -Xclang -load -Xclang $CLANG_LIB_PATH/libFindBadConstructs.$LIBSUFFIX \ echo -Xclang -load -Xclang $CLANG_LIB_PATH/libFindBadConstructs.$LIBSUFFIX \
-Xclang -add-plugin -Xclang find-bad-constructs -Xclang -add-plugin -Xclang find-bad-constructs -Xclang \
-plugin-arg-find-bad-constructs -Xclang check-weak-ptr-factory-order
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