aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-declref.cpp
AgeCommit message (Expand)Author
2012-04-17Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith
2010-08-17Implicit decl ref expressions might not have name locations; don't silentlyJohn McCall
2010-03-31Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor
2010-02-06Teach Sema how to instantiate a local function declaration properly. FixesJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-04When performing template instantiation (transformation) ofDouglas Gregor
2009-05-29Follow-on test case for template instantiation of interesting DeclGroupsDouglas Gregor
2009-05-29Now that we have declared/defined tag types within DeclGroups,Douglas Gregor
2009-05-28Introduced DeclContext::isDependentContext, which determines whether aDouglas Gregor
2009-05-27Reimplement much of the way that we track nested classes in theDouglas Gregor
2009-05-27Simplify, and improve the performance of, template instantiation forDouglas Gregor
2009-05-27Add some more tests for instantiation of declaration references. Also,Douglas Gregor
2009-05-27Enumeration declarations that were instantiated from an enumerationDouglas Gregor
2009-05-27Improve name lookup for and template instantiation of declarationDouglas Gregor