[cfe-dev] Clang Static Analyzer Check
Ostap Mykytiuk via cfe-dev
cfe-dev at lists.llvm.org
Tue Feb 23 09:49:10 PST 2021
Hi everyone!
My name is Ostap, I'm undergraduate and I would like to write a check for
Static Analyzer as part of my coursework.
Since C++17 std::optional was introduced. There are already a lot of checks
for pointers (like core.NullDereference
<https://clang.llvm.org/docs/analyzer/checkers.html#core-nulldereference-c-c-objc>),
but any checks for std::optional are not present yet.
Are you interested in this kind of patch or is there something like this in
progress?
Best regards,
Ostap Mykytiuk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20210223/366928d0/attachment.html>
More information about the cfe-dev
mailing list