index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
NonNullParamChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFCI] Return PathSensitiveBugReport where appropriate
Alex Langford
2019-09-23
1
-4
/
+5
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-2
/
+3
*
Unbreak the build after r370798
Benjamin Kramer
2019-09-03
1
-1
/
+1
*
[analyzer] NonNullParamChecker and CStringChecker parameter number in checker...
Kristof Umann
2019-09-03
1
-6
/
+13
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
[analyzer] Rename trackNullOrUndefValue to trackExpressionValue
George Karpenkov
2018-10-23
1
-4
/
+2
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-3
/
+4
*
[analyzer] [NFC] Minor refactoring of NonNullParamChecker
George Karpenkov
2018-03-07
1
-68
/
+65
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-4
/
+3
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-3
/
+4
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-2
/
+2
*
[Static Analyzer] Make NonNullParamChecker emit implicit null dereference eve...
Gabor Horvath
2015-08-27
1
-17
/
+25
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-16
/
+17
*
[analyzer] Check all 'nonnull' attributes, not just the first one.
Jordan Rose
2014-10-13
1
-5
/
+16
*
Fix representation of __attribute__((nonnull)) to support correctly modeling
Richard Smith
2014-08-27
1
-0
/
+2
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+3
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[analyzer] NonNullParamChecker: don't freak out about nested transparent_unions.
Jordan Rose
2014-02-26
1
-1
/
+3
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-3
/
+2
*
[analyzer] Teach NonNullParamChecker about 'nonnull' attributes on parameters.
Ted Kremenek
2014-01-17
1
-1
/
+7
*
[analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
Anna Zaks
2013-03-09
1
-0
/
+193