aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-30Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim1-1/+1
2015-09-16[analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin1-2/+2
2015-08-27[Static Analyzer] Make NonNullParamChecker emit implicit null dereference eve...Gabor Horvath1-17/+25
2015-06-23Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman1-16/+17
2014-10-13[analyzer] Check all 'nonnull' attributes, not just the first one.Jordan Rose1-5/+16
2014-08-27Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith1-0/+2
2014-05-27[C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper1-2/+2
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-2/+3
2014-03-02[C++11] Replace llvm::tie with std::tie.Benjamin Kramer1-1/+1
2014-02-26[analyzer] NonNullParamChecker: don't freak out about nested transparent_unions.Jordan Rose1-1/+3
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-3/+2
2014-01-17[analyzer] Teach NonNullParamChecker about 'nonnull' attributes on parameters.Ted Kremenek1-1/+7
2013-03-09[analyzer] Rename AttrNonNullChecker -> NonNullParamCheckerAnna Zaks1-0/+193