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
/
Checkers.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Move Checkers.inc to clang/include/...
Chih-Hung Hsieh
2016-04-28
1
-651
/
+0
*
[analyzer] Move ObjCSuperDeallocChecker out of the alpha package.
Devin Coughlin
2016-03-02
1
-4
/
+4
*
[analyzer] Move ObjCDeallocChecker out of the alpha package.
Devin Coughlin
2016-03-02
1
-4
/
+4
*
[analyzer] Detect duplicate [super dealloc] calls
Devin Coughlin
2016-02-22
1
-0
/
+4
*
[PATCH] Adding checker to detect excess padding in records
Ben Craig
2015-12-14
1
-0
/
+14
*
[analyzer] Add VforkChecker to find unsafe code in vforked process.
Yury Gribov
2015-11-06
1
-0
/
+4
*
[analyzer] Add 'optin' checker package and move localizability checkers into it.
Devin Coughlin
2015-11-04
1
-12
/
+43
*
[analyzer] Move the ObjCGenericsChecker out of the alpha package.
Devin Coughlin
2015-11-03
1
-4
/
+4
*
[analyzer] Bug identification
Gabor Horvath
2015-10-22
1
-0
/
+4
*
[analyzer] Improve localizability checks for iOS / OS X.
Devin Coughlin
2015-09-23
1
-0
/
+4
*
Revert "[analyzer] Improve localizability checks for iOS / OS X."
Devin Coughlin
2015-09-23
1
-4
/
+0
*
[analyzer] Improve localizability checks for iOS / OS X.
Devin Coughlin
2015-09-22
1
-0
/
+4
*
[Static Analyzer] General type checker based on dynamic type information.
Gabor Horvath
2015-09-18
1
-0
/
+4
*
[Static Analyzer] Moving nullability checkers out of alpha.
Gabor Horvath
2015-09-14
1
-2
/
+2
*
[Static Analyzer] Moving nullability checkers to a top level package.
Gabor Horvath
2015-09-14
1
-2
/
+2
*
[Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Pr...
Gabor Horvath
2015-09-13
1
-1
/
+1
*
[Static Analyzer] Objective-C Generics Checker improvements.
Gabor Horvath
2015-09-08
1
-1
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-10
/
+10
*
[Static Analyzer] Checks to catch nullability related issues.
Gabor Horvath
2015-08-26
1
-0
/
+25
*
[Static Analyzer] Add checker to catch lightweight generics related type erro...
Gabor Horvath
2015-08-21
1
-0
/
+4
*
[analyzer] Add checkers for OS X / iOS localizability issues
Anna Zaks
2015-08-14
1
-0
/
+8
*
Revert "[analyzer] Add checkers for OS X / iOS localizability issues"
Anna Zaks
2015-08-08
1
-8
/
+0
*
[analyzer] Add checkers for OS X / iOS localizability issues
Anna Zaks
2015-08-08
1
-0
/
+8
*
[analyzer] Individual configuration options can be specified for checkers.
Gabor Horvath
2015-03-04
1
-5
/
+1
*
[analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus p...
Anton Yartsev
2014-10-21
1
-4
/
+4
*
[analyzer] Check for code testing a variable for 0 after using it as a denomi...
Jordan Rose
2014-07-10
1
-0
/
+4
*
[analyzer] Warn when passing pointers to const but uninitialized memory.
Jordan Rose
2014-03-13
1
-0
/
+4
*
[analyzer] Move checker alpha.osx.cocoa.MissingSuperCall out of alpha category.
Ted Kremenek
2014-02-19
1
-4
/
+4
*
[analyzer] Remove IdempotentOperations checker.
Ted Kremenek
2014-01-04
1
-4
/
+0
*
[analyzer] Add IdenticalExprChecker, to find copy-pasted code.
Jordan Rose
2013-11-08
1
-0
/
+4
*
[analyzer] Add a debug checker that prints Exploded Graph
Anna Zaks
2013-06-24
1
-0
/
+4
*
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).
Jordan Rose
2013-04-05
1
-4
/
+5
*
[analyzer] Split new/delete checker into use-after-free and leaks parts.
Jordan Rose
2013-04-05
1
-1
/
+5
*
[analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...
Anna Zaks
2013-04-03
1
-1
/
+1
*
[analyzer] Moving cplusplus.NewDelete to alpha.* for now.
Anton Yartsev
2013-04-02
1
-5
/
+4
*
[analyzer] These implements unix.MismatchedDeallocatorChecker checker.
Anton Yartsev
2013-03-28
1
-1
/
+4
*
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-25
1
-2
/
+10
*
[analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
Anna Zaks
2013-03-09
1
-3
/
+3
*
[analyzer] Split IvarInvalidation into two checkers
Anna Zaks
2013-02-08
1
-1
/
+5
*
[analyzer] Fix a false positive in Secure Keychain API checker.
Anna Zaks
2013-01-07
1
-1
/
+1
*
Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_insta...
Ted Kremenek
2012-12-22
1
-1
/
+1
*
[analyzer] Implement an opt-in variant of direct ivar assignment.
Anna Zaks
2012-12-05
1
-1
/
+5
*
[analyzer] Check that the argument to CFMakeCollectable is non-NULL.
Jordan Rose
2012-11-07
1
-1
/
+1
*
[analyzer] New checker for missing super calls in UIViewController subclasses.
Jordan Rose
2012-10-30
1
-0
/
+4
*
[analyzer] Add SimpleStreamChecker.
Anna Zaks
2012-10-29
1
-0
/
+4
*
Remove OSAtomicChecker.
Ted Kremenek
2012-10-11
1
-5
/
+0
*
Add checker debug.ConfigDumper to dump the contents of the configuration table.
Ted Kremenek
2012-10-01
1
-0
/
+4
*
[analyzer] Add an experimental ObjC direct ivar assignment checker.
Anna Zaks
2012-09-27
1
-0
/
+4
*
[analyzer] Address Jordan's code review comments for r164716.
Anna Zaks
2012-09-27
1
-1
/
+1
*
[analyzer] Add experimental ObjC invalidation method checker.
Anna Zaks
2012-09-26
1
-7
/
+11
[next]