Skip to content
New issue

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

CodeChecker analyzers --analyzer-config clangsa does not properly list analyzer options #3084

Closed
dkrupp opened this issue Dec 8, 2020 · 0 comments · Fixed by #3206
Closed
Assignees
Labels
analyzer 📈 Related to the analyze commands (analysis driver) bug 🐛 clang sa 🐉 The Clang Static Analyzer is a source code analysis tool that finds bugs in C-family programs.

Comments

@dkrupp
Copy link
Member

dkrupp commented Dec 8, 2020

Describe the bug
CodeChecker 6.15 with clang 11.

CodeChecker analyzers --analyzer-config clangsa
should list anlayzer options, but it lists some weird things like clangsa:end, clangsa:only etc.

clangsa:add-pop-up-notes
clangsa:to
clangsa:aggressive-binary-operation-simplification
clangsa:comparisons
clangsa:expressions
clangsa:symbol
clangsa:where
clangsa:and
clangsa:only
clangsa:integers
clangsa:to
clangsa:type
clangsa:of
clangsa:
clangsa:A
clangsa:
clangsa:'>=',
clangsa:happens
clangsa:or
clangsa:are
clangsa:apply-fixits
clangsa:(default:
clangsa:avoid-suppressing-null-argument-paths
clangsa:suppressed
clangsa:a
clangsa:null
clangsa:ShouldSuppressNullReturnPaths
clangsa:This

CodeChecker version
6.15

@dkrupp dkrupp added the bug 🐛 label Dec 8, 2020
@whisperity whisperity added analyzer 📈 Related to the analyze commands (analysis driver) clang sa 🐉 The Clang Static Analyzer is a source code analysis tool that finds bugs in C-family programs. labels Dec 9, 2020
@csordasmarton csordasmarton added this to the release 6.16.0 milestone Feb 22, 2021
@csordasmarton csordasmarton self-assigned this Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 📈 Related to the analyze commands (analysis driver) bug 🐛 clang sa 🐉 The Clang Static Analyzer is a source code analysis tool that finds bugs in C-family programs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants