summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-member-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith2012-10-211-1/+16
* Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky2012-10-191-8/+0
* PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith2012-10-191-0/+8
* Enhance the diagnostic for negative array sizes to include theChandler Carruth2011-01-041-1/+1
* [analyzer] Refactoring: Drop the 'GR' prefix.Argyrios Kyrtzidis2010-12-221-3/+3
* Replace one hack with a different hack: strip out the ObjectTypeJohn McCall2010-11-121-0/+17
* Improve the diagnostic you get when making a qualified member accessJohn McCall2010-04-271-1/+1
* Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall2010-04-271-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Don't repeat lookup when instantiating resolved member expressions.John McCall2010-01-151-0/+24
* When we simply return a retained member expression when instantiating, we mus...Anders Carlsson2009-12-221-0/+27