Drive by comment.
http://codereview.chromium.org/5545006/diff/1/src/parser.cc File src/parser.cc (right): http://codereview.chromium.org/5545006/diff/1/src/parser.cc#newcode2439 src/parser.cc:2439: && Token::IsCountOp(peek())) { On 2010/12/07 14:05:54, Lasse Reichstein wrote:
I prefer having them on the second line, but let's be consistent for
now and do
a sweeping change later :)
Please don't :) While http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Boolean_Expressions#Boolean_Expressions does not prohibit having them on the second line, it says the style with trailing operators is more common. http://codereview.chromium.org/5545006/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
