- Sep 11, 2009
-
-
Fariborz Jahanian authored
for block pointer. llvm-svn: 81479
-
Douglas Gregor authored
llvm-svn: 81477
-
Anders Carlsson authored
llvm-svn: 81475
-
Daniel Dunbar authored
llvm-svn: 81471
-
Daniel Dunbar authored
llvm-svn: 81470
-
Daniel Dunbar authored
llvm-svn: 81469
-
Fariborz Jahanian authored
class into a candidate set. llvm-svn: 81467
-
- Sep 10, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 81462
-
Anders Carlsson authored
Don't check use of a member function declaration used if the member function is virtual and the member reference expression doesn't explicitly qualify it. Fixes PR4878. llvm-svn: 81460
-
Douglas Gregor authored
integral constant expressions (for conversions to integer types, naturally). I don't *think* that const_casts will ever get to this point, but I also can't convince myself that they won't... so I've taken the safe route and allowed the ICE checking code to look at const_cast. llvm-svn: 81453
-
Douglas Gregor authored
all of the parent DeclContexts that aren't represented within the Scope chain. This fixes some name-lookup problems in out-of-line definitions of members of nested classes. llvm-svn: 81451
-
Fariborz Jahanian authored
from correct field of TypeInfo. llvm-svn: 81446
-
Daniel Dunbar authored
- I think we should get rid of this distinction though, but I need to discuss with the interested parties. llvm-svn: 81435
-
Zhongxing Xu authored
local node information. llvm-svn: 81433
-
Daniel Dunbar authored
llvm-svn: 81430
-
Daniel Dunbar authored
llvm-svn: 81429
-
Daniel Dunbar authored
llvm-svn: 81425
-
Anders Carlsson authored
llvm-svn: 81423
-
Daniel Dunbar authored
llvm-svn: 81421
-
Daniel Dunbar authored
Also, fix forwarding of -C/-CC to cc1. llvm-svn: 81420
-
Douglas Gregor authored
partial specialization rather than a subclass of TemplateDecl. Fixes a crash in libstdc++ 4.2's <map>. llvm-svn: 81407
-
Douglas Gregor authored
of class type whose default constructor is trivial. Should un-break testing on x86_64-pc-linux-gnu. llvm-svn: 81405
-
Douglas Gregor authored
has a single conversion to pointer-to-object type, implicitly convert to that pointer-to-object type (C++ [expr.delete]p1). llvm-svn: 81401
-
Anders Carlsson authored
llvm-svn: 81398
-
Douglas Gregor authored
such initializations properly convert constructor arguments and fill in default arguments where necessary. This also makes the ownership model more clear. llvm-svn: 81394
-
Daniel Dunbar authored
llvm-svn: 81391
-
Daniel Dunbar authored
llvm-svn: 81390
-
Daniel Dunbar authored
llvm-svn: 81389
-
Daniel Dunbar authored
llvm-svn: 81388
-
Daniel Dunbar authored
llvm-svn: 81387
-
Daniel Dunbar authored
llvm-svn: 81386
-
Daniel Dunbar authored
llvm-svn: 81385
-
Daniel Dunbar authored
llvm-svn: 81384
-
- Sep 09, 2009
-
-
Anders Carlsson authored
If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them. llvm-svn: 81383
-
rdar://problem/7185647Ted Kremenek authored
Here we implement this as a precondition within GRExprEngine, even though it is related to how BasicStoreManager and RegionStoreManager model 'self' differently. Putting this as a high-level precondition is more general, which is why it isn't in RegionStore.cpp. llvm-svn: 81378
-
Daniel Dunbar authored
llvm-svn: 81368
-
Daniel Dunbar authored
llvm-svn: 81367
-
Daniel Dunbar authored
llvm-svn: 81366
-
Daniel Dunbar authored
llvm-svn: 81365
-
Mike Stump authored
llvm-svn: 81346
-