- Dec 14, 2009
-
-
rdar://problem/7468209Ted Kremenek authored
Fix: <rdar://problem/7468209> SymbolManager::isLive() should not crash on captured block variables that are passed by reference llvm-svn: 91348
-
Mike Stump authored
llvm-svn: 91347
-
Chris Lattner authored
on 64-bit targets. Pass Preprocessor into create/destroy methods of MacroArgs even though it isn't used yet. llvm-svn: 91345
-
Chris Lattner authored
llvm-svn: 91343
-
Mike Stump authored
llvm-svn: 91341
-
Fariborz Jahanian authored
an Objective-C rethrow nested inside another try/catch block. (fixes radar 7466728). llvm-svn: 91335
-
Douglas Gregor authored
llvm-svn: 91326
-
Douglas Gregor authored
llvm-svn: 91325
-
Mike Stump authored
llvm-svn: 91324
-
Douglas Gregor authored
llvm-svn: 91323
-
Douglas Gregor authored
- During instantiation, drop default arguments from constructor and call expressions; they'll be recomputed anyway, and we don't want to instantiate them twice. - Rewrote the instantiation of variable initializers to cope with non-dependent forms properly. Together, these fix a handful of problems I introduced with the switch to always rebuild expressions from the source code "as written." llvm-svn: 91315
-
Fariborz Jahanian authored
llvm-svn: 91309
-
Fariborz Jahanian authored
llvm-svn: 91304
-
Fariborz Jahanian authored
llvm-svn: 91303
-
Fariborz Jahanian authored
llvm-svn: 91300
-
Fariborz Jahanian authored
llvm-svn: 91299
-
Fariborz Jahanian authored
llvm-svn: 91298
-
Fariborz Jahanian authored
llvm-svn: 91297
-
Douglas Gregor authored
isn't turned on anyway yet, so it cannot be tested. llvm-svn: 91294
-
Fariborz Jahanian authored
llvm-svn: 91292
-
Fariborz Jahanian authored
llvm-svn: 91290
-
Douglas Gregor authored
CompleteConstructorCall to perform type-checking. llvm-svn: 91279
-
Zhongxing Xu authored
llvm-svn: 91272
-
Chris Lattner authored
files: PR5238. llvm-svn: 91270
-
Nate Begeman authored
llvm-svn: 91269
-
Chris Lattner authored
llvm-svn: 91267
-
rdar://7466570Chris Lattner authored
expanding directives withing macro expansions. This is undefined behavior according to 6.10.3p11, so we might as well be undefined in ways similar to GCC. llvm-svn: 91266
-
Chris Lattner authored
llvm-svn: 91265
-
Nate Begeman authored
llvm-svn: 91264
-
Chris Lattner authored
llvm-svn: 91263
-
Chris Lattner authored
llvm-svn: 91262
-
Zhongxing Xu authored
llvm-svn: 91258
-
Anders Carlsson authored
llvm-svn: 91257
-
Anders Carlsson authored
llvm-svn: 91256
-
Anders Carlsson authored
llvm-svn: 91255
-
- Dec 13, 2009
-
-
Douglas Gregor authored
conversion to void*" according to C++ [over.ics.rank]p4b2 if the type we're converting from is not a pointer. llvm-svn: 91254
-
Douglas Gregor authored
from a PointerType. Fixes PR5756. llvm-svn: 91253
-
Douglas Gregor authored
operators. Fixes PR5266. llvm-svn: 91252
-
Anders Carlsson authored
llvm-svn: 91251
-
Anders Carlsson authored
Fix regression in my last commit - if a struct has a trivial destructor but no usual deallocation function we don't need a cookie. llvm-svn: 91249
-