Home | History | Annotate | Download | only in docs

Lines Matching full:analyzer

42    <li><a href="#analyzer_diagnositics">Controlling Static Analyzer Diagnostics</a></li>
95 Static Analyzer</a>, please see its web page.</p>
629 <h4 id="analyzer_diagnositics">Controlling Static Analyzer Diagnostics</h4>
632 href="http://clang-analyzer.llvm.org">static analyzer</a> can also be influenced
637 <li id="analyzer_annotations"><b>Annotations</b>: The static analyzer recognizes various GCC-style
639 static analyzer warnings or teach the analyzer about code invariants which
642 static analyzer. Detailed information on these annotations can be found in the
643 <a href="http://clang-analyzer.llvm.org/annotations.html">analyzer's
646 <li><b><tt>__clang_analyzer__</tt></b>: When the static analyzer is using Clang
649 selectively exclude code the analyzer examines. Here is an example:
658 against the analyzer when it flags false positives. There is also active
660 analyzer warnings (some of which can already be done using <a