Lines Matching +full:release +full:- +full:doxygen
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
13 <!--#include virtual="menu.html.incl"-->
19 power. Most of the projects listed here are infrastructure-related so this list
22 to the <a href=https://lists.llvm.org/mailman/listinfo/cfe-dev>cfe-dev
26 <li>Release checkers from "alpha"
57 are objects that can be brace-initialized without calling a
58 …constructor (that is, <code><a href="https://clang.llvm.org/doxygen/classclang_1_1CXXConstructExpr…
63 constructors of sub-objects need to know what object they are constructing.
68 current ad-hoc <code><a href="https://clang.llvm.org/doxygen/classclang_1_1ParentMap.html">
69 …ParentMap</a></code> lookup in <a href="https://clang.llvm.org/doxygen/ExprEngineCXX_8cpp_source.h…
83 …See tests cases in <a href="https://github.com/llvm/llvm-project/tree/main/clang/test/Analysis/han…
87 amount of constructors with the same construct-expression.
93 then default-bind the resulting LazyCompoundVal to the whole array;
98 for each string, and in this case default-binding won't cut it.
122 …See tests cases in <a href="https://github.com/llvm/llvm-project/tree/main/clang/test/Analysis/han…
129 carry different values simultaneously -
131 same full-expression without specifying the default arguments.
133 same full-expression) may lead to program points agglutinating because
138 construct-expression (though you might still need to do some additional
153 <li>Enhance CFG to model exception-handling.
154 <p>Currently exceptions are treated as "black holes", and exception-handling
156 This could be improved for both C++ and Objective-C exceptions.
168 … previously <a href="https://lists.llvm.org/pipermail/cfe-dev/2017-March/052864.html">discussed</a>
173 <li>Floating-point support.
174 <p>Currently, the analyzer treats all floating-point values as unknown.
198 <p>The analyzer performs inter-procedural analysis using
213 (use-after-free, uninitialized value read, etc.)
216 (dead code, check-after-use, etc.) require
219 <a href="https://en.wikipedia.org/wiki/Data-flow_analysis">dataflow analysis</a> framework.
222 but they implemented in an ad-hoc fashion.
241 …m.org/buglist.cgi?component=Static%20Analyzer&list_id=147756&product=clang&resolution=---">bugs</a>