- Apr 07, 2009
-
-
Chris Lattner authored
llvm-svn: 68471
-
Ted Kremenek authored
llvm-svn: 68470
-
Chris Lattner authored
without converting each byte to a uint64_t to stick in a SmallVector. llvm-svn: 68469
-
Steve Naroff authored
This will simplify clang adoption, and is probably better "etiquette" (since gcc has always accepted this idiom without warning). Once we are over the adoption hurdle, we can turn this into an error. llvm-svn: 68468
-
- Apr 06, 2009
-
-
Anders Carlsson authored
llvm-svn: 68466
-
Chris Lattner authored
elements in a form that is efficient for the reader to just get a pointer in memory and start reading. APIs to do efficient reading and writing are still todo. llvm-svn: 68465
-
Bob Wilson authored
Patch by Richard Pennington. llvm-svn: 68464
-
Chris Lattner authored
llvm-svn: 68463
-
Chris Lattner authored
llvm-svn: 68462
-
Chris Lattner authored
llvm-svn: 68461
-
Chris Lattner authored
llvm-svn: 68460
-
Torok Edwin authored
llvm-svn: 68459
-
Chris Lattner authored
llvm-svn: 68458
-
Torok Edwin authored
llvm-svn: 68457
-
Chris Lattner authored
llvm-svn: 68456
-
Mike Stump authored
llvm-svn: 68455
-
Douglas Gregor authored
llvm-svn: 68454
-
Fariborz Jahanian authored
ivars. llvm-svn: 68453
-
Anders Carlsson authored
llvm-svn: 68452
-
Anders Carlsson authored
llvm-svn: 68451
-
Anders Carlsson authored
llvm-svn: 68450
-
Chris Lattner authored
llvm-svn: 68449
-
Anders Carlsson authored
llvm-svn: 68448
-
Chris Lattner authored
a really really bad idea. Now that we emit an error about the unpromoted type, users should be able to understand what is going on. llvm-svn: 68447
-
Fariborz Jahanian authored
makes the property writable in the current class. llvm-svn: 68446
-
Chris Lattner authored
ObjCNonFragileABITypesHelper by converting them to dynamic getters. This fixes a crash on rdar://6757213. The others should be converted over as well. llvm-svn: 68445
-
Ed Schouten authored
instead of the place where it started to perform the string copy. - PR3661 - Patch by Benjamin Kramer! llvm-svn: 68443
-
Sanjiv Gupta authored
Map stack based frameindices for spills to zero based indices that can be accessed based on an external symbol defining the location of temporary data for a function. For example: we have spill slots addressed as foo.tmp + 0, foo.tmp + 1 etc. llvm-svn: 68442
-
- Apr 05, 2009
-
-
Chris Lattner authored
diagnostic use the va_list typedef more often, see the difference in the changed testcase. llvm-svn: 68441
-
Bill Wendling authored
llvm-svn: 68440
-
Bill Wendling authored
llvm-svn: 68439
-
Mikhail Glushenkov authored
llvm-svn: 68438
-
Ted Kremenek authored
llvm-svn: 68437
-
Zhongxing Xu authored
Simons. llvm-svn: 68436
-
Chris Lattner authored
llvm-svn: 68435
-
Chris Lattner authored
va_lists for some reason. This fixes rdar://6726818 llvm-svn: 68434
-
Bill Wendling authored
llvm-svn: 68433
-
Bill Wendling authored
llvm-svn: 68432
-
Bill Wendling authored
llvm-svn: 68431
-
rdar://6757323Chris Lattner authored
was causing the char after the newline to get eaten. llvm-svn: 68430
-