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

Unified Diff: tools/clang/plugins/tests/test.py

Issue 1703713002: clang-plugin: Enable RecursiveASTVisitor approach by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +https Created 4 years, 10 months 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
« no previous file with comments | « tools/clang/plugins/Options.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/plugins/tests/test.py
diff --git a/tools/clang/plugins/tests/test.py b/tools/clang/plugins/tests/test.py
index 30721e9081764138ac8c8540e2fb4b3fe48a9095..3e8b94bff31793c6ee01e18c7552f789e1e04ce2 100755
--- a/tools/clang/plugins/tests/test.py
+++ b/tools/clang/plugins/tests/test.py
@@ -19,7 +19,7 @@ class ChromeStylePluginTest(plugin_testing.ClangPluginTest):
"""Test harness for the Chrome style plugin."""
def AdjustClangArguments(self, clang_cmd):
- self.AddPluginArg(clang_cmd, 'with-ast-visitor')
+ self.AddPluginArg(clang_cmd, 'check-implicit-copy-ctors')
self.AddPluginArg(clang_cmd, 'follow-macro-expansion')
clang_cmd.extend([
# Skip code generation
« no previous file with comments | « tools/clang/plugins/Options.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698