NEW 103607
check-webkit-style false positives for single line templates with statement
https://bugs.webkit.org/show_bug.cgi?id=103607
Summary check-webkit-style false positives for single line templates with statement
Kiran Muppala
Reported 2012-11-29 00:32:13 PST
check-webkit-style is reporting style error for single line templates of the form below because of the presence of two semicolons. template<> struct Foo { statement1; }; I think this should be accepted style since WTF uses it extensively for defining templates such as IsInteger.
Attachments
Kiran Muppala
Comment 1 2012-11-29 00:32:46 PST
My patch for https://bugs.webkit.org/show_bug.cgi?id=101536 ran into this issue .
Note You need to log in before you can comment on or make changes to this bug.