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

Kirill Bobyrev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #2 from Kirill Bobyrev <[email protected]> ---
Seems that you've done everything right while registering the checker.
Generally to verify that a checker is available you'd do `clang -cc1
-analyzer-checker-help | grep "your_checker_name"`, see
http://clang-analyzer.llvm.org/checker_dev_manual.html

As Anna pointed out, you'd want to pass the built clang to the scan-build with
--use-analyzer, because otherwise it uses /usr/bin/clang.

By the way, you probably also want to call
{LLVM_SOURCE_DIR}/tools/clang/tools/scan-build/scan-build instead the one in
system, because it contains the most relevant patches :)

Thus said, I do not see a bug here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to