aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/dependent-names.cpp
AgeCommit message (Expand)Author
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith
2012-12-22PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; ...Richard Smith
2012-11-13When filtering the list of associated namespaces so that we don't suggest peopleNick Lewycky
2012-11-10Rework my implementation of circular-reference finding to not useDouglas Gregor
2012-11-10Diagnostic circular inheritance involving dependent base classes. WeDouglas Gregor
2012-04-25When resolving default template arguments, it should be done in the declarati...Argyrios Kyrtzidis
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-06-26Fix PR10187: when diagnosing a two-phase-lookup-related failure, don't assert...Richard Smith
2011-06-14Hyphenate "argument-dependent".Jay Foad
2011-06-05Fix PR10053: Improve diagnostics and error recovery for code which some compi...Richard Smith
2011-02-04Improve our handling of the current instantiation for qualifiedDouglas Gregor
2010-04-09Turn access control on by default in -cc1.John McCall
2009-12-16Shift things around so that it's easier to recover from a missingJohn McCall
2009-12-16Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-24Fix some major problems dealing with dependently-qualified names in implicitJohn McCall
2009-06-12Fix PR4365.Anders Carlsson