<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>125434</bug_id>
          
          <creation_ts>2013-12-08 20:05:33 -0800</creation_ts>
          <short_desc>check-webkit-style thinks that the super-constructor initialization needs &quot;Comma should be at the beginning of the line in a member initialization list.&quot;</short_desc>
          <delta_ts>2014-03-21 03:41:31 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Filip Pizlo">fpizlo</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>lvidacs.u-szeged</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>957745</commentid>
    <comment_count>0</comment_count>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2013-12-08 20:05:33 -0800</bug_when>
    <thetext>The following code:

class SSALoweringPhase : public Phase {
    static const bool verbose = false;
    
public:
    SSALoweringPhase(Graph&amp; graph)
        : Phase(graph, &quot;SSA lowering&quot;)
        , m_insertionSet(graph)
    {
    }

Causes check-webkit-style to claim that the &quot;: Phase(graph, ...&quot; line needs a comma.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>960865</commentid>
    <comment_count>1</comment_count>
    <who name="Laszlo Vidacs">lvidacs.u-szeged</who>
    <bug_when>2013-12-18 01:58:17 -0800</bug_when>
    <thetext>Failed to reproduce the error. No error message issued with r160755, tried on the example code and on DFGSSALoweringPhase.cpp</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>993006</commentid>
    <comment_count>2</comment_count>
    <who name="Laszlo Vidacs">lvidacs.u-szeged</who>
    <bug_when>2014-03-21 03:41:31 -0700</bug_when>
    <thetext>No error message in 166057.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>