- Oct 29, 2009
-
-
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
-
Douglas Gregor authored
llvm-svn: 85491
-
Chris Lattner authored
llvm-svn: 85487
-
Ted Kremenek authored
by Zhongxing Xu. RemoveDeadBindings() would falsely prune SymbolicRegions from the store that wrapped derived symbols whose liveness could only be determined after scanning the store. llvm-svn: 85484
-
Chris Lattner authored
Ken Dyck! llvm-svn: 85482
-
Chris Lattner authored
llvm-svn: 85481
-
Daniel Dunbar authored
llvm-svn: 85475
-
Daniel Dunbar authored
- clang-cc doesn't care about their relative order with other -W options. llvm-svn: 85473
-
Daniel Dunbar authored
llvm-svn: 85472
-
Zhongxing Xu authored
Add a CheckLocation() interface to Checker. Now ImplicitNullDeref nodes are cached in NullDerefChecker. More cleanups follow. llvm-svn: 85471
-
Daniel Dunbar authored
llvm-svn: 85469
-
Daniel Dunbar authored
llvm-svn: 85468
-
Chris Lattner authored
llvm-svn: 85464
-
-
Douglas Gregor authored
Switch a few ugly switch-on-string-literal constructs to use the new llvm::StringSwitch. llvm-svn: 85461
-
Chris Lattner authored
llvm-svn: 85453
-
John Thompson authored
llvm-svn: 85450
-
Douglas Gregor authored
class template partial specializations of member templates. Also, fixes a silly little bug in the marking of "used" template parameters in member templates. Fixes PR5236. llvm-svn: 85447
-
Chris Lattner authored
using the new LLVM support for this. This is temporarily hiding behind horrible and ugly #ifdefs until the time when the optimizer is stable (hopefully a week or so). Until then, lets make it "opt in" :) llvm-svn: 85446
-
- Oct 28, 2009
-
-
Ted Kremenek authored
Unused ivars checker: also check methods in categories that are defined in the same translation unit. Fixes <rdar://problem/6260004>. llvm-svn: 85442
-
-
Mike Stump authored
that don't have sizes. llvm-svn: 85435
-
Fariborz Jahanian authored
llvm-svn: 85434
-
Fariborz Jahanian authored
llvm-svn: 85432
-