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

Issue 2324643002: Prepending "Get" when type with conflicting name is hidden inside return type. (Closed)

Created:
4 years, 3 months ago by Łukasz Anforowicz
Modified:
4 years, 3 months ago
Reviewers:
danakj
CC:
chromium-reviews, dcheng
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Prepending "Get" when type with conflicting name is hidden inside return type. BUG=582312 Committed: https://crrev.com/14d095b4df6754fa4e6959220b2b332db0b4f504 Cr-Commit-Position: refs/heads/master@{#417471}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed CR feedback from danakj@. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -6 lines) Patch
M tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp View 1 1 chunk +27 lines, -4 lines 0 comments Download
M tools/clang/rewrite_to_chrome_style/tests/functions-expected.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M tools/clang/rewrite_to_chrome_style/tests/functions-original.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc View 1 1 chunk +9 lines, -1 line 0 comments Download
M tools/clang/rewrite_to_chrome_style/tests/methods-original.cc View 1 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
Łukasz Anforowicz
Dana, can you please take a look? https://codereview.chromium.org/2324643002/diff/1/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp File tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp (right): https://codereview.chromium.org/2324643002/diff/1/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp#newcode305 tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp:305: anyOf(hasDeclaration(namedDecl(hasName(name))), hasString(name))); ...
4 years, 3 months ago (2016-09-07 23:14:28 UTC) #2
danakj
LGTM https://codereview.chromium.org/2324643002/diff/1/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp File tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp (right): https://codereview.chromium.org/2324643002/diff/1/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp#newcode305 tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp:305: anyOf(hasDeclaration(namedDecl(hasName(name))), hasString(name))); On 2016/09/07 23:14:28, Łukasz Anforowicz wrote: ...
4 years, 3 months ago (2016-09-08 23:30:40 UTC) #3
Łukasz Anforowicz
Thanks for reviewing. https://codereview.chromium.org/2324643002/diff/1/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp File tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp (right): https://codereview.chromium.org/2324643002/diff/1/tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp#newcode305 tools/clang/rewrite_to_chrome_style/RewriteToChromeStyle.cpp:305: anyOf(hasDeclaration(namedDecl(hasName(name))), hasString(name))); On 2016/09/08 23:30:40, danakj ...
4 years, 3 months ago (2016-09-09 00:20:35 UTC) #4
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/2324643002/20001
4 years, 3 months ago (2016-09-09 00:20:59 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-09 01:25:42 UTC) #8
commit-bot: I haz the power
4 years, 3 months ago (2016-09-09 01:27:11 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/14d095b4df6754fa4e6959220b2b332db0b4f504
Cr-Commit-Position: refs/heads/master@{#417471}

Powered by Google App Engine
This is Rietveld 408576698