summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-expr-2.cpp
Commit message (Expand)AuthorAgeFilesLines
* When transforming a C++ "new" expression's constructor arguments, dropDouglas Gregor2010-05-261-0/+31
* Collapse the three separate initialization paths inDouglas Gregor2010-04-161-0/+19
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When type-checking a C++ "new" expression, don't type-check the actual Douglas Gregor2009-10-171-0/+15
* Implement proper substitution for OverloadedFunctionDecls, but substituting e...Douglas Gregor2009-09-011-0/+18
* Fix a crasher involving template instantiation of non-dependentDouglas Gregor2009-09-011-0/+14
* Implement template instantiation for member operator access.Douglas Gregor2009-08-311-0/+16
* Introduce basic support for instantiating the definitions of memberDouglas Gregor2009-05-141-2/+2
* Introduce a stack of instantiation scopes that are used to store the mapping ...Douglas Gregor2009-05-141-4/+1
* Link FunctionDecls instantiated from the member functions of a classDouglas Gregor2009-05-141-0/+13
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* added type dependent testcaseGabor Greif2009-03-181-2/+19
* cleanup instantiation code, tighten testcaseGabor Greif2009-03-181-1/+5
* instantiate ?: expressionsGabor Greif2009-03-181-0/+34
* Implement template instantiation for the prefix unary operators. AsDouglas Gregor2009-03-131-0/+15
* Devious test-case involved overload resolution and ADL during template instan...Douglas Gregor2009-03-131-0/+52