summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/cxx-uninitialized-object-ptr-ref.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][UninitializedObjectChecker] PR41611: Regard vector types as primitiveKristof Umann2019-04-301-0/+23
* [analyzer] Move UninitializedObjectChecker out of alphaKristof Umann2019-04-191-5/+5
* [analyzer][UninitializedObjectChecker] Uninit regions are only reported onceKristof Umann2018-11-181-0/+41
* [analyzer][UninitializedObjectChecker] Reports Loc fields pointing to themselvesKristof Umann2018-10-111-6/+11
* [analyzer] Attempt to make a windows buildbot happy.Kristof Umann2018-09-141-1/+1
* [analyzer][UninitializedObjectChecker] Support for nonloc::LocAsIntegerKristof Umann2018-09-141-0/+18
* [analyzer][UninitializedObjectChecker] Fixed dereferencingKristof Umann2018-09-141-5/+87
* [analyzer][UninitializedObjectChecker] Refactoring p6.: Move dereferencing to...Kristof Umann2018-08-211-4/+17
* [analyzer][UninitializedObjectChecker] Void pointers are casted back to their...Kristof Umann2018-08-141-6/+6
* [analyzer][UninitializedObjectChecker] Pointer/reference objects are derefere...Kristof Umann2018-08-081-2/+51
* [analyzer][UninitializedObjectChecker] New flag to turn off dereferencingKristof Umann2018-08-071-3/+8
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-231-6/+6
* Revert "Fold dangling-field warning into general initialization lifetime chec...Ilya Biryukov2018-07-231-6/+6
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-201-6/+6
* [analyzer][UninitializedObjectChecker] Support for MemberPointerTypesKristof Umann2018-07-131-8/+4
* [analyzer] Checker for uninitialized C++ objectsKristof Umann2018-06-181-0/+699
OpenPOWER on IntegriCloud