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

Unified Diff: tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc

Issue 1557243002: Update rewrite_to_chrome_style tool to also rename methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Group more logically Created 4 years, 11 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
Index: tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc
diff --git a/tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc b/tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc
index b49a21e0e6e082ccc7952290ca09713504e6b6db..f5042ecfe6dc70ba791ba4a17eb562014cb8b7bd 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc
+++ b/tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc
@@ -22,3 +22,7 @@ void F() {
}
} // namespace blink
+
+void G() {
+ TestFunctionThatTakesTwoInts::TestFunctionThatTakesTwoInts(1, 2);
danakj 2016/01/06 22:09:40 this did the wrong thing? why not blink::TestFunct
dcheng 2016/01/08 01:41:11 So it turns out that a CallExpr wraps a callee exp
+}

Powered by Google App Engine
This is Rietveld 408576698