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
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
4
-5
/
+1
*
Remove 'DistinctSpellings' support from Attr.td and change its only user to
Richard Smith
2013-11-27
1
-9
/
+9
*
[analyzer] Fix an infinite recursion in region invalidation by adding block c...
Anna Zaks
2013-11-20
3
-7
/
+20
*
[analyzer] Better modeling of memcpy by the CStringChecker (PR16731).
Anton Yartsev
2013-11-17
1
-13
/
+41
*
[analyzer] Silence warnings coming from allocators used by std::basic_string.
Jordan Rose
2013-11-15
1
-2
/
+16
*
[analyzer] Include bug column numbers in HTML output (in a comment).
Jordan Rose
2013-11-15
1
-0
/
+4
*
[analyzer] Treat MSVC's _wassert as noreturn.
Jordan Rose
2013-11-14
1
-0
/
+3
*
Move classes into anonymous namespaces.
Benjamin Kramer
2013-11-14
1
-0
/
+4
*
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] Add IdenticalExprChecker, to find copy-pasted code.
Jordan Rose
2013-11-08
3
-0
/
+227
*
[analyzer] Track whether an ObjC for-in loop had zero iterations.
Jordan Rose
2013-11-08
1
-16
/
+85
*
[analyzer] Specialize "loop executed 0 times" for for-in and for-range loops.
Jordan Rose
2013-11-08
1
-2
/
+13
*
[analyzer] Track the count of NSOrderedSet similarly to other fast enumerations.
Anna Zaks
2013-11-04
1
-1
/
+2
*
[analyzer] Suppress warnings coming out of std::basic_string.
Anna Zaks
2013-11-04
1
-0
/
+12
*
[analyzer] Don't crash when a path goes through a 'delete' destructor call.
Jordan Rose
2013-10-31
1
-1
/
+2
*
StaticAnalyzer/Checkers/DynamicTypePropagation.cpp: Fix in comments. 80-col a...
NAKAMURA Takumi
2013-10-28
1
-2
/
+2
*
[analyzer] Don't emit an "Assuming x is <OP> y" if it's not a comparison op.
Jordan Rose
2013-10-26
1
-1
/
+2
*
[analyzer] Generate a LazyCompoundVal when loading from a union-typed region.
Jordan Rose
2013-10-23
1
-1
/
+3
*
Forgot some references to misspelled enums.
Benjamin Kramer
2013-10-20
1
-4
/
+4
*
Miscellaneous speling fixes.
Benjamin Kramer
2013-10-20
1
-1
/
+1
*
[analyzer] Don't draw edges to C++11 in-class member initializers.
Jordan Rose
2013-10-16
1
-2
/
+38
*
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
Jordan Rose
2013-10-07
8
-34
/
+23
*
[analyzer] RetainCountChecker: add support for CFAutorelease.
Jordan Rose
2013-10-07
1
-8
/
+22
*
[analyzer] Replace bug category magic strings with shared constants, take 2.
Jordan Rose
2013-10-04
7
-12
/
+14
*
Temporarily revert r191910 until the layering violation can be fixed.
Richard Smith
2013-10-03
3
-6
/
+5
*
[analyzer] Replace bug category magic strings with shared constants.
Jordan Rose
2013-10-03
3
-5
/
+6
*
[analyzer] Add new debug helper clang_analyzer_warnIfReached.
Jordan Rose
2013-10-03
1
-0
/
+13
*
[analyzer] Add missing return after function pointer null check.
Jordan Rose
2013-10-02
1
-0
/
+1
*
[analyzer] Make inlining decisions based on the callee being variadic.
Jordan Rose
2013-09-28
2
-4
/
+17
*
[analyzer] Allow pre/post-statement checkers for UnaryOperator.
Jordan Rose
2013-09-27
1
-20
/
+30
*
[analyzer] Handle destructors for the argument to C++ 'delete'.
Jordan Rose
2013-09-25
4
-3
/
+31
*
StaticAnalyzer/Core/RegionStore.cpp: Prune one last "\param IsConst", as fixu...
NAKAMURA Takumi
2013-09-25
1
-2
/
+0
*
[analyzer] This patch removes passing around of const-invalidation vs regular...
Anton Yartsev
2013-09-24
6
-131
/
+133
*
Fix array_pod_sort predicates after LLVM change.
Benjamin Kramer
2013-09-22
1
-3
/
+3
*
array_pod_sort loses some type safety, better use the right types.
Benjamin Kramer
2013-09-22
1
-2
/
+2
*
Rewrite a cold use of std::sort to array_pod_sort.
Benjamin Kramer
2013-09-22
1
-12
/
+16
*
[analyzer] Use getParentIgnoreParenCasts instead of doing it by hand.
Jordan Rose
2013-09-20
1
-3
/
+1
*
[analyzer] Don't even try to convert floats to booleans for now.
Jordan Rose
2013-09-18
1
-0
/
+4
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+1
*
[analyzer] More reliably detect property accessors.
Anna Zaks
2013-09-17
1
-0
/
+6
*
[analyzer] Stop tracking the objects with attribute cleanup in the RetainCoun...
Anna Zaks
2013-09-17
1
-0
/
+10
*
New message for cases when ownership is taken:
Anton Yartsev
2013-09-16
1
-10
/
+23
*
Clean up some Triple usage in clang.
Cameron Esfahani
2013-09-14
1
-2
/
+1
*
Fix two incorrect comments.
Jordan Rose
2013-09-13
1
-2
/
+2
*
[analyzer] Run post-stmt checks for DeclStmt.
Jordan Rose
2013-09-13
1
-1
/
+4
*
[analyzer] Handle zeroing constructors for fields of structs with empty bases.
Jordan Rose
2013-09-11
1
-4
/
+13
*
Get rid of unused isPodLike definition.
Eli Friedman
2013-09-11
1
-2
/
+0
*
Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...
Aaron Ballman
2013-09-03
1
-1
/
+2
*
Add an implicit dtor CFG node just before C++ 'delete' expressions.
Jordan Rose
2013-09-03
2
-0
/
+13
[next]