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
/
BasicObjCFoundationChecks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-5
/
+6
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-5
/
+5
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-2
/
+29
*
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
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[analyzer] Rename trackNullOrUndefValue to trackExpressionValue
George Karpenkov
2018-10-23
1
-2
/
+2
*
[analyzer] CFRetainReleaseChecker: Don't check C++ methods with the same name.
Artem Dergachev
2018-08-29
1
-61
/
+28
*
[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker - try #2
George Karpenkov
2018-08-21
1
-1
/
+1
*
Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker"
Bruno Cardoso Lopes
2018-08-18
1
-1
/
+1
*
[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker
George Karpenkov
2018-08-18
1
-1
/
+1
*
[analyzer] Add support for constructors of arguments.
Artem Dergachev
2018-08-15
1
-0
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...
George Karpenkov
2018-01-17
1
-7
/
+5
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-26
/
+20
*
[analyzer] Report CFNumberGetValue API misuse
Anna Zaks
2016-10-26
1
-35
/
+42
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-10
/
+6
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
1
-8
/
+3
*
[static analyzer] Don't flag nil storage into NSMutableDictionary.
Anna Zaks
2015-11-11
1
-2
/
+1
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-10
/
+11
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-23
/
+23
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-10
/
+10
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-5
/
+5
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-5
/
+5
*
[analyzer] Check for NULL passed to CFAutorelease.
Jordan Rose
2014-06-21
1
-6
/
+11
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-13
/
+14
*
[analyzer] When checking Foundation method calls, match the selectors exactly.
Jordan Rose
2014-04-09
1
-42
/
+72
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-5
/
+5
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-11
/
+14
*
[analyzer] Objective-C object literals are always non-nil.
Jordan Rose
2014-02-08
1
-4
/
+26
*
Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...
Aaron Ballman
2014-01-03
1
-6
/
+11
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-2
/
+1
*
Revert 'Tweak ContainerNonEmptyMap with "int" instead of "bool"'.
Jordan Rose
2013-11-08
1
-3
/
+3
*
StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp: Tweak ContainerNonEmpt...
NAKAMURA Takumi
2013-11-08
1
-3
/
+3
*
[analyzer] Track whether an ObjC for-in loop had zero iterations.
Jordan Rose
2013-11-08
1
-16
/
+85
*
[analyzer] Track the count of NSOrderedSet similarly to other fast enumerations.
Anna Zaks
2013-11-04
1
-1
/
+2
*
[analyzer] Use output form collections’ count to decide if ObjC for loop sh...
Anna Zaks
2013-06-22
1
-8
/
+175
*
[analyzer] Refactor: address Jordan’s code review of r181738.
Anna Zaks
2013-05-13
1
-14
/
+12
*
[analyzer] Warn about nil elements/keys/values in array and dictionary literals.
Anna Zaks
2013-05-13
1
-19
/
+76
*
[analyzer] Assume [NSNull null] does not return nil.
Anna Zaks
2013-05-10
1
-1
/
+14
*
[analyzer] An ObjC for-in loop runs 0 times if the collection is nil.
Jordan Rose
2013-04-26
1
-22
/
+65
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-1
/
+1
*
Tweak warning text for nil value in ObjC container warning.
Ted Kremenek
2013-04-08
1
-1
/
+1
*
[analyzer] Reword error messages for nil keys and values of NSMutableDictionary.
Anna Zaks
2013-04-05
1
-6
/
+17
*
[analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks.
Anna Zaks
2013-03-26
1
-0
/
+1
*
[analyzer] Warn when a nil key or value are passed to NSMutableDictionary and...
Anna Zaks
2013-03-23
1
-16
/
+62
*
[analyzer] Warn when a ‘nil’ object is added to NSArray or NSMutableArray.
Anna Zaks
2013-03-18
1
-4
/
+33
*
[analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
Anna Zaks
2013-03-09
1
-1
/
+1
*
Avoid implicit conversions of Optional<T> to bool.
David Blaikie
2013-02-21
1
-1
/
+1
[next]