- Sep 09, 2009
-
-
Mike Stump authored
llvm-svn: 81337
-
Douglas Gregor authored
llvm-svn: 81317
-
Anders Carlsson authored
llvm-svn: 81315
-
Douglas Gregor authored
declaration of that array in C++. llvm-svn: 81309
-
Douglas Gregor authored
templates, e.g., x.template get<T> We can now parse these, represent them within an UnresolvedMemberExpr expression, then instantiate that expression node in simple cases. This allows us to stumble through parsing LLVM's Casting.h. llvm-svn: 81300
-
Fariborz Jahanian authored
as __strong. llvm-svn: 81283
-
Daniel Dunbar authored
- -2+1 FIXMEs. llvm-svn: 81282
-
Daniel Dunbar authored
llvm-svn: 81281
-
Daniel Dunbar authored
the default tool chain when binding the default architecture. llvm-svn: 81279
-
Daniel Dunbar authored
llvm-svn: 81278
-
Daniel Dunbar authored
llvm-svn: 81277
-
Daniel Dunbar authored
- -1 FIXME, and fixes 'clang -arch armv4t ...', for example. llvm-svn: 81276
-
Daniel Dunbar authored
llvm-svn: 81275
-
- Sep 08, 2009
-
-
Douglas Gregor authored
through an array of void*), so that we don't run afoul of the strict-aliasing rules in C++ 3.10p15. Unfortunately, GCC 4.4 still complains about this code. llvm-svn: 81251
-
Anders Carlsson authored
llvm-svn: 81237
-
Chris Lattner authored
order because it was doing so while iterating over a densemap. There are still similar problems in other places, for example WeakUndeclaredIdentifiers is still written to the PCH file in a nondeterminstic order, and we emit warnings about #pragma weak in nondeterminstic order. llvm-svn: 81236
-
Chris Lattner authored
llvm-svn: 81234
-
John McCall authored
llvm-svn: 81233
-
Daniel Dunbar authored
- We aren't going to fix these since they haven't caused problems in practice. - Similarly, don't forward -object to Darwin ld. llvm-svn: 81224
-
Anders Carlsson authored
Handle variadic constructors better. Share code between BuildCXXConstructExpr and BuildCXXTemporaryObjectExpr. llvm-svn: 81181
-
Anders Carlsson authored
llvm-svn: 81178
-
Chris Lattner authored
llvm-svn: 81176
-
Daniel Dunbar authored
llvm-svn: 81169
-
Anders Carlsson authored
llvm-svn: 81160
-
- Sep 07, 2009
-
-
Anders Carlsson authored
llvm-svn: 81151
-
Benjamin Kramer authored
llvm-svn: 81150
-
Benjamin Kramer authored
llvm-svn: 81147
-
Mike Stump authored
llvm-svn: 81143
-
Daniel Dunbar authored
output. - Also, cleanup code to output inline asm references. llvm-svn: 81139
-
- Sep 06, 2009
-
-
Anders Carlsson authored
for (unsigned i = numargs; i < NumArgs; ++i) Args[0] = 0; ;) llvm-svn: 81123
-
Daniel Dunbar authored
destroying the CXXConstructExpr.", this is causing test failures across the board. llvm-svn: 81100
-
Anders Carlsson authored
Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destroying the CXXConstructExpr. llvm-svn: 81096
-
- Sep 05, 2009
-
-
Ted Kremenek authored
llvm-svn: 81092
-
Mike Stump authored
llvm-svn: 81080
-
Benjamin Kramer authored
llvm-svn: 81079
-
Mike Stump authored
llvm-svn: 81078
-
Mike Stump authored
llvm-svn: 81077
-
Mike Stump authored
llvm-svn: 81075
-
Mike Stump authored
llvm-svn: 81074
-
Mike Stump authored
llvm-svn: 81073
-