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

Issue 10378047: Fix bad precedence for >>> operator. (Closed)

Created:
8 years, 7 months ago by floitsch
Modified:
8 years, 7 months ago
CC:
reviews_dartlang.org, kasperl
Visibility:
Public.

Description

Fix bad precedence for >>> operator. We use >>> to get positive bit-operations. However the precedence framework was used incorrectly leading to missed parenthesis. Committed: https://code.google.com/p/dart/source/detail?r=7414

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M lib/compiler/implementation/ssa/codegen.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M tests/language/positive_bit_operations_test.dart View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
floitsch
Fixes comment of issue 2725.
8 years, 7 months ago (2012-05-08 09:47:10 UTC) #1
Lasse Reichstein Nielsen
8 years, 7 months ago (2012-05-08 11:42:03 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698