Andrey Khranovsky
Results
2
issues of
Andrey Khranovsky
cppclean warns on local function that defined in implementation file: "source.cpp:1: 'foo' not found in any directly #included header" ```cpp // source.cpp void foo() {} int main() { return 0;...
Given ```cpp void foo() try { } catch(...) {} ``` Output: "parsing error: unexpected token: Token(u'try', 11, 14)"