summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/ms-lookup-template-base-classes.cpp
AgeCommit message (Expand)Author
2017-05-10Improve diagnosis of unknown template name.Richard Smith
2016-06-15Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev
2016-06-15[MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev
2016-05-31[MSVC] Fix stack overflow in unqualified type lookup logic, by WillAlexey Bataev
2016-05-24[ms] Allow more unqualified lookup of types in dependent base classesReid Kleckner
2015-12-18[modules] Don't try to use the definition of a class ifRichard Smith
2015-10-05Revert r107690 (for PR7417) and add a testcase that it breaks. The approach ofRichard Smith
2015-06-12[ms] Don't try to delay lookup for failures in SFINAE context (PR23823)Hans Wennborg
2015-06-11[ms] Do lookup in dependent base classes also when overload resolution fails ...Hans Wennborg
2015-02-19[MSVC] Improved lookup into dependent/non-dependent bases of dependent classAlexey Bataev
2014-08-24PR20716 - Crash when recovering from type in known dependent base.Nikola Smiljanic
2014-08-14Limit our MSVC compat hack for nested names from dependent basesReid Kleckner
2014-07-08MS compat: Allow lookup of types from dependent bases in functionsReid Kleckner
2014-07-08Allow more lookup of types in dependent base classesReid Kleckner
2014-06-11Allow lookup into dependent bases in more places under -fms-compatibilityReid Kleckner
2014-03-25-fms-compatibility: Only form implicit member exprs for unqualified idsReid Kleckner
2013-12-14Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker
2013-12-14Don't require -re suffix on -verify directives with regexes.Hans Wennborg
2013-12-11Change semantics of regex expectations in the diagnostic verifierHans Wennborg
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker
2013-10-15ms-compat: Fix taking the address of a member of a dependent baseReid Kleckner
2013-04-29Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't buildRichard Smith
2012-06-20Allow unqualified lookup of non-dependent member functionsNico Weber
2011-12-03In Microsoft mode, don't perform typo correction in a template member functio...Francois Pichet
2011-11-25In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet
2011-11-17In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet
2011-11-15In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet
2011-11-11Move "Unqualified lookup into dependent bases of class templates" Microsoft s...Francois Pichet
2011-09-07In Microsoft mode, if we are inside a template class member function and we c...Francois Pichet