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
/
ObjCContainersChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...
George Karpenkov
2018-01-17
1
-4
/
+4
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-5
/
+2
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-1
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-1
/
+1
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-2
/
+2
*
[analyzer] Remove ObjCContainersChecker size information when a CFMutableArra...
Devin Coughlin
2015-06-15
1
-1
/
+24
*
[analyzer]Test commit fixing 80-column violation in comment. NFC.
Devin Coughlin
2015-06-04
1
-1
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-1
/
+1
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-2
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
[analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).
Jordan Rose
2012-11-02
1
-10
/
+2
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-1
/
+1
*
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-07-02
1
-1
/
+0
*
Require that all static analyzer issues have a category. As part of this cha...
Ted Kremenek
2012-04-05
1
-1
/
+2
*
Teach ObjCContainersChecker that the array passed to CFArrayGetValueAtIndex m...
Ted Kremenek
2012-04-05
1
-3
/
+6
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
[analyzer] Make sure Containers OutOfBounds checker does not crash on undefin...
Anna Zaks
2012-02-04
1
-20
/
+14
*
[analyzer] Minor cleanups to the ObjCSelfInitChecker.
Anna Zaks
2012-02-04
1
-1
/
+1
*
Convert checker over to using ProgramStateRef.
Ted Kremenek
2012-01-31
1
-4
/
+4
*
[analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex.
Anna Zaks
2012-01-30
1
-0
/
+161