myint / cppclean

Finds problems in C++ source that slow development of large code bases
https://pypi.python.org/pypi/cppclean
Apache License 2.0
701 stars 58 forks source link

Fails to parse try-function block #125

Open akhranovsky opened 6 years ago

akhranovsky commented 6 years ago

Given

void foo() try {
}
catch(...) {}

Output: "parsing error: unexpected token: Token(u'try', 11, 14)"