WebKit Bugzilla
Attachment 368304 Details for
Bug 197307
: check-webkit-style complains the first block in while loop.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
sample
wrongly-style-checked-block.cpp (text/plain), 244 bytes, created by
Takashi Komori
on 2019-04-25 23:19:45 PDT
(
hide
)
Description:
sample
Filename:
MIME Type:
Creator:
Takashi Komori
Created:
2019-04-25 23:19:45 PDT
Size:
244 bytes
patch
obsolete
>/* > * Copyright (C) 2019 Sony Interactive Entertainment Inc. > */ > >void funcA() >{ > while (true) { > int x; > { > int y; > } > } >} > >void funcB() >{ > while (true) { > { > int y; > } > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 197307
: 368304 |
368315
|
368316