- Jun 07, 2009
-
-
Anders Carlsson authored
llvm-svn: 73034
-
- Jun 06, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 73000
-
Anders Carlsson authored
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argument is not unparsed. Add a new hasDefaultArg() and use it in places where getDefaultArg() was called when the argument was unparsed. llvm-svn: 72984
-
Eli Friedman authored
without a relevant source location anyway. Fixes the issue with weird warnings when including objc/Object.h on OS X. llvm-svn: 72978
-
- Jun 05, 2009
-
-
Fariborz Jahanian authored
change. More to follow. llvm-svn: 72951
-
Anders Carlsson authored
Improvements to CXXExprWithTemporaries in preparation for fixing a bug with default arguments that have temporaries. llvm-svn: 72944
-
Eli Friedman authored
llvm-svn: 72926
-
Anders Carlsson authored
Make TemplateArgumentListBuilder take an ASTContext (because we're probably going to need it later). Move push_back to the .cpp file. If the passed in template argument is a type, assert that it's canonical. llvm-svn: 72918
-
Anders Carlsson authored
llvm-svn: 72917
-
Anders Carlsson authored
llvm-svn: 72916
-
Anders Carlsson authored
llvm-svn: 72915
-
Anders Carlsson authored
llvm-svn: 72913
-
Eli Friedman authored
right approach, but I'm still not sure what the best way to go about this is. llvm-svn: 72912
-
Anders Carlsson authored
llvm-svn: 72911
-
Douglas Gregor authored
- Once we have deduced template arguments for a class template partial specialization, we use exactly those template arguments for instantiating the definition of the class template partial specialization. - Added template argument deduction for non-type template parameters. - Added template argument deduction for dependently-sized array types. With these changes, we can now implement, e.g., the remove_reference type trait. Also, Daniel's Ackermann template metaprogram now compiles properly. llvm-svn: 72909
-
Eli Friedman authored
llvm-svn: 72901
-
- Jun 04, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 72871
-
Anders Carlsson authored
llvm-svn: 72844
-
Anders Carlsson authored
llvm-svn: 72834
-
Douglas Gregor authored
llvm-svn: 72822
-
Douglas Gregor authored
deductions of the same template parameter are equivalent. This allows us to implement the is_same type trait (!). Also, move template argument deduction into its own file and update a few build systems with this change (grrrr). llvm-svn: 72819
-
- Jun 03, 2009
-
-
Eli Friedman authored
llvm-svn: 72770
-
Argyrios Kyrtzidis authored
llvm-svn: 72747
-
- Jun 02, 2009
-
-
Eli Friedman authored
llvm-svn: 72726
-
- Jun 01, 2009
-
-
Eli Friedman authored
definition variadic. I'm not completely sure it's legal, but the standard can be interpreted as making it legal, and gcc seems to think it's legal, so I didn't add an extension warning. llvm-svn: 72689
-
- May 31, 2009
-
-
Anders Carlsson authored
Make sure to copy back arguments that can be changed by FindAllocationOverload. This fixes placement new. (Sebastian, please review). llvm-svn: 72673
-
Anders Carlsson authored
Fix an off by one error when trying to perform copy initialization of operator new and operator delete arguments. Sebastian, please review. llvm-svn: 72670
-
Chris Lattner authored
an error to being a warning that defaults to error. If you want this to be a warning, you have to explicitly pass -Winvalid-noreturn to clang to map it back to a warning. llvm-svn: 72669
-
Sebastian Redl authored
llvm-svn: 72664
-
Eli Friedman authored
string. llvm-svn: 72663
-
Douglas Gregor authored
we have the basics of declaring and storing class template partial specializations, matching class template partial specializations at instantiation time via (limited) template argument deduction, and using the class template partial specialization's pattern for instantiation. This patch is enough to make a simple is_pointer type trait work, but not much else. llvm-svn: 72662
-
Anders Carlsson authored
llvm-svn: 72647
-
Anders Carlsson authored
llvm-svn: 72644
-
Anders Carlsson authored
llvm-svn: 72643
-
Anders Carlsson authored
llvm-svn: 72642
-
- May 30, 2009
-
-
Anders Carlsson authored
llvm-svn: 72641
-
Anders Carlsson authored
llvm-svn: 72640
-
Anders Carlsson authored
llvm-svn: 72638
-
Anders Carlsson authored
llvm-svn: 72634
-
Anders Carlsson authored
llvm-svn: 72633
-