jbenden / vscode-c-cpp-flylint

A VS Code extension for advanced, modern, static analysis of C/C++ that supports a number of back-end analyzer programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line could not be parsed : too many errors emitted

zydxhs opened this issue · comments

Found with VS Code 1.65.2, GCC 7.5.0, Extension 1.11.0 and Clang 14.0

vscode-c-cpp-flylint: 'Line could not be parsed: fatal error: too many errors emitted, stopping now' while validating: xxx-generator.cpp. Please analyze the 'C/C++ FlyLint' Output console. Stacktrace: Error: Line could not be parsed: fatal error: too many errors emitted, stopping now
    at /root/.vscode-server/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:13754
    at Array.forEach (<anonymous>)
    at a.parseLines (/root/.vscode-server/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:13492)
    at a.lint (/root/.vscode-server/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:13395)
    at /root/.vscode-server/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:23272
    at Array.forEach (<anonymous>)
    at q (/root/.vscode-server/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:23247)

image