summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Several improvements to template argument deduction:Douglas Gregor2009-06-051-1/+2
* Remove VarDecl from CXXConstructExpr.Anders Carlsson2009-05-301-9/+1
* Bind temporaries correctly when instantiating expressions.Anders Carlsson2009-05-301-1/+1
* Add a CXXBindTemporaryExpr.Anders Carlsson2009-05-301-0/+10
* Reduce the amount of stack space we use in SmallVectors duringDouglas Gregor2009-05-291-2/+2
* Simplify, and improve the performance of, template instantiation forDouglas Gregor2009-05-271-2/+1
* Improve name lookup for and template instantiation of declarationDouglas Gregor2009-05-271-18/+10
* Initial stab at a generalized operation for determining theDouglas Gregor2009-05-271-0/+1
* Template instantiation for "typeof" for both types and expressions.Douglas Gregor2009-05-261-1/+7
* Template instantiation for qualified declaration referenceDouglas Gregor2009-05-221-70/+112
* Template instantiation for the GNU address-of-label extension.Douglas Gregor2009-05-221-1/+8
* Template instantiation for ExtVectorElementExpr.Douglas Gregor2009-05-221-1/+18
* Add a few tests to ensure that member functions of class templates canDouglas Gregor2009-05-221-1/+6
* Representation of and template instantiation for memberDouglas Gregor2009-05-221-1/+40
* Template instantiation for C99 compound literalsDouglas Gregor2009-05-211-1/+21
* Template instantiation for GNU array-range designators.Douglas Gregor2009-05-211-1/+16
* Template instantiation for C99 designated initializers, because weDouglas Gregor2009-05-211-2/+59
* Template instantiation for initializer listsDouglas Gregor2009-05-211-1/+15
* Template instantiation for unary type traits, e.g., __is_podDouglas Gregor2009-05-211-1/+18
* Template instantiation for C++ "typeid" expressions.Douglas Gregor2009-05-211-1/+33
* Template instantiation for C++ throw expressionsDouglas Gregor2009-05-211-1/+13
* Template instantiation for C++ delete expressionDouglas Gregor2009-05-211-1/+13
* Merge the ASTVector and ASTOwningVector templates, since they offeredDouglas Gregor2009-05-211-11/+4
* Template instantiation for C++ "new" expressions.Douglas Gregor2009-05-211-1/+56
* Fix template instantiation for compound statements so that it properlyDouglas Gregor2009-05-201-2/+2
* Introduce a new kind of RAII class, ASTOwningVector, which is anDouglas Gregor2009-05-201-72/+36
* Template instantiation for CXXExprWithTemporaries, which occurs whenDouglas Gregor2009-05-201-1/+13
* Template instantiation for the various kinds of AST nodes that occurDouglas Gregor2009-05-201-3/+84
* Introduce a new expression type, CXXUnresolvedConstructExpr, toDouglas Gregor2009-05-201-0/+41
* Add FIXMEs for the remaining C and C++ expression types that stillDouglas Gregor2009-05-191-2/+24
* Template instantiation for __builtin_va_arg.Douglas Gregor2009-05-191-3/+27
* Template instantiation for __builtin_choose_expr.Douglas Gregor2009-05-191-0/+20
* Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it,Douglas Gregor2009-05-191-16/+2
* Template instantiation for __builtin_shufflevector.Douglas Gregor2009-05-191-0/+48
* Template instantiation for __builtin_types_compatible_p.Douglas Gregor2009-05-191-0/+21
* Template instantiation for GNU statement expressionsDouglas Gregor2009-05-191-0/+12
* Fix handling of the GNU "t ? : f" extension to the conditionalDouglas Gregor2009-05-191-8/+8
* Template instantiation for compound assignment operators.Douglas Gregor2009-05-191-0/+7
* Template instantiation for cast expressions.Douglas Gregor2009-05-191-0/+121
* Template instantiation for call expressions.Douglas Gregor2009-05-191-9/+56
* Template instantiation for array subscript expressions. This was farDouglas Gregor2009-05-191-0/+31
* Template instantiation for imaginary literals, because they were next in Expr.hDouglas Gregor2009-05-181-0/+6
* Implement instantiation of a few boring, simple expressions. I don't think th...Sebastian Redl2009-05-161-2/+44
* Reflow some comments.Mike Stump2009-05-161-5/+5
* Template instantiation for WhileStmt and CXXConditionDeclExpr.Douglas Gregor2009-05-151-0/+16
* Allow instantiation of NULL expressions and statementsDouglas Gregor2009-05-151-0/+3
* Instantiation support for 'this'Anders Carlsson2009-05-151-0/+12
* Move statement instantiation into its own file. No functionality changeDouglas Gregor2009-05-151-132/+2
* Instantiate return statements.Anders Carlsson2009-05-151-0/+14
* Add NullStmt::Clone and use itAnders Carlsson2009-05-151-1/+1
OpenPOWER on IntegriCloud