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
/
Checker
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
For CFGAutomaticObjDtor, the type may be reference type, e.g., const A &c = A();
Zhongxing Xu
2010-11-25
1
-10
/
+17
*
handle CXXFunctionalCastExpr in visitLValue and Environment.
Zhongxing Xu
2010-11-25
2
-0
/
+16
*
Improve comments.
Zhongxing Xu
2010-11-25
1
-2
/
+1
*
Add dump method.
Zhongxing Xu
2010-11-25
1
-0
/
+4
*
When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is
Zhongxing Xu
2010-11-24
1
-1
/
+7
*
Let StackFrameContext represent if the call expr is evaluated as lvalue.
Zhongxing Xu
2010-11-24
5
-15
/
+45
*
Use StackFrameContext directly in CallEnter program point. Then we don't need
Zhongxing Xu
2010-11-24
4
-26
/
+23
*
Add an assert() to catch errors using EvalLoad(). Reviewed by kremenek.
Zhanyong Wan
2010-11-24
1
-1
/
+2
*
Adjust method calls to reflect name changes in
Ted Kremenek
2010-11-24
12
-110
/
+117
*
Add comments.
Zhongxing Xu
2010-11-20
1
-1
/
+2
*
Fix a typo in EnvironmentManager::bindExprAndLocation(). Reviewed by kremenek.
Zhanyong Wan
2010-11-20
1
-1
/
+2
*
Handle CFGAutomaticObjDtor.
Zhongxing Xu
2010-11-20
3
-1
/
+38
*
Since multiple diagnostics can share one diagnostic client, have the client k...
Argyrios Kyrtzidis
2010-11-18
1
-0
/
+2
*
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-11-18
1
-1
/
+3
*
Added method for handling CXXOperatorCallExpr differently from CallExpr if CX...
Marcin Swiderski
2010-11-18
2
-9
/
+43
*
In EvalArguments allow for evaluation of first argument always as a lvalue. W...
Marcin Swiderski
2010-11-17
1
-5
/
+11
*
Add skeleton for handling various cfg dtors.
Zhongxing Xu
2010-11-17
1
-0
/
+32
*
do not do post checks. Because at this point we just enter the call.
Zhongxing Xu
2010-11-17
1
-4
/
+0
*
Remove comments. We are already doing actual method call by inlining it.
Zhongxing Xu
2010-11-17
1
-3
/
+0
*
Added mapping from 'this' to it's SymbolicRegion in BasicStoreManager::getIni...
Marcin Swiderski
2010-11-17
1
-0
/
+9
*
Add comments.
Ted Kremenek
2010-11-17
1
-1
/
+4
*
Static analyzer: Catch calls to malloc() with
Ted Kremenek
2010-11-16
1
-3
/
+54
*
Reverting r119341: doesn't compile, no obvious fix.
John McCall
2010-11-16
1
-1
/
+2
*
Refactored GRExprEngine::getCXXThisRegion to use CXXMethodDecl::getThisType i...
Marcin Swiderski
2010-11-16
1
-2
/
+1
*
Handle member initializer in C++ ctor.
Zhongxing Xu
2010-11-16
3
-14
/
+54
*
Basic support for C++ in BasicStore:
Marcin Swiderski
2010-11-16
1
-6
/
+11
*
Kill CK_Unknown and flesh out the documentation for the existing CastKinds.
John McCall
2010-11-16
1
-1
/
+0
*
Add a new expression kind, OpaqueValueExpr, which is useful for
John McCall
2010-11-15
1
-0
/
+1
*
Adds a README for the Clang static analyzer to document its design and work f...
Zhanyong Wan
2010-11-15
1
-0
/
+117
*
Relax assertion in SValuator so that we don't crash when analyzing a call via...
Ted Kremenek
2010-11-15
1
-1
/
+12
*
Assorted work leading towards the elimination of CK_Unknown.
John McCall
2010-11-15
1
-0
/
+4
*
Add skeleton for handling other kinds of CFGElements.
Zhongxing Xu
2010-11-15
2
-5
/
+32
*
Add a few more complex-related cast kinds that arise due to arbitrary
John McCall
2010-11-14
1
-1
/
+6
*
Introduce five new cast kinds for various conversions into and
John McCall
2010-11-13
1
-0
/
+5
*
Refine IdempotentOperationChecker::PathWasCompletelyAnalyzed() to also check
Ted Kremenek
2010-11-13
1
-0
/
+9
*
Teach IdempotentOperations::PathWasCompletelyAnalyzed to also consider items ...
Ted Kremenek
2010-11-13
1
-1
/
+31
*
Add GRWorkList::VisitItemsInWorkList() to allow a client to introspect the co...
Ted Kremenek
2010-11-13
1
-8
/
+40
*
Introduce a null-to-pointer implicit cast kind.
John McCall
2010-11-13
1
-0
/
+1
*
Make sure to always check the result of
Douglas Gregor
2010-11-12
2
-20
/
+24
*
RegionStore/BasicStore: do not return UndefinedVal for accesses to concrete a...
Ted Kremenek
2010-11-11
2
-8
/
+12
*
Teach AttrNonNullChecker about transparent unions. Fixes crash reported in <...
Ted Kremenek
2010-11-09
1
-0
/
+22
*
Only enable the ObjCAtSyncChecker when the translation unit uses Objective-C.
Ted Kremenek
2010-11-08
1
-1
/
+3
*
Teach the CStringChecker and PthreadLockChecker about non-identifier
Douglas Gregor
2010-11-01
2
-2
/
+8
*
Now initializer of C++ record type is visited as block-level expr.
Zhongxing Xu
2010-11-01
3
-23
/
+22
*
Make Clang static analyzer skip function template definitions. This fixes Cl...
Zhanyong Wan
2010-10-31
1
-2
/
+4
*
Don't flag idempotent '+' or '-' warnings for pointer arithmetic (typically f...
Ted Kremenek
2010-10-29
1
-0
/
+7
*
Don't warn about unamed bitfield ivars in the ObjCUnusedIvarsChecker. Fixes ...
Ted Kremenek
2010-10-28
1
-1
/
+3
*
Fix lazy symbolication bug in RegionStore involving fields of global variable...
Ted Kremenek
2010-10-26
1
-4
/
+14
*
Move 'includeGlobals' as a field into ClusterAnalysis.
Ted Kremenek
2010-10-26
1
-8
/
+12
*
Tweak null dereference checker to give better diagnostics for null dereferenc...
Ted Kremenek
2010-10-26
1
-19
/
+47
[prev]
[next]