- May 11, 2009
-
-
Daniel Dunbar authored
llvm-svn: 71461
-
rdar://problem/6866843Ted Kremenek authored
Fix regression reported in <rdar://problem/6866843>. The analyzer should extend the lifetime of an object stored to a container. llvm-svn: 71452
-
Chris Lattner authored
llvm-svn: 71451
-
Douglas Gregor authored
r71448 required. Fixes PR 4148 and PR 4183. llvm-svn: 71450
-
-
Douglas Gregor authored
llvm-svn: 71436
-
Ted Kremenek authored
llvm-svn: 71435
-
Ted Kremenek authored
Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] autorelease]' would emit a false 'too many overreleases' error. llvm-svn: 71432
-
Zhongxing Xu authored
the VarRegion as a super region of an ElementRegion. llvm-svn: 71431
-
Zhongxing Xu authored
retrieve the string value. llvm-svn: 71430
-
Zhongxing Xu authored
ElementRegion. llvm-svn: 71428
-
Douglas Gregor authored
With the introduction of nullptr, a template argument that refers to a declaration can now be NULL. Use cast_or_null appropriately llvm-svn: 71412
-
Douglas Gregor authored
llvm-svn: 71409
-
Douglas Gregor authored
template. The injected-class-name is either a type or a template, depending on whether a '<' follows it. As a type, the injected-class-name's template argument list contains its template parameters in declaration order. As part of this, add logic for canonicalizing declarations, and be sure to canonicalize declarations used in template names and template arguments. A TagType is dependent if the declaration it references is dependent. I'm not happy about the rather complicated protocol needed to use ASTContext::getTemplateSpecializationType. llvm-svn: 71408
-
- May 10, 2009
-
-
Sebastian Redl authored
llvm-svn: 71406
-
Sebastian Redl authored
llvm-svn: 71405
-
Ted Kremenek authored
llvm-svn: 71404
-
Ted Kremenek authored
llvm-svn: 71397
-
Ted Kremenek authored
where an owned one is expected. Also add preliminary checking for returning a positive retain count object in GC mode where an owned GC object is expected. llvm-svn: 71388
-
Ted Kremenek authored
llvm-svn: 71387
-
Ted Kremenek authored
- Improve -autorelease diagnostics. - Improve VLA diagnostics. - Use "short description" for bug when outputting to TextDiagnostics llvm-svn: 71383
-
Ted Kremenek authored
llvm-svn: 71375
-
- May 09, 2009
-
-
Ted Kremenek authored
'clang -###' to get the appropriate arguments to pass to clang-cc. This isn't a permanent solution. llvm-svn: 71364
-
Chris Lattner authored
llvm-svn: 71361
-
Zhongxing Xu authored
pointee type is scalar type, create element region regardless with the sizes of types. llvm-svn: 71360
-
Zhongxing Xu authored
TypedViewRegion usage in region store. llvm-svn: 71359
-
Zhongxing Xu authored
convert it to the first element region. Also do not assume the array region is typed. llvm-svn: 71358
-
Zhongxing Xu authored
region. In the future we may set the cast-to type as the same time. But for now, we simply leave it as it is. llvm-svn: 71357
-
Zhongxing Xu authored
llvm-svn: 71356
-
Zhongxing Xu authored
Modify getLValueElement accordingly. Now we don't require base region to be a typed region. Do not create TypedViewRegion when base region is symbolic or alloca region. We can do so because each element region has its type information. llvm-svn: 71355
-
Zhongxing Xu authored
RegionStoreManager::CastRegion(). This case should be subsumed by others. llvm-svn: 71353
-
Duncan Sands authored
LLVM. llvm-svn: 71350
-
Ted Kremenek authored
llvm-svn: 71348
-
Zhongxing Xu authored
SymbolRegionRValue => SymbolRegionValue SymExpr::RegionRValue => SymExpr::RegionValueKind llvm-svn: 71322
-
Zhongxing Xu authored
TypedRegion::getValueType(). llvm-svn: 71321
-
Ted Kremenek authored
llvm-svn: 71312
-
Ted Kremenek authored
'cf_returns_retained'. llvm-svn: 71311
-
Ted Kremenek authored
llvm-svn: 71309
-
Ted Kremenek authored
ns_returns_retained, but do not include the other ownership attributes we previously had. llvm-svn: 71308
-
Ted Kremenek authored
'autorelease'. llvm-svn: 71307
-