summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/dependent-names.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix crash on switch conditions of non-integer types in templates"Dmitri Gribenko2019-08-131-0/+3
* Fix crash on switch conditions of non-integer types in templatesElizabeth Andrews2019-08-131-3/+0
* PR37680: fix faulty assertion condition.Richard Smith2018-06-061-0/+12
* Fix regression in r332076.Richard Smith2018-05-141-0/+20
* Fix crash on qualified template name instantiation if the template name has noRichard Smith2018-04-251-0/+8
* Weaken an assertion that isn't true for invalid input.Nico Weber2015-01-301-0/+5
* PR19936: Fix a really dumb bug where we would profile dependent operator* exp...Richard Smith2014-06-051-0/+15
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-2/+2
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-2/+2
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-2/+2
* Don't suggest putting 'operator new' or 'operator delete' in a namespace to f...Richard Smith2013-06-121-0/+12
* Implement DR85: Redeclaration of member is forbiddenDavid Majnemer2013-06-111-1/+0
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-1/+20
* PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; ...Richard Smith2012-12-221-0/+9
* When filtering the list of associated namespaces so that we don't suggest peopleNick Lewycky2012-11-131-0/+14
* Rework my implementation of circular-reference finding to not useDouglas Gregor2012-11-101-0/+3
* Diagnostic circular inheritance involving dependent base classes. WeDouglas Gregor2012-11-101-2/+21
* When resolving default template arguments, it should be done in the declarati...Argyrios Kyrtzidis2012-04-251-0/+32
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Fix PR10187: when diagnosing a two-phase-lookup-related failure, don't assert...Richard Smith2011-06-261-0/+30
* Hyphenate "argument-dependent".Jay Foad2011-06-141-6/+6
* Fix PR10053: Improve diagnostics and error recovery for code which some compi...Richard Smith2011-06-051-1/+134
* Improve our handling of the current instantiation for qualifiedDouglas Gregor2011-02-041-0/+27
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+4
* Shift things around so that it's easier to recover from a missingJohn McCall2009-12-161-2/+1
* Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall2009-12-161-0/+15
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix some major problems dealing with dependently-qualified names in implicitJohn McCall2009-11-241-0/+70
* Fix PR4365.Anders Carlsson2009-06-121-0/+16