Kazu Hirata
8d49c64fa2
[StaticAnalyzer] Remove unused includes (NFC) ( #141525 )
...
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-specific build failures.
2025-05-26 14:57:13 -07:00
Nithin Vadukkumchery Rajendrakumar
06d100a69a
[Analyzer] Support note tags for smart ptr checker
...
Summary:
Added support for note tags for null smart_ptr reporting
Reviewers: NoQ, Szelethus, vsavchenko, xazax.hun
Reviewed By: NoQ, vsavchenko, xazax.hun
Subscribers: martong, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D84600
2020-08-11 23:27:16 +02:00
Nithin Vadukkumchery Rajendrakumar
20e271a98d
[analyzer] Warning for default constructed unique_ptr dereference
...
Summary: Add support for warning incase of default constructed unique pointer dereferences
Reviewed By: NoQ, Szelethus, vsavchenko, xazax.hun
Tags: #clang
Differential Revision: https://reviews.llvm.org/D81315
2020-07-08 09:51:02 +02:00