summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as pr...Kristof Umann2019-05-051-2/+1
* [analyzer][UninitializedObjectChecker] PR41611: Regard vector types as primitiveKristof Umann2019-04-301-1/+2
* [analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primi...Kristof Umann2019-04-251-1/+1
* [analyzer] Move UninitializedObjectChecker out of alphaKristof Umann2019-04-191-5/+5
* [analyzer][UninitializedObjectChecker] New flag to ignore guarded uninitializ...Kristof Umann2019-02-021-5/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-3/+3
* [analyzer][UninitializedObjectChecker] Uninit regions are only reported onceKristof Umann2018-11-181-3/+9
* Revert "[Lex] TokenConcatenation now takes const Preprocessor"Eric Liu2018-10-111-3/+3
* [Lex] TokenConcatenation now takes const PreprocessorEric Liu2018-10-111-3/+3
* 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-231-3/+2
* [analyzer][UninitializedObjectChecker] New flag to ignore records based on it...Kristof Umann2018-09-141-1/+9
* [analyzer][UninitializedObjectChecker] Refactored checker optionsKristof Umann2018-09-141-4/+41
* [analyzer][UninitializedObjectChecker] Updated commentsKristof Umann2018-09-141-40/+50
* [analyzer][UninitializedObjectChecker] Fixed dereferencingKristof Umann2018-09-141-2/+8
* [analyzer][UninitializedObjectChecker] Explicit namespace resolution for inhe...Kristof Umann2018-08-211-5/+32
* [NFC] Don't define static function in header (UninitializedObject.h)Andrei Elovikov2018-08-201-1/+1
* Fix Clang warnings and bad #include filenames in r339595 and r339599.Richard Smith2018-08-131-0/+2
* [analyzer][UninitializedObjectChecker] Refactoring p5.: Handle pedantic mode ...Kristof Umann2018-08-131-4/+9
* [analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...Kristof Umann2018-08-131-42/+99
* [analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...Kristof Umann2018-08-131-7/+3
* [analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...Kristof Umann2018-08-131-0/+196