We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clang 5.0 throws a lot of unknown error messages when running the following command: CodeChecker analyze test.json -o ./reports
CodeChecker analyze test.json -o ./reports
[ERROR] [2018-01-16 08:42] - Analyzing 'test1.c' with clangsa failed. [ERROR] [2018-01-16 08:42] - clang-5.0: error: unknown argument: '-msahf' clang-5.0: error: unknown argument: '-mno-abm' [ERROR] [2018-01-16 08:42] - Analyzing 'test2.c' with clangsa failed. [ERROR] [2018-01-16 08:42] - clang-5.0: error: unknown argument: '-msahf' clang-5.0: error: unknown argument: '-mno-abm' [ERROR] [2018-01-16 08:42] - Analyzing 'test3.c' with clangsa failed. [ERROR] [2018-01-16 08:42] - clang-5.0: error: unknown argument: '-msahf' clang-5.0: error: unknown argument: '-mno-abm' [ERROR] [2018-01-16 08:42] - Analyzing 'test4.c' with clangsa failed. [ERROR] [2018-01-16 08:42] - clang-5.0: error: unknown argument: '-fr' clang-5.0: error: unknown argument: '-fs' clang-5.0: error: unknown argument: '-ffp' clang-5.0: error: unknown argument: '-fno-jump-table' clang-5.0: error: unknown argument: '-finline-local-initialisers' clang-5.0: error: unknown argument: '-fno-jump-table' [ERROR] [2018-01-16 08:42] - Analyzing 'test5.c' with clangsa failed. [ERROR] [2018-01-16 08:42] - clang-5.0: error: unknown argument: '-fr' clang-5.0: error: unknown argument: '-fs' clang-5.0: error: unknown argument: '-ffp' clang-5.0: error: unknown argument: '-fno-jump-table' clang-5.0: error: unknown argument: '-finline-local-initialisers' clang-5.0: error: unknown argument: '-fno-jump-table'
The text was updated successfully, but these errors were encountered:
csordasmarton
No branches or pull requests
Clang 5.0 throws a lot of unknown error messages when running the following command:
CodeChecker analyze test.json -o ./reports
The text was updated successfully, but these errors were encountered: