summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/ms-lookup-template-base-classes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve diagnosis of unknown template name.Richard Smith2017-05-101-2/+1
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-1/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-0/+1
* [MSVC] Fix stack overflow in unqualified type lookup logic, by WillAlexey Bataev2016-05-311-0/+29
* [ms] Allow more unqualified lookup of types in dependent base classesReid Kleckner2016-05-241-1/+31
* [modules] Don't try to use the definition of a class ifRichard Smith2015-12-181-1/+1
* Revert r107690 (for PR7417) and add a testcase that it breaks. The approach ofRichard Smith2015-10-051-5/+5
* [ms] Don't try to delay lookup for failures in SFINAE context (PR23823)Hans Wennborg2015-06-121-0/+10
* [ms] Do lookup in dependent base classes also when overload resolution fails ...Hans Wennborg2015-06-111-0/+16
* [MSVC] Improved lookup into dependent/non-dependent bases of dependent classAlexey Bataev2015-02-191-6/+63
* PR20716 - Crash when recovering from type in known dependent base.Nikola Smiljanic2014-08-241-0/+20
* Limit our MSVC compat hack for nested names from dependent basesReid Kleckner2014-08-141-2/+12
* MS compat: Allow lookup of types from dependent bases in functionsReid Kleckner2014-07-081-12/+16
* Allow more lookup of types in dependent base classesReid Kleckner2014-07-081-1/+182
* Allow lookup into dependent bases in more places under -fms-compatibilityReid Kleckner2014-06-111-7/+23
* -fms-compatibility: Only form implicit member exprs for unqualified idsReid Kleckner2014-03-251-0/+23
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-1/+1
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* ms-compat: Fix taking the address of a member of a dependent baseReid Kleckner2013-10-151-0/+40
* Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't buildRichard Smith2013-04-291-1/+25
* Allow unqualified lookup of non-dependent member functionsNico Weber2012-06-201-0/+29
* In Microsoft mode, don't perform typo correction in a template member functio...Francois Pichet2011-12-031-0/+20
* In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet2011-11-251-1/+26
* In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet2011-11-171-1/+28
* In Microsoft mode, make "Unqualified lookup into dependent bases of class tem...Francois Pichet2011-11-151-0/+23
* Move "Unqualified lookup into dependent bases of class templates" Microsoft s...Francois Pichet2011-11-111-1/+20
* In Microsoft mode, if we are inside a template class member function and we c...Francois Pichet2011-09-071-0/+31