- Dec 02, 2010
-
-
John McCall authored
into the latter. llvm-svn: 120643
-
- Dec 01, 2010
-
-
Ted Kremenek authored
to 'assumeXXX'. llvm-svn: 120614
-
Ted Kremenek authored
'evalXXX'. llvm-svn: 120609
-
Ted Kremenek authored
reflects what the class actually does. llvm-svn: 120605
-
John McCall authored
llvm-svn: 120555
-
- Nov 30, 2010
-
-
John McCall authored
llvm-svn: 120433
-
John McCall authored
about the reliability of this yet. llvm-svn: 120422
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120297
-
- Nov 26, 2010
-
-
Zhongxing Xu authored
llvm-svn: 120178
-
Zhongxing Xu authored
llvm-svn: 120177
-
Zhongxing Xu authored
llvm-svn: 120176
-
Zhongxing Xu authored
llvm-svn: 120173
-
Zhongxing Xu authored
llvm-svn: 120172
-
- Nov 25, 2010
-
-
Zhongxing Xu authored
Also apply some new coding style. llvm-svn: 120144
-
Zhongxing Xu authored
llvm-svn: 120143
-
Zhongxing Xu authored
llvm-svn: 120142
-
Zhongxing Xu authored
llvm-svn: 120141
-
- Nov 24, 2010
-
-
Zhongxing Xu authored
to be consistent with the type of 'this' expr in the method. 此行及以下内容将会被忽略-- M test/Analysis/method-call.cpp M include/clang/Checker/PathSensitive/GRExprEngine.h M lib/Checker/GRCXXExprEngine.cpp llvm-svn: 120094
-
Zhongxing Xu authored
This is required for supporting const reference to temporary objects. llvm-svn: 120093
-
Zhongxing Xu authored
to remake the stackframe everytime in GRExprEngine::ProcessCallEnter(). llvm-svn: 120087
-
Zhanyong Wan authored
llvm-svn: 120073
-
Ted Kremenek authored
ImmutableSet/ImmtuableMap/ImmutableList APIs. Along the way, clean up some method names in the static analyzer so that they are more descriptive and/or start with lowercase letters. llvm-svn: 120071
-
- Nov 20, 2010
-
-
Zhongxing Xu authored
llvm-svn: 119900
-
Zhanyong Wan authored
llvm-svn: 119899
-
Zhongxing Xu authored
llvm-svn: 119897
-
- Nov 18, 2010
-
-
Argyrios Kyrtzidis authored
of the total number of warnings/errors reported. llvm-svn: 119731
-
Argyrios Kyrtzidis authored
-Move the stuff of Diagnostic related to creating/querying diagnostic IDs into a new DiagnosticIDs class. -DiagnosticIDs can be shared among multiple Diagnostics for multiple translation units. -The rest of the state in Diagnostic object is considered related and tied to one translation unit. -Have Diagnostic point to the SourceManager that is related with. Diagnostic can now accept just a SourceLocation instead of a FullSourceLoc. -Reflect the changes to various interfaces. llvm-svn: 119730
-
Marcin Swiderski authored
Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperatorCallExpr represents method call. Also fixed returning ExpolodedNodeSet from VisitCXXMethodCallExpr. llvm-svn: 119684
-
- Nov 17, 2010
-
-
Marcin Swiderski authored
In EvalArguments allow for evaluation of first argument always as a lvalue. Will be used for CXXOperatorCallExpr that represents method call. llvm-svn: 119567
-
Zhongxing Xu authored
llvm-svn: 119491
-
Zhongxing Xu authored
llvm-svn: 119480
-
Zhongxing Xu authored
llvm-svn: 119477
-
Marcin Swiderski authored
llvm-svn: 119467
-
Ted Kremenek authored
llvm-svn: 119436
-
- Nov 16, 2010
-
-
Ted Kremenek authored
allocation sizes of 0 bytes. Fixes PR 2899. llvm-svn: 119364
-
John McCall authored
llvm-svn: 119342
-
Marcin Swiderski authored
Refactored GRExprEngine::getCXXThisRegion to use CXXMethodDecl::getThisType instead of calculating it by hand. llvm-svn: 119341
-
Zhongxing Xu authored
- Add a new Kind of ProgramPoint: PostInitializer. - Still use GRStmtNodeBuilder. But special handling PostInitializer in GRStmtNodeBuilder::GenerateAutoTransition(). - Someday we should clean up the interface of GRStmtNodeBuilder. llvm-svn: 119335
-
Marcin Swiderski authored
- CXXThisRegion treated like VarRegion and ObjCIVarRegion in various places, - Reference treated like pointer in BindDeclInternal. llvm-svn: 119333
-
John McCall authored
llvm-svn: 119331
-