- Oct 30, 2009
-
-
Ted Kremenek authored
Move all logic for the null dereference checker from GRExprEngineInternalChecks.cpp to a separate .cpp file. llvm-svn: 85595
-
Douglas Gregor authored
llvm-svn: 85594
-
Benjamin Kramer authored
llvm-svn: 85592
-
Benjamin Kramer authored
llvm-svn: 85591
-
John Thompson authored
llvm-svn: 85589
-
Benjamin Kramer authored
llvm-svn: 85588
-
Zhongxing Xu authored
can get the correct base lvalue. Revert r85578. llvm-svn: 85579
-
Ted Kremenek authored
This fixes the crash reported in PR 5316. llvm-svn: 85578
-
Chris Lattner authored
llvm-svn: 85576
-
Anders Carlsson authored
Get throws limping along, still a bunch of FIXMEs. Too bad we don't support catching anything yet :) llvm-svn: 85574
-
Anders Carlsson authored
llvm-svn: 85565
-
Anders Carlsson authored
llvm-svn: 85560
-
Anders Carlsson authored
llvm-svn: 85555
-
Fariborz Jahanian authored
used in a conditional expression by finding the most-derived common super class of the two and qualifies the resulting type by the intersection of the protocl qualifier list of the two objective-c pointer types. ( this is continuation of radar 7334235). llvm-svn: 85554
-
Anders Carlsson authored
llvm-svn: 85552
-
John McCall authored
arrays. llvm-svn: 85550
-
John McCall authored
template instantiation. llvm-svn: 85545
-
Mike Stump authored
llvm-svn: 85538
-
Mike Stump authored
llvm-svn: 85535
-
Mike Stump authored
llvm-svn: 85534
-
John McCall authored
doesn't initialize anything. llvm-svn: 85533
-
Douglas Gregor authored
We may need to instantiate a class template specialization as part of a derived-to-base pointer case llvm-svn: 85532
-
- Oct 29, 2009
-
-
Douglas Gregor authored
llvm-svn: 85529
-
Steve Naroff authored
- change ObjCCategoryImplDecl::getCategoryClass() to getCategoryDecl(). No functionality change. llvm-svn: 85528
-
Daniel Dunbar authored
llvm-svn: 85527
-
Mike Stump authored
llvm-svn: 85526
-
Sebastian Redl authored
llvm-svn: 85524
-
Steve Naroff authored
clang_getDeclSpelling(): For category implementations, make sure we hand back the category name (not the class name). This fixes <rdar://problem/7297518>. llvm-svn: 85521
-
John McCall authored
Provide an API for getting the SourceRange of a TAL and use it judiciously. llvm-svn: 85520
-
Douglas Gregor authored
llvm-svn: 85516
-
Fariborz Jahanian authored
llvm-svn: 85512
-
Ted Kremenek authored
llvm-svn: 85511
-
Anders Carlsson authored
Make sure to call CompleteConstructorCall for bases and members that are initialized implicitly in constructors so that default arguments etc are set correctly. Fixes PR5283. llvm-svn: 85510
-
Douglas Gregor authored
llvm-svn: 85509
-
Nuno Lopes authored
make clang emit undefs for padding of structs and unions instead of zeros. this enables constant compaction optimizations. llvm-svn: 85504
-
John McCall authored
llvm-svn: 85501
-
John McCall authored
types. Preserve it through template instantiation. Preserve it through PCH, although TSTs themselves aren't serializable, so that's pretty much meaningless. llvm-svn: 85500
-
John McCall authored
classes. Move its implementation into a new module. This will seem marginally more justified in a bit. llvm-svn: 85499
-
Zhongxing Xu authored
llvm-svn: 85497
-
Ted Kremenek authored
small test case to show we handle dereferences of undefined values. llvm-svn: 85492
-