- Oct 18, 2011
-
-
David Blaikie authored
Patch by Ahmed Charles! llvm-svn: 142340
-
David Blaikie authored
llvm-svn: 142339
-
David Meyer authored
llvm-svn: 142338
-
Chad Rosier authored
rdar://10288916 llvm-svn: 142337
-
Joe Abbey authored
llvm-svn: 142336
-
Douglas Gregor authored
arguments as block literal arguments; the block literal argument code completion should only go one level deep. Fixes <rdar://problem/10291294>. llvm-svn: 142335
-
Hal Finkel authored
llvm-svn: 142334
-
Richard Smith authored
llvm-svn: 142333
-
Eli Friedman authored
llvm-svn: 142332
-
Jason Molenda authored
with the same CFA (or an alternating sequence between two CFA values) to catch a handful of unwind cases where lldb will inf loop trying to unwind a stack. llvm-svn: 142331
-
Douglas Gregor authored
to drop the implicitly-generated value initialization expression used for initializing scalars. Fixes <rdar://problem/10283928>. llvm-svn: 142330
-
Richard Smith authored
the right namespace in C++11 mode. Teach the code to prefer the 'must be in precisely this namespace' diagnostic whenever that's true, and fix a defect which resulted in the -Wc++11-compat warning in C++98 mode sometimes being omitted. llvm-svn: 142329
-
John McCall authored
Me, I believe him. llvm-svn: 142327
-
Eli Friedman authored
llvm-svn: 142326
-
Eli Friedman authored
Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doing this while I was trying to review his patch. llvm-svn: 142325
-
John McCall authored
llvm-svn: 142324
-
Lang Hames authored
llvm-svn: 142323
-
Argyrios Kyrtzidis authored
llvm-svn: 142322
-
Jim Grosbach authored
llvm-svn: 142321
-
Michael J. Spencer authored
This reverts commit 0c30d4e4f5f9110c5a67bd0ca84444dc58697596. llvm-svn: 142320
-
Michael J. Spencer authored
llvm-svn: 142319
-
Michael J. Spencer authored
Some of these can be true at the same time and there are a lot to add, so this should be turned into a bitfield. Some of the other accessors should probably be folded into this. llvm-svn: 142318
-
Michael J. Spencer authored
llvm-svn: 142317
-
Michael J. Spencer authored
llvm-svn: 142316
-
Michael J. Spencer authored
llvm-svn: 142315
-
Michael J. Spencer authored
llvm-svn: 142314
-
Jim Grosbach authored
llvm-svn: 142313
-
John McCall authored
that the parameter is actually a placeholder type kind. llvm-svn: 142312
-
Argyrios Kyrtzidis authored
We can use -mios-simulator-version-min now. rdar://10218700 llvm-svn: 142311
-
Michael J. Spencer authored
llvm-svn: 142309
-
Richard Smith authored
before typechecking, as suggested by John. llvm-svn: 142308
-
Nick Lewycky authored
llvm-svn: 142307
-
Lang Hames authored
Re-applying the target data layout verification patch from r142288, plus appropriate CMake dependencies. Thanks to Raphael Espindola for tracking down the CMake issues. llvm-svn: 142306
-
Johnny Chen authored
from dawn@burble.org llvm-svn: 142305
-
Argyrios Kyrtzidis authored
instead of changing it to 'strong'. rdar://9984862. llvm-svn: 142304
-
Jim Grosbach authored
llvm-svn: 142303
-
Richard Smith authored
'char32_t', 'constexpr', 'decltype', 'noexcept', 'nullptr' and 'static_assert'. llvm-svn: 142302
-
Nick Lewycky authored
r142300 but not this patch, clang -S may emit .s files that assemblers other than llvm-mc can't parse. llvm-svn: 142301
-
Nick Lewycky authored
.file filenumber "directory" "filename" This removes one join+split of the directory+filename in MC internals. Because bitcode files have independent fields for directory and filenames in debug info, this patch may change the .o files written by existing .bc files. llvm-svn: 142300
-
Chad Rosier authored
llvm-svn: 142299
-