summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorBruce Hoult <b.hoult@samsung.com>2015-10-12 10:12:00 +0900
committerrandy.jeong <randy.jeong@samsung.com>2015-10-21 19:47:09 +0900
commit97da02a5d432c8494518908c367c3979053bacca (patch)
treeffec4f9bfcd4f2f104f46aa7f9d62497ed79da7d /compiler/optimizing/graph_visualizer.cc
parent6010fa93a61088aeb1f312c161f2c19de202a772 (diff)
enum operator<<() script fails with do { } while cond;
The script assumes that a line containing a '}' and a ';' will only and always signal the end of a scope. Unfortunately, this also matches '} while (myCond);', thus incorrectly thinking it has reached the end of a scope. This can result in enums being emitted without scope resolution (or with insufficient scope resolution), cause compile errors. Change-Id: I6e1b3453b941bff93ddd0b2a9fd3950182668728 Signed-off-by: randy.jeong <randy.jeong@samsung.com>
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions