<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Can not find my own write checker"
href="https://llvm.org/bugs/show_bug.cgi?id=25399">25399</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Can not find my own write checker
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Static Analyzer
</td>
</tr>
<tr>
<th>Assignee</th>
<td>kremenek@apple.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>wpengfeinudt@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=15217" name="attach_15217" title="Documents of my checker">attachment 15217</a> <a href="attachment.cgi?id=15217&action=edit" title="Documents of my checker">[details]</a></span>
Documents of my checker
I wrote a checker myself, and registered it to the analyzer according to the
developer manual in 4 steps, and when run 'clang -cc1 -analyzer-checker-help',
I could see my checker in the checker list, however, when use the checker
with:
'scan-build -enable-checker alpha.unix.MisLock -v gcc testlock.c -c',
it said :
'error: no analyzer checkers are associated with 'alpha.unix.MisLock'
note: use -analyzer-disable-all-checks to disable all static analyzer checkers'
Furthermore, when I use 'scan-build --help' to view my checker, I could not
find it either.
Why there is difference between 'scan-build --help' and 'clang -cc1
-analyzer-checker-help', did I missed something when installing or configuring
the clang???
By the way, my clang version is 3.8, OSX is 10.11
Looking forward to your reply, thank you.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>