summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix analyzer warnings on analyzer.Artem Dergachev2019-08-281-4/+5
* [analyzer] CastValueChecker: Rewrite dead header hotfixCsaba Dabis2019-08-221-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+0
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* [analyzer][UninitializedObjectChecker] Uninit regions are only reported onceKristof Umann2018-11-181-6/+7
* [analyzer][UninitializedObjectChecker] Reports Loc fields pointing to themselvesKristof Umann2018-10-111-19/+49
* [analyzer] Restore final on NeedsCastLocField. NFCIlya Biryukov2018-09-141-1/+1
* [analyzer][UninitializedObjectChecker] Support for nonloc::LocAsIntegerKristof Umann2018-09-141-11/+20
* [analyzer][UninitializedObjectChecker] Refactored checker optionsKristof Umann2018-09-141-6/+3
* [analyzer][UninitializedObjectChecker] Correct dynamic type is acquired for r...Kristof Umann2018-09-141-0/+8
* [analyzer][UninitializedObjectChecker] Updated commentsKristof Umann2018-09-141-9/+5
* [analyzer][UninitializedObjectChecker] Fixed dereferencingKristof Umann2018-09-141-68/+60
* fix comment typoNico Weber2018-08-271-1/+1
* [analyzer][UninitializedObjectChecker] Refactoring p6.: Move dereferencing to...Kristof Umann2018-08-211-55/+61
* [NFC] Don't define static function in header (UninitializedObject.h)Andrei Elovikov2018-08-201-4/+2
* [analyzer] Made a buildbot happy.Kristof Umann2018-08-141-2/+4
* [analyzer][UninitializedObjectChecker] Void pointers are casted back to their...Kristof Umann2018-08-141-2/+40
* [analyzer] Fix UninitializedObjectChecker to not crash on uninitialized "id" ...George Karpenkov2018-08-131-1/+1
* Fix Clang warnings and bad #include filenames in r339595 and r339599.Richard Smith2018-08-131-2/+2
* [analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...Kristof Umann2018-08-131-4/+39
* [analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...Kristof Umann2018-08-131-1/+1
* [analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...Kristof Umann2018-08-131-0/+171
OpenPOWER on IntegriCloud