- Apr 19, 2009
-
-
Chris Lattner authored
support it. I don't know what evaluation method we use for complex arithmetic, so I don't know whether/if we should warn about use of CX_LIMITED_RANGE. This concludes my planned hacking on STDC pragmas, flame away :) llvm-svn: 69556
-
Sebastian Redl authored
llvm-svn: 69555
-
Chris Lattner authored
llvm-svn: 69554
-
Eli Friedman authored
llvm-svn: 69553
-
Chris Lattner authored
llvm-svn: 69551
-
Chris Lattner authored
llvm-svn: 69550
-
Sebastian Redl authored
llvm-svn: 69548
-
Chris Lattner authored
llvm-svn: 69547
-
Eli Friedman authored
llvm-svn: 69545
-
Chris Lattner authored
for a token is set, this makes the diagnostic "expanded from stack" work for this diagnostic. Add a testcase for PR3918. llvm-svn: 69544
-
Eli Friedman authored
llvm-svn: 69543
-
Chris Lattner authored
llvm-svn: 69540
-
Chris Lattner authored
llvm-svn: 69539
-
Chris Lattner authored
llvm-svn: 69538
-
Chris Lattner authored
llvm-svn: 69537
-
Sebastian Redl authored
Another piece of the conditional operator puzzle. We'll want to use FindCompositePointerType in some other places, too. llvm-svn: 69534
-
Chris Lattner authored
llvm-svn: 69532
-
Chris Lattner authored
in a function-like macro body. This has the added bonus of moving some function-like macro specific code out of the object-like macro codepath. llvm-svn: 69530
-
-
Chris Lattner authored
llvm-svn: 69518
-
rdar://6804402Chris Lattner authored
@class but no implementation. This was broken in all 3 runtime impls. llvm-svn: 69512
-
Chris Lattner authored
they do allow switches. llvm-svn: 69510
-
Chris Lattner authored
calling into the jump checker when a function or method is known to contain no VLAs or @try blocks. llvm-svn: 69509
-
Chris Lattner authored
llvm-svn: 69508
-
Chris Lattner authored
llvm-svn: 69507
-
Chris Lattner authored
llvm-svn: 69506
-
Daniel Dunbar authored
- The confusing IRgen bitfield interface is partly to blame here; fixing the functional error for now, cleanups to the interface to follow. llvm-svn: 69503
-
Chris Lattner authored
address taken labels are in function scope llvm-svn: 69499
-
Chris Lattner authored
llvm-svn: 69498
-
Chris Lattner authored
llvm-svn: 69492
-
Chris Lattner authored
VLA's and statement expressions. llvm-svn: 69491
-
Chris Lattner authored
llvm-svn: 69490
-
Chris Lattner authored
llvm-svn: 69488
-
Chris Lattner authored
llvm-svn: 69487
-
Chris Lattner authored
the scope checker to not think @catches are nested in each other, eliminating some bogus notes. llvm-svn: 69486
-
Chris Lattner authored
llvm-svn: 69485
-
- Apr 18, 2009
-
-
Chris Lattner authored
reasonably well except for the problem that @catches are nested within each other in the AST, giving the ugly diagnostics in L8. llvm-svn: 69477
-
Chris Lattner authored
statements don't end up in the LabelMap so we don't have a quick way to filter them. We could add state to Sema (a "has vla" and "has jump" bit) to try to filter this out, but that would be sort of gross and I'm not convinced it is the best way. Thoughts welcome. llvm-svn: 69476
-
Daniel Dunbar authored
llvm-svn: 69470
-
Chris Lattner authored
llvm-svn: 69466
-