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

Issue 6368055: Commit my clang plugin and fix up documentation. (Closed)

Created:
9 years, 10 months ago by Elliot Glaysher
Modified:
9 years, 7 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Commit my clang plugin and fix up documentation. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=73659

Patch Set 1 #

Patch Set 2 : Moved to clang/plugins/ #

Total comments: 13

Patch Set 3 : Nico comments #

Total comments: 2

Patch Set 4 : Add makefile for thakis #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+539 lines, -56 lines) Patch
M build/common.gypi View 1 chunk +1 line, -1 line 0 comments Download
A tools/clang/plugins/ChromeClassTester.h View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A tools/clang/plugins/ChromeClassTester.cpp View 1 2 1 chunk +208 lines, -0 lines 0 comments Download
A tools/clang/plugins/FindBadConstructs.cpp View 1 2 1 chunk +245 lines, -0 lines 0 comments Download
A tools/clang/plugins/Makefile View 1 2 3 1 chunk +18 lines, -0 lines 1 comment Download
A tools/clang/plugins/README.chromium View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
D tools/clang_check/README.chromium View 1 chunk +0 lines, -9 lines 0 comments Download
D tools/clang_check/cxx_wrapper.sh View 1 chunk +0 lines, -20 lines 0 comments Download
D tools/clang_check/link_wrapper.sh View 1 chunk +0 lines, -13 lines 0 comments Download
D tools/clang_check/run_plugin.sh View 1 chunk +0 lines, -13 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Elliot Glaysher
Nico: review Everyone else: FYI.
9 years, 10 months ago (2011-02-02 19:29:11 UTC) #1
James Hawkins
On 2011/02/02 19:29:11, Elliot Glaysher wrote: > Nico: review > Everyone else: FYI. Yaaaaaaay!
9 years, 10 months ago (2011-02-02 19:34:15 UTC) #2
Nico
Can you put this in tools/clang/plugins instead of tools/clang_plugins?
9 years, 10 months ago (2011-02-02 22:21:42 UTC) #3
Elliot Glaysher
On 2011/02/02 22:21:42, Nico wrote: > Can you put this in tools/clang/plugins instead of tools/clang_plugins? ...
9 years, 10 months ago (2011-02-02 22:41:46 UTC) #4
Nico
Looks mostly good http://codereview.chromium.org/6368055/diff/4001/tools/clang/plugins/ChromeClassTester.cpp File tools/clang/plugins/ChromeClassTester.cpp (right): http://codereview.chromium.org/6368055/diff/4001/tools/clang/plugins/ChromeClassTester.cpp#newcode34 tools/clang/plugins/ChromeClassTester.cpp:34: // TODO: Let the user configure ...
9 years, 10 months ago (2011-02-02 23:13:06 UTC) #5
Elliot Glaysher
Addressed? http://codereview.chromium.org/6368055/diff/4001/tools/clang/plugins/ChromeClassTester.h File tools/clang/plugins/ChromeClassTester.h (right): http://codereview.chromium.org/6368055/diff/4001/tools/clang/plugins/ChromeClassTester.h#newcode35 tools/clang/plugins/ChromeClassTester.h:35: // Template method which is called with only ...
9 years, 10 months ago (2011-02-02 23:57:49 UTC) #6
Nico
LG
9 years, 10 months ago (2011-02-02 23:59:35 UTC) #7
Nico
…can you put the incantations how this is built somewhere? e.g. block comment at the ...
9 years, 10 months ago (2011-02-03 00:12:19 UTC) #8
tfarina
http://codereview.chromium.org/6368055/diff/6002/tools/clang/plugins/ChromeClassTester.cpp File tools/clang/plugins/ChromeClassTester.cpp (right): http://codereview.chromium.org/6368055/diff/6002/tools/clang/plugins/ChromeClassTester.cpp#newcode129 tools/clang/plugins/ChromeClassTester.cpp:129: if (n != "") { !n.empty() ? http://codereview.chromium.org/6368055/diff/6002/tools/clang/plugins/ChromeClassTester.h File ...
9 years, 10 months ago (2011-02-03 02:47:53 UTC) #9
Elliot Glaysher
On 2011/02/03 00:12:19, Nico wrote: > …can you put the incantations how this is built ...
9 years, 10 months ago (2011-02-03 19:31:52 UTC) #10
Nico
On Thu, Feb 3, 2011 at 11:31 AM, <erg@chromium.org> wrote: > On 2011/02/03 00:12:19, Nico ...
9 years, 10 months ago (2011-02-03 19:46:12 UTC) #11
Elliot Glaysher
I've added a Makefile with instructions for copying & use.
9 years, 10 months ago (2011-02-03 20:35:36 UTC) #12
Nico
9 years, 10 months ago (2011-02-03 20:38:56 UTC) #13
SLG

http://codereview.chromium.org/6368055/diff/22/tools/clang/plugins/Makefile
File tools/clang/plugins/Makefile (right):

http://codereview.chromium.org/6368055/diff/22/tools/clang/plugins/Makefile#n...
tools/clang/plugins/Makefile:3: # into a clang checkout:
Ugh!

Can you add a "TODO(thakis): Improve situation"?

Good enough for now tho, I suppose

Powered by Google App Engine
This is Rietveld 408576698