summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-member-expr.cpp
AgeCommit message (Expand)Author
2012-10-21Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith
2012-10-19Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky
2012-10-19PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith
2011-01-04Enhance the diagnostic for negative array sizes to include theChandler Carruth
2010-12-22[analyzer] Refactoring: Drop the 'GR' prefix.Argyrios Kyrtzidis
2010-11-12Replace one hack with a different hack: strip out the ObjectTypeJohn McCall
2010-04-27Improve the diagnostic you get when making a qualified member accessJohn McCall
2010-04-27Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-15Don't repeat lookup when instantiating resolved member expressions.John McCall
2009-12-22When we simply return a retained member expression when instantiating, we mus...Anders Carlsson