summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/qualified-id.cpp
AgeCommit message (Expand)Author
2012-03-18Replace a FIXME with a diagnostic when we can't resolve theDouglas Gregor
2010-04-09Turn access control on by default in -cc1.John McCall
2010-01-29When naming a function template via a qualified-id (or any other wayDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-01Rework how we support C++ implicit member accesses. If we can resolve anJohn McCall
2009-11-30Fix and test for a problem caught by the clang-on-clang buildbot: qualifiedJohn McCall
2009-09-28Parse a C++ scope specifier followed by a "typename" annotation token as a ty...Douglas Gregor