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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] DirectIvarAssignment: allow suppression annotation on Ivars.
Anna Zaks
2013-01-17
1
-7
/
+17
*
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
1
-1
/
+1
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
2
-7
/
+10
*
[analyzer] Add an annotation to allow suppression of direct ivar
Anna Zaks
2013-01-16
1
-0
/
+18
*
[analyzer] Fix warning typo.
Anna Zaks
2013-01-16
1
-2
/
+2
*
[analyzer] Refactor: parameter rename.
Anna Zaks
2013-01-16
2
-2
/
+2
*
[analyzer] -drain is not an alias for -release.
Jordan Rose
2013-01-14
1
-4
/
+0
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
9
-17
/
+17
*
[analyzer] Rename the warning: state the issue before the hint of how it
Anna Zaks
2013-01-11
1
-6
/
+5
*
[analyzer]Recognize ivar invalidation protocol even if it was redeclared
Anna Zaks
2013-01-11
1
-2
/
+2
*
[analyzer] Ivar invalidation: track ivars declared in categories.
Anna Zaks
2013-01-11
1
-7
/
+15
*
[analyzer] Allow IvarInvalidation checker to suppress warnings via
Anna Zaks
2013-01-10
1
-6
/
+14
*
[analyzer] Fix non-determinizm introduced in r172104.
Anna Zaks
2013-01-10
1
-17
/
+29
*
[analyzer] Add more checks to the ObjC Ivar Invalidation checker.
Anna Zaks
2013-01-10
1
-57
/
+118
*
[analyzer] Include the bug uniqueing location in the issue_hash.
Anna Zaks
2013-01-08
2
-28
/
+37
*
[analyzer] Fix a false positive in Secure Keychain API checker.
Anna Zaks
2013-01-07
2
-8
/
+10
*
[analyzer] Fix a false positive in the ivar invalidation checker.
Anna Zaks
2013-01-07
1
-1
/
+3
*
NSErrorChecker: remove quoting the parameter name in the diagnostic until we ...
Ted Kremenek
2013-01-04
1
-11
/
+8
*
Tighten code. No functionality change.
Ted Kremenek
2013-01-04
1
-7
/
+7
*
Make MallocChecker debug output useful.
Ted Kremenek
2013-01-03
1
-2
/
+22
*
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2013-01-03
4
-14
/
+14
*
Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_insta...
Ted Kremenek
2012-12-22
2
-3
/
+3
*
[analyzer] Convert SimpleStreamChecker to use the PointerEscape callback
Anna Zaks
2012-12-22
1
-80
/
+16
*
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-21
3
-3
/
+3
*
Update RetainCountChecker to understand attribute ns_returns_autoreleased.
Ted Kremenek
2012-12-20
1
-4
/
+6
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
5
-100
/
+48
*
Don't include the header outside the include guards, it defeats the purpose o...
Argyrios Kyrtzidis
2012-12-17
1
-2
/
+2
*
[analyzer] Fix doc error (wrong param name) in ObjCSuperCallChecker.
Jordan Rose
2012-12-13
1
-1
/
+1
*
[analyzer] Generalize ObjCMissingSuperCallChecker.
Jordan Rose
2012-12-13
1
-43
/
+109
*
[analyzer] Fix a self-init checker false positive.
Anna Zaks
2012-12-13
1
-2
/
+7
*
[analyzer] Don't generate a summary for "freeWhenDone" if method is
Anna Zaks
2012-12-11
1
-0
/
+3
*
[analyzer] Simplify RetainCountChecker's handling of dead symbols.
Jordan Rose
2012-12-06
1
-29
/
+24
*
Only provide explicit getCapturedRegion() and getOriginalRegion() from refere...
Ted Kremenek
2012-12-06
3
-3
/
+3
*
Use 'getOriginalRegion()' rather than going through the logic to recreate it.
Ted Kremenek
2012-12-06
1
-3
/
+1
*
Add missing virtual destructors reported by -Wnon-virtual-dtor.
Daniel Jasper
2012-12-05
1
-0
/
+2
*
[analyzer] Implement an opt-in variant of direct ivar assignment.
Anna Zaks
2012-12-05
2
-9
/
+57
*
Alphabetize source files, just like they have been before.
Ted Kremenek
2012-12-04
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
61
-134
/
+132
*
Add raw_ostream include to pacify MSVC.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
17
-1
/
+17
*
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-12-01
2
-0
/
+2
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
10
-10
/
+20
*
[analyzer] Fix a crash reported in PR 14400.
Anna Zaks
2012-11-26
1
-0
/
+1
*
Make helpers static/anonymous.
Benjamin Kramer
2012-11-22
1
-2
/
+2
*
[analyzer] StreamChecker: Remove now-unnecessary check::EndPath callback.
Jordan Rose
2012-11-15
1
-46
/
+1
*
[analyzer] MacOSKeychainAPIChecker: Remove now-unnecessary check::EndPath.
Jordan Rose
2012-11-15
1
-75
/
+0
*
[analyzer] MallocChecker: Remove now-unnecessary check::EndPath callback.
Jordan Rose
2012-11-15
1
-29
/
+1
*
[analyzer] Address Jordan's code review for r167813.
Anna Zaks
2012-11-13
1
-20
/
+15
*
Fix a Malloc Checker FP by tracking return values from initWithCharacter
Anna Zaks
2012-11-13
1
-20
/
+81
*
[analyzer] Check that the argument to CFMakeCollectable is non-NULL.
Jordan Rose
2012-11-07
2
-10
/
+18
[next]