- Mar 06, 2009
-
-
Daniel Dunbar authored
CodeGenModule::CreateRuntimeVariable. - No real functionality change; although we now assert on silly things like: -- int objc_exception_throw; void f0() { @throw(@"A"); } -- instead of accepting it. llvm-svn: 66292
-
Ted Kremenek authored
Start work on subclassing PathDiagnosticPiece to distinguish more between control-flow pieces, events, etc. llvm-svn: 66291
-
Ted Kremenek authored
llvm-svn: 66290
-
Daniel Dunbar authored
really use pack() instead. - <rdar://problem/6650243> clang warns about '#pragma pack(0)' llvm-svn: 66287
-
Douglas Gregor authored
llvm-svn: 66286
-
Mike Stump authored
llvm-svn: 66284
-
Daniel Dunbar authored
llvm-svn: 66283
-
Douglas Gregor authored
C and C++. Fixes PR3688. llvm-svn: 66282
-
Daniel Dunbar authored
llvm-svn: 66281
-
Daniel Dunbar authored
in a lone X87 class. - PR3735. llvm-svn: 66277
-
Sebastian Redl authored
Manually write a table and some ad-hoc code to provide feature parity with the current code. llvm-svn: 66276
-
Ted Kremenek authored
llvm-svn: 66271
-
Daniel Dunbar authored
- <rdar://problem/6652110> clang should support weak_import llvm-svn: 66270
-
Ted Kremenek authored
Add some assertions along the way... llvm-svn: 66265
-
Ted Kremenek authored
llvm-svn: 66263
-
Chris Lattner authored
Stack dump: 0. Program arguments: clang pr3399.c -S -O3 1. <eof> parser at end of file 2. Code generation 3. Running pass 'Linear Scan Register Allocator' on function '@foo' Abort llvm-svn: 66261
-
Daniel Dunbar authored
- Also, diagnose weak applied to types. llvm-svn: 66259
-
Mike Stump authored
llvm-svn: 66258
-
Mike Stump authored
llvm-svn: 66257
-
Chris Lattner authored
llvm-svn: 66251
-
Chris Lattner authored
llvm-svn: 66250
-
Mike Stump authored
llvm-svn: 66247
-
Chris Lattner authored
llvm-svn: 66246
-
Mike Stump authored
llvm-svn: 66243
-
Mike Stump authored
llvm-svn: 66241
-
Mike Stump authored
llvm-svn: 66231
-
Ted Kremenek authored
llvm-svn: 66226
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 66218
-
Chris Lattner authored
SemaObjC/call-super-2.m:78:29: error: cannot cast 'super' (it isn't an expression) return [(Object <Func> *)super instance_func0]; ~~~~~~~~~~~~~~~~~^ llvm-svn: 66215
-
Chris Lattner authored
llvm-svn: 66214
-
Chris Lattner authored
llvm-svn: 66213
-
- Mar 05, 2009
-
-
Daniel Dunbar authored
- For one thing, this adds unneeded overhead; for another, this routine can be used to emit unnamed decls which we shouldn't try to mangle. llvm-svn: 66212
-
Ted Kremenek authored
llvm-svn: 66211
-
Chris Lattner authored
more consistently. llvm-svn: 66210
-
Fariborz Jahanian authored
llvm-svn: 66209
-
Ted Kremenek authored
llvm-svn: 66208
-
Ted Kremenek authored
Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function pointers with TypedViewRegions. llvm-svn: 66187
-
rdar://problem/6301205Steve Naroff authored
Tweak Sema::ActOnMemberReferenceExpr() and Sema::ActOnDeclarationNameExpr() to handle "super." notation for Class methods. llvm-svn: 66185
-
Fariborz Jahanian authored
for future use. llvm-svn: 66184
-
Fariborz Jahanian authored
bitmap. llvm-svn: 66175
-