aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/member-template-access-expr.cpp
AgeCommit message (Expand)Author
2012-05-15Improve some of the conversion warnings to fire on conversion to bool.David Blaikie
2012-04-05Enable warn_impcast_literal_float_to_integer by default.David Blaikie
2010-07-16When performing template name lookup for a dependent member accessDouglas Gregor
2010-01-15When determining whether the type is the current instantiation, stripDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-04When starting a C++ member access expression, make sure to compute theDouglas Gregor
2009-10-31Implement "incremental" template instantiation for non-type templateDouglas Gregor
2009-10-24Fix overload resolution when calling a member template or taking theDouglas Gregor
2009-10-20Handle substitutions into the "first qualifier in scope" of aDouglas Gregor
2009-10-19Parse a simple-template-id following a '~' when calling a destructor, e.g.,Douglas Gregor
2009-09-09Initial stab at implement dependent member references to memberDouglas Gregor