summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/member-template-access-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-1/+1
* When performing template name lookup for a dependent member accessDouglas Gregor2010-07-161-0/+19
* When determining whether the type is the current instantiation, stripDouglas Gregor2010-01-151-0/+20
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When starting a C++ member access expression, make sure to compute theDouglas Gregor2009-11-041-0/+10
* Implement "incremental" template instantiation for non-type templateDouglas Gregor2009-10-311-0/+18
* Fix overload resolution when calling a member template or taking theDouglas Gregor2009-10-241-1/+26
* Handle substitutions into the "first qualifier in scope" of aDouglas Gregor2009-10-201-2/+1
* Parse a simple-template-id following a '~' when calling a destructor, e.g.,Douglas Gregor2009-10-191-0/+23
* Initial stab at implement dependent member references to memberDouglas Gregor2009-09-091-0/+30