- Apr 24, 2012
-
-
Kostya Serebryany authored
llvm-svn: 155430
-
Chandler Carruth authored
llvm-svn: 155427
-
Richard Smith authored
class; we would never actually parse it and attach it to the type. llvm-svn: 155426
-
Chandler Carruth authored
header, along with a stub test to make sure it compiles in the appropriate modes. Thanks to Aaron Ballman for working with me to figure out the initial strategy here, and to Nico for reviewing and pestering me to actually commit it. llvm-svn: 155425
-
Richard Smith authored
exception specification to a function. llvm-svn: 155424
-
NAKAMURA Takumi authored
clang/test/Rewriter/objc-modern-boxing.mm: Mark as XFAIL:mingw for now, due to predefined __declspec similar to r155278. llvm-svn: 155417
-
- Apr 23, 2012
-
-
DeLesley Hutchins authored
consistent. llvm-svn: 155388
-
Fariborz Jahanian authored
location. // rdar://10893232 llvm-svn: 155385
-
Eric Christopher authored
find forward declarations in the context that the actual definition will occur. rdar://11291658 llvm-svn: 155381
-
DeLesley Hutchins authored
on smart pointers. Also adds test case for previous commit. llvm-svn: 155379
-
Chandler Carruth authored
test suite failures. llvm-svn: 155371
-
Rafael Espindola authored
argument list. llvm-svn: 155368
-
Sirish Pande authored
llvm-svn: 155363
-
DeLesley Hutchins authored
existentially quantified lock expressions. llvm-svn: 155357
-
Douglas Gregor authored
<rdar://problem/11284902>. llvm-svn: 155356
-
Manuel Klimek authored
llvm-svn: 155355
-
Bob Wilson authored
llvm-svn: 155353
-
Rafael Espindola authored
llvm-svn: 155352
-
Rafael Espindola authored
llvm-svn: 155351
-
Kostya Serebryany authored
llvm-svn: 155345
-
Kostya Serebryany authored
llvm-svn: 155343
-
Anton Korobeynikov authored
Do not use stdint.h, driver might provide invalid location for it. Instead, provide the types directly. This should fix PR12628 llvm-svn: 155342
-
Manuel Klimek authored
llvm-svn: 155340
-
Rafael Espindola authored
by a chrome build on OS X. Thanks to Nico Weber for testing a patch and providing the .ii file. llvm-svn: 155326
-
- Apr 22, 2012
-
-
Benjamin Kramer authored
Found by valgrind. llvm-svn: 155324
-
Benjamin Kramer authored
Remove unnecessary StringRef->char*->StringRef conversion, which read uninitialized memory if the input wasn't 0-terminated. Found by valgrind. llvm-svn: 155323
-
Rafael Espindola authored
llvm-svn: 155317
-
Rafael Espindola authored
the tempale arguments in deciding the visibility. This agrees with gcc 4.7. Found by trying to build chrome with component=shared_library with 155314 reverted. llvm-svn: 155316
-
Rafael Espindola authored
components build. llvm-svn: 155314
-
Benjamin Kramer authored
llvm-svn: 155312
-
Richard Smith authored
type llvm::ArrayType -- sometimes we emit them as packed structs. Don't assert if such a global array has an element type with a non-trivial destructor. llvm-svn: 155305
-
Rafael Espindola authored
llvm-svn: 155304
-
Richard Smith authored
pretend there was no previous declaration -- that can lead us to injecting a class template (with no access specifier) into a class scope. Instead, just avoid the problematic checks. llvm-svn: 155303
-
Rafael Espindola authored
llvm-svn: 155302
-
Rafael Espindola authored
with this testcase. llvm-svn: 155301
-
Rafael Espindola authored
a boolean. llvm-svn: 155299
-
- Apr 21, 2012
-
-
Richard Smith authored
exception specifications in C++11 until after we've parsed the exception specifications for nested classes. llvm-svn: 155293
-
Fariborz Jahanian authored
llvm-svn: 155290
-
Richard Smith authored
test by me. llvm-svn: 155289
-
Nuno Lopes authored
llvm-svn: 155282
-