summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev2019-09-091-2/+2
* [analyzer] CastValueChecker: Rewrite dead header hotfixCsaba Dabis2019-08-221-1/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [analyzer] Remove the default value arg from getChecker*OptionKristof Umann2019-05-171-8/+5
* [analyzer] Emit an error rather than assert on invalid checker option inputKristof Umann2019-03-081-1/+8
* [analyzer] Enable subcheckers to possess checker optionsKristof Umann2019-03-041-9/+8
* [analyzer][UninitializedObjectChecker] New flag to ignore guarded uninitializ...Kristof Umann2019-02-021-8/+97
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-0/+4
* 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/+1
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* [analyzer][UninitializedObjectChecker] Uninit regions are only reported onceKristof Umann2018-11-181-9/+48
* [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
* [analyzer][UninitializedObjectChecker] Using the new const methods of Immutab...Kristof Umann2018-09-231-17/+8
* [analyzer][UninitializedObjectChecker] Support for nonloc::LocAsIntegerKristof Umann2018-09-141-3/+3
* [analyzer][UninitializedObjectChecker] New flag to ignore records based on it...Kristof Umann2018-09-141-4/+30
* [analyzer][UninitializedObjectChecker] Refactored checker optionsKristof Umann2018-09-141-49/+19
* [analyzer][UninitializedObjectChecker] Updated commentsKristof Umann2018-09-141-25/+12
* [analyzer][UninitializedObjectChecker] Fixed dereferencingKristof Umann2018-09-141-7/+18
* [analyzer] Correctly marked a virtual function 'override'Kristof Umann2018-08-211-1/+1
* [analyzer][UninitializedObjectChecker] Explicit namespace resolution for inhe...Kristof Umann2018-08-211-2/+38
* [analyzer][UninitializedObjectChecker] Added documentation to the checker listKristof Umann2018-08-211-12/+0
* [analyzer][UninitializedObjectChecker] Refactoring p6.: Move dereferencing to...Kristof Umann2018-08-211-1/+2
* [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-3/+3
* [analyzer][UninitializedObjectChecker] Refactoring p5.: Handle pedantic mode ...Kristof Umann2018-08-131-10/+10
* [analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...Kristof Umann2018-08-131-67/+63
* [analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...Kristof Umann2018-08-131-8/+13
* [analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...Kristof Umann2018-08-131-0/+487
OpenPOWER on IntegriCloud