Kitware / KWStyle

Kitware Style Checker
Other
53 stars 30 forks source link

CheckFunction finds incorrect function name #85

Open catskul opened 5 years ago

catskul commented 5 years ago

I get an error that looks like:

NvSupport.h:206: error: function ()>) doesn't match regular expression:

On a lines that look like:

class LogDataSink
{
public:
    enum class TimingPolicy
    { // <-- line 206 here
        AS_FAST_AS_POSSIBLE,

If I have time I'll create test case.