summaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/UninitializedObject
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-152-2/+1
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-103-5/+5
* [analyzer][UninitializedObjectChecker] Uninit regions are only reported onceKristof Umann2018-11-183-18/+64
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-4/+4
* [analyzer][UninitializedObjectChecker] No longer using nonloc::LazyCompoundValKristof Umann2018-10-211-25/+26
* Revert "[Lex] TokenConcatenation now takes const Preprocessor"Eric Liu2018-10-111-3/+3
* [Lex] TokenConcatenation now takes const PreprocessorEric Liu2018-10-111-3/+3
* [analyzer][UninitializedObjectChecker] Reports Loc fields pointing to themselvesKristof Umann2018-10-111-19/+49
* Revert untintentionally commited changesEric Liu2018-10-021-3/+3
* [Lex] TokenConcatenation now takes const PreprocessorEric Liu2018-10-021-3/+3
* Revert untintentionally commited changesKristof Umann2018-09-271-3/+3
* [Lex] TokenConcatenation now takes const PreprocessorKristof Umann2018-09-271-3/+3
* [analyzer][UninitializedObjectChecker] Using the new const methods of Immutab...Kristof Umann2018-09-232-20/+10
* [analyzer] Restore final on NeedsCastLocField. NFCIlya Biryukov2018-09-141-1/+1
* [analyzer][UninitializedObjectChecker] Support for nonloc::LocAsIntegerKristof Umann2018-09-142-14/+23
* [analyzer][UninitializedObjectChecker] New flag to ignore records based on it...Kristof Umann2018-09-142-5/+39
* [analyzer][UninitializedObjectChecker] Refactored checker optionsKristof Umann2018-09-143-59/+63
* [analyzer][UninitializedObjectChecker] Correct dynamic type is acquired for r...Kristof Umann2018-09-141-0/+8
* [analyzer][UninitializedObjectChecker] Updated commentsKristof Umann2018-09-143-74/+67
* [analyzer][UninitializedObjectChecker] Fixed dereferencingKristof Umann2018-09-143-77/+86
* fix comment typoNico Weber2018-08-271-1/+1
* [analyzer] Correctly marked a virtual function 'override'Kristof Umann2018-08-211-1/+1
* [analyzer][UninitializedObjectChecker] Explicit namespace resolution for inhe...Kristof Umann2018-08-212-7/+70
* [analyzer][UninitializedObjectChecker] Added documentation to the checker listKristof Umann2018-08-211-12/+0
* [analyzer][UninitializedObjectChecker] Refactoring p6.: Move dereferencing to...Kristof Umann2018-08-212-56/+63
* [NFC] Don't define static function in header (UninitializedObject.h)Andrei Elovikov2018-08-202-5/+3
* [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-132-2/+2
* Fix Clang warnings and bad #include filenames in r339595 and r339599.Richard Smith2018-08-133-5/+7
* [analyzer][UninitializedObjectChecker] Refactoring p5.: Handle pedantic mode ...Kristof Umann2018-08-132-14/+19
* [analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...Kristof Umann2018-08-133-113/+201
* [analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...Kristof Umann2018-08-133-16/+17
* [analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...Kristof Umann2018-08-133-0/+854