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

Issue 2274653002: Handling of UnresolvedUsingValueDecl nodes. (Closed)

Created:
4 years, 3 months ago by Łukasz Anforowicz
Modified:
4 years ago
Reviewers:
dcheng
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@blink-style-new-clang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Handling of UnresolvedUsingValueDecl nodes. BUG=640016 Committed: https://crrev.com/ff1d946e89c5fc53fb7c6f2e41b1bcbd9a06b238 Cr-Commit-Position: refs/heads/master@{#435259}

Patch Set 1 #

Patch Set 2 : Remove heuristics for unresolved constant rewriting. #

Patch Set 3 : Rebasing on top of https://crrev.com/2246263002 #

Patch Set 4 : Added bug information to the test files. #

Patch Set 5 : Avoid renaming blacklisted methods. #

Patch Set 6 : Broadened reuse of method name blacklisting. #

Patch Set 7 : Fix IsCall predicate to differentiate between callee vs args. #

Patch Set 8 : s/IsCall/IsCallee/g #

Patch Set 9 : Use kBlinkFieldPrefix instead of a hardcoded "m_" string literal. #

Patch Set 10 : Rebasing... #

Patch Set 11 : Having UnresolvedRewriterBase work with DeclarationName instead of std::string. #

Total comments: 19

Patch Set 12 : Addressed CR feedback from dcheng@. #

Total comments: 5

Patch Set 13 : Removing IsCallee + tweaking a comment. #

Messages

Total messages: 23 (8 generated)
Łukasz Anforowicz
Daniel, can you take a look please? I think this CL is ready for a ...
4 years, 3 months ago (2016-08-23 20:46:28 UTC) #2
dcheng
https://codereview.chromium.org/2274653002/diff/200001/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp File tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp (left): https://codereview.chromium.org/2274653002/diff/200001/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp#oldcode467 tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp:467: static const char* GetType() { return "NamedDecl"; } While ...
4 years, 3 months ago (2016-09-10 04:00:56 UTC) #3
Łukasz Anforowicz
Thanks for the review - can you take another look please? https://codereview.chromium.org/2274653002/diff/200001/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp File tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp (left): ...
4 years, 3 months ago (2016-09-12 19:52:56 UTC) #4
Łukasz Anforowicz
Daniel, do you have any more feedback? Or does patchset 12 look okay to land? ...
4 years ago (2016-11-22 17:41:10 UTC) #5
dcheng
https://codereview.chromium.org/2274653002/diff/220001/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp File tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp (right): https://codereview.chromium.org/2274653002/diff/220001/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp#newcode688 tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp:688: auto matcher = stmt(hasParent(callExpr(callee(equalsNode(&expr))))); Why is it important to ...
4 years ago (2016-11-28 22:05:48 UTC) #6
Łukasz Anforowicz
https://codereview.chromium.org/2274653002/diff/220001/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp File tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp (right): https://codereview.chromium.org/2274653002/diff/220001/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp#newcode688 tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp:688: auto matcher = stmt(hasParent(callExpr(callee(equalsNode(&expr))))); On 2016/11/28 22:05:48, dcheng wrote: ...
4 years ago (2016-11-29 00:45:42 UTC) #7
Łukasz Anforowicz
https://codereview.chromium.org/2274653002/diff/220001/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp File tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp (right): https://codereview.chromium.org/2274653002/diff/220001/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp#newcode688 tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp:688: auto matcher = stmt(hasParent(callExpr(callee(equalsNode(&expr))))); On 2016/11/29 00:45:42, Łukasz Anforowicz ...
4 years ago (2016-11-29 20:01:05 UTC) #8
dcheng
lgtm
4 years ago (2016-11-29 22:40:44 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2274653002/240001
4 years ago (2016-11-29 22:49:26 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_x86-generic_chromium_compile_only_ng on ...
4 years ago (2016-11-30 00:51:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2274653002/240001
4 years ago (2016-11-30 00:59:36 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) linux_chromium_chromeos_compile_dbg_ng on ...
4 years ago (2016-11-30 03:03:31 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2274653002/240001
4 years ago (2016-11-30 14:49:48 UTC) #19
commit-bot: I haz the power
Committed patchset #13 (id:240001)
4 years ago (2016-11-30 14:53:20 UTC) #21
commit-bot: I haz the power
4 years ago (2016-11-30 14:55:11 UTC) #23
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/ff1d946e89c5fc53fb7c6f2e41b1bcbd9a06b238
Cr-Commit-Position: refs/heads/master@{#435259}

Powered by Google App Engine
This is Rietveld 408576698