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

Issue 32193007: [ninja/mac] Add xcode_emulation support for -Wobjc-missing-property-synthesis. (Closed)

Created:
7 years, 2 months ago by justincohen
Modified:
7 years, 2 months ago
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

[ninja/mac] Add xcode_emulation support for -Wobjc-missing-property-synthesis. CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS maps to -Wobjc-missing-property-synthesis R=thakis@chromium.org Committed: https://code.google.com/p/gyp/source/detail?r=1768

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : This time with non empty files #

Patch Set 7 : testing #

Patch Set 8 : testing #

Patch Set 9 : testing #

Patch Set 10 : testing #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M pylib/gyp/xcode_emulation.py View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
justincohen
PTAL!
7 years, 2 months ago (2013-10-22 21:37:47 UTC) #1
Nico
https://codereview.chromium.org/32193007/diff/50001/pylib/gyp/xcode_emulation.py File pylib/gyp/xcode_emulation.py (right): https://codereview.chromium.org/32193007/diff/50001/pylib/gyp/xcode_emulation.py#newcode322 pylib/gyp/xcode_emulation.py:322: cflags.append('-Wobjc-missing-property-synthesis') Is this set for .c and .cc files ...
7 years, 2 months ago (2013-10-22 21:52:12 UTC) #2
justincohen
https://codereview.chromium.org/32193007/diff/50001/pylib/gyp/xcode_emulation.py File pylib/gyp/xcode_emulation.py (right): https://codereview.chromium.org/32193007/diff/50001/pylib/gyp/xcode_emulation.py#newcode322 pylib/gyp/xcode_emulation.py:322: cflags.append('-Wobjc-missing-property-synthesis') It's just an objc thing, m/mm, am I ...
7 years, 2 months ago (2013-10-22 21:53:44 UTC) #3
Nico
https://codereview.chromium.org/32193007/diff/50001/pylib/gyp/xcode_emulation.py File pylib/gyp/xcode_emulation.py (right): https://codereview.chromium.org/32193007/diff/50001/pylib/gyp/xcode_emulation.py#newcode322 pylib/gyp/xcode_emulation.py:322: cflags.append('-Wobjc-missing-property-synthesis') On 2013/10/22 21:53:44, justincohen wrote: > It's just ...
7 years, 2 months ago (2013-10-22 21:56:48 UTC) #4
justincohen
https://codereview.chromium.org/32193007/diff/50001/pylib/gyp/xcode_emulation.py File pylib/gyp/xcode_emulation.py (right): https://codereview.chromium.org/32193007/diff/50001/pylib/gyp/xcode_emulation.py#newcode322 pylib/gyp/xcode_emulation.py:322: cflags.append('-Wobjc-missing-property-synthesis') I added the c and cc files but ...
7 years, 2 months ago (2013-10-23 01:58:14 UTC) #5
Nico
/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/python test/ios/gyptest-app-error-ios.py FAILED test at line 423 of /Volumes/data/b/build/slave/gyp/build/trunk/test/lib/TestCommon.py (_complete) from line 532 of /Volumes/data/b/build/slave/gyp/build/trunk/test/lib/TestCommon.py ...
7 years, 2 months ago (2013-10-23 02:03:08 UTC) #6
justincohen
Is it possible both xcode and ninja are too old to support this warning? Xcode-clang ...
7 years, 2 months ago (2013-10-23 02:27:07 UTC) #7
Nico
Don't land the test :-( Keep it around, we'll upgrade the bots eventually. lgtm
7 years, 2 months ago (2013-10-23 03:06:53 UTC) #8
justincohen
7 years, 2 months ago (2013-10-23 13:23:18 UTC) #9
Message was sent while issue was closed.
Committed patchset #11 manually as r1768 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698