summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-declref.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-0/+10
* Implicit decl ref expressions might not have name locations; don't silentlyJohn McCall2010-08-171-0/+10
* Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor2010-03-311-1/+1
* Teach Sema how to instantiate a local function declaration properly. FixesJohn McCall2010-02-061-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When performing template instantiation (transformation) ofDouglas Gregor2009-11-041-0/+18
* Follow-on test case for template instantiation of interesting DeclGroupsDouglas Gregor2009-05-291-0/+3
* Now that we have declared/defined tag types within DeclGroups,Douglas Gregor2009-05-291-4/+12
* Introduced DeclContext::isDependentContext, which determines whether aDouglas Gregor2009-05-281-1/+0
* Reimplement much of the way that we track nested classes in theDouglas Gregor2009-05-271-0/+21
* Simplify, and improve the performance of, template instantiation forDouglas Gregor2009-05-271-0/+3
* Add some more tests for instantiation of declaration references. Also,Douglas Gregor2009-05-271-1/+12
* Enumeration declarations that were instantiated from an enumerationDouglas Gregor2009-05-271-2/+1
* Improve name lookup for and template instantiation of declarationDouglas Gregor2009-05-271-0/+27