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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Show notes inside implicit calls at the last explicit call site.
Jordan Rose
2013-01-21
1
-3
/
+6
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-1
/
+2
*
[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
Jordan Rose
2013-01-19
1
-0
/
+5
*
[analyzer] Suppress warnings coming out of macros defined in sys/queue.h
Anna Zaks
2013-01-19
1
-0
/
+25
*
[analyzer] Special path notes for C++ special member functions.
Jordan Rose
2013-01-18
1
-14
/
+56
*
[analyzer] Do a better job describing C++ member functions in the call stack.
Jordan Rose
2013-01-18
1
-21
/
+51
*
[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
*
Fix Cast
David Greene
2013-01-15
1
-1
/
+2
*
[analyzer] Add ProgramStatePartialTrait<const void *>.
Jordan Rose
2013-01-14
1
-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
16
-25
/
+25
*
Refine analyzer's handling of unary '!' and floating types to not assert.
Ted Kremenek
2013-01-11
1
-1
/
+4
*
Correctly propagate uninitialized values within logical expressions.
Ted Kremenek
2013-01-11
1
-14
/
+18
*
[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
*
Do not model loads from complex types, since we don't accurately model the im...
Ted Kremenek
2013-01-09
1
-0
/
+5
*
[analyzer] Only include uniqueling location as issue_hash when available
Anna Zaks
2013-01-08
1
-11
/
+18
*
[analyzer] Include the bug uniqueing location in the issue_hash.
Anna Zaks
2013-01-08
5
-34
/
+63
*
[analyzer] Plist: change the type of issue_hash from int to string.
Anna Zaks
2013-01-08
1
-2
/
+2
*
[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
6
-25
/
+25
*
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
2
-2
/
+2
*
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] Re-apply r170826 and make the dumping of the GallGraph
Anna Zaks
2012-12-21
1
-44
/
+18
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-21
6
-18
/
+15
*
Revert r170826. The output of
Rafael Espindola
2012-12-21
1
-18
/
+44
*
[analyzer] Traverse the Call Graph in topological order.
Anna Zaks
2012-12-21
1
-44
/
+18
*
[analyzer] Add blocks and ObjC messages to the call graph.
Anna Zaks
2012-12-21
1
-30
/
+18
*
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
10
-116
/
+204
*
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options acces...
Ted Kremenek
2012-12-19
4
-14
/
+28
*
Don't include the header outside the include guards, it defeats the purpose o...
Argyrios Kyrtzidis
2012-12-17
1
-2
/
+2
*
[analyzer] Tweak the NumFunctionsAnalyzed stat so that it's more useful.
Anna Zaks
2012-12-17
1
-3
/
+5
*
[analyzer] Implement "do not inline large functions many times"
Anna Zaks
2012-12-17
2
-2
/
+19
*
fixed line endings
Anton Yartsev
2012-12-14
1
-22
/
+22
[next]