aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-expr-2.cpp
AgeCommit message (Expand)Author
2010-05-26When transforming a C++ "new" expression's constructor arguments, dropDouglas Gregor
2010-04-16Collapse the three separate initialization paths inDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-17When type-checking a C++ "new" expression, don't type-check the actual Douglas Gregor
2009-09-01Implement proper substitution for OverloadedFunctionDecls, but substituting e...Douglas Gregor
2009-09-01Fix a crasher involving template instantiation of non-dependentDouglas Gregor
2009-08-31Implement template instantiation for member operator access.Douglas Gregor
2009-05-14Introduce basic support for instantiating the definitions of memberDouglas Gregor
2009-05-14Introduce a stack of instantiation scopes that are used to store the mapping ...Douglas Gregor
2009-05-14Link FunctionDecls instantiated from the member functions of a classDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-18added type dependent testcaseGabor Greif
2009-03-18cleanup instantiation code, tighten testcaseGabor Greif
2009-03-18instantiate ?: expressionsGabor Greif
2009-03-13Implement template instantiation for the prefix unary operators. AsDouglas Gregor
2009-03-13Devious test-case involved overload resolution and ADL during template instan...Douglas Gregor