[Webkit-unassigned] [Bug 91281] JSC: OfflineASM Pretty printing and commenting enhancements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 15:35:30 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91281





--- Comment #3 from Mark Lam <mark.lam at apple.com>  2012-07-13 15:35:30 PST ---
The 1 style error is because of I have macros that looks like this:

#define OFFLINE_ASM_BEGIN   asm (
#define OFFLINE_ASM_END     );

The style checker is complaining about the spaces before the ");" because it mistook it for an argument list.  I this case, I think the style violation can be allowed as an exception.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list