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

Issue 14139002: Teach cpplint include-what-you-use about chromium hash_set and hash_map. (Closed)

Created:
7 years, 8 months ago by danakj
Modified:
7 years, 8 months ago
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, piman, backer, jamesr, enne (OOO)
Visibility:
Public.

Description

Teach cpplint include-what-you-use about chromium hash_set and hash_map. For hash_map and hash_set, we should include "base/hashtables.h", not the <hash_set> or <hash_map> standard headers. R=maruel@chromium.org BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=194047

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : spaces #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M presubmit_canned_checks.py View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
danakj
7 years, 8 months ago (2013-04-11 04:24:31 UTC) #1
M-A Ruel
Sorry for the delay, I was travelling then sick. + Elliot to know if he ...
7 years, 8 months ago (2013-04-12 16:09:09 UTC) #2
Elliot Glaysher
On 2013/04/12 16:09:09, Marc-Antoine Ruel wrote: > Sorry for the delay, I was travelling then ...
7 years, 8 months ago (2013-04-12 16:58:38 UTC) #3
danakj
https://codereview.chromium.org/14139002/diff/1/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://codereview.chromium.org/14139002/diff/1/presubmit_canned_checks.py#newcode122 presubmit_canned_checks.py:122: else (a,b,header) On 2013/04/12 16:09:09, Marc-Antoine Ruel wrote: > ...
7 years, 8 months ago (2013-04-12 17:11:40 UTC) #4
M-A Ruel
https://codereview.chromium.org/14139002/diff/5001/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://codereview.chromium.org/14139002/diff/5001/presubmit_canned_checks.py#newcode120 presubmit_canned_checks.py:120: (a,b,'base/hash_tables.h') we always keep space after a comma all ...
7 years, 8 months ago (2013-04-12 20:28:51 UTC) #5
danakj
https://codereview.chromium.org/14139002/diff/5001/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://codereview.chromium.org/14139002/diff/5001/presubmit_canned_checks.py#newcode120 presubmit_canned_checks.py:120: (a,b,'base/hash_tables.h') On 2013/04/12 20:28:51, Marc-Antoine Ruel wrote: > we ...
7 years, 8 months ago (2013-04-12 21:19:35 UTC) #6
M-A Ruel
https://codereview.chromium.org/14139002/diff/8001/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://codereview.chromium.org/14139002/diff/8001/presubmit_canned_checks.py#newcode121 presubmit_canned_checks.py:121: if (header == '<hash_map>' or header == '<hash_set>') else ...
7 years, 8 months ago (2013-04-12 23:22:13 UTC) #7
danakj
On Fri, Apr 12, 2013 at 4:22 PM, <maruel@chromium.org> wrote: > > https://codereview.chromium.**org/14139002/diff/8001/** > presubmit_canned_checks.py<https://codereview.chromium.org/14139002/diff/8001/presubmit_canned_checks.py> ...
7 years, 8 months ago (2013-04-12 23:28:16 UTC) #8
danakj
https://codereview.chromium.org/14139002/diff/8001/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://codereview.chromium.org/14139002/diff/8001/presubmit_canned_checks.py#newcode121 presubmit_canned_checks.py:121: if (header == '<hash_map>' or header == '<hash_set>') else ...
7 years, 8 months ago (2013-04-12 23:29:14 UTC) #9
M-A Ruel
lgtm
7 years, 8 months ago (2013-04-12 23:36:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/14139002/13001
7 years, 8 months ago (2013-04-12 23:37:07 UTC) #11
commit-bot: I haz the power
7 years, 8 months ago (2013-04-12 23:39:14 UTC) #12
Message was sent while issue was closed.
Change committed as 194047

Powered by Google App Engine
This is Rietveld 408576698