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: kreme...@apple.com
          Reporter: lebedev...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to