[llvm-bugs] [Bug 32812] New: scan-build: enable all checkers | support glob

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 26 10:53:57 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32812

            Bug ID: 32812
           Summary: scan-build: enable all checkers | support glob
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: lebedev.ri at gmail.com
                CC: llvm-bugs at lists.llvm.org

In clang-tidy config, it is possible to enable all checkers, by using glob
patterns. It is even possible to enable all clang-analyzer checkers with
something like    Checks: 'clang-analyzer-*'

But.
It seems to be impossible to do from scan-build.
Or is scan-build not the recommended front-end?

Ideally, i'd love for scan-build -enable-checker option to support * as glob.

I.e. scan-build -enable-checker \* should correctly enable all the checkers.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170426/390d4122/attachment.html>


More information about the llvm-bugs mailing list