summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/basic/basic.lookup
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-2/+2
* When diagnosing the lack of a viable conversion function, also listRichard Smith2020-01-091-1/+1
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-9/+51
* [Sema] ADL: Associated namespaces for class types and enumeration types (CWG ...Bruno Ricci2019-04-221-5/+13
* [Sema][NFC] Add more tests for the behavior of argument-dependent name lookupBruno Ricci2019-04-225-0/+565
* Restore pre-r335182 behavior for naming inherited constructors asRichard Smith2018-06-221-0/+15
* Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith2017-09-291-0/+1
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-1/+1
* Fix hole in our enforcement of rule requiring 'typename' prior to a dependentRichard Smith2017-02-011-2/+6
* Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-201-3/+1
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-4/+85
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-2/+2
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-4/+5
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-3/+14
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-172-2/+17
* Update error message text.Serge Pavlov2015-01-181-1/+1
* The exception-declaration for a function-try-block cannot redeclare aAaron Ballman2014-06-021-2/+6
* This test should no longer be XFAILed; the standard has stabilized, and the t...Aaron Ballman2014-05-301-13/+12
* Test requires exceptionsAlp Toker2014-05-281-1/+1
* Sema: Implement DR244David Majnemer2014-05-211-1/+2
* Revert "Sema: Implement DR244"David Majnemer2014-05-031-2/+1
* Sema: Implement DR244David Majnemer2014-05-031-1/+2
* Don't fold together the name lookup entries for two declarations if they areRichard Smith2014-03-171-0/+11
* Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie2014-02-091-1/+2
* Added warning on structures/unions that are empty or contain onlySerge Pavlov2013-11-141-1/+1
* Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain2013-09-261-4/+4
* Skip transparent contexts when looking for using directives in name lookup.Douglas Gregor2013-04-091-4/+8
* <rdar://problem/13540899> Collect using directives from all of the semantic c...Douglas Gregor2013-04-081-0/+19
* <rdar://problem/13317030> Consider using directives when performing unqualifi...Douglas Gregor2013-03-271-0/+30
* Remove FIXMEs: these are covered by a core issue which we don't yet implementRichard Smith2013-03-261-2/+0
* Implement special-case name lookup for inheriting constructors: memberRichard Smith2013-03-261-1/+93
* Add quotation marks to template names in diagnostics.David Blaikie2013-03-051-1/+1
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-1910-0/+10
* Instantiate class template specializations during ADL.John McCall2012-08-241-0/+24
* We don't need a lengthy quote from the wrong standard.Douglas Gregor2012-05-011-20/+0
* Add test cases for r155935.Douglas Gregor2012-05-012-0/+110
* When determining whether an identifier followed by a '<' in a memberDouglas Gregor2012-03-101-0/+25
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-153-3/+3
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* De-Unicode-ify.NAKAMURA Takumi2011-08-121-1/+1
* When performing the lookup in the current scope for a member access toDouglas Gregor2011-08-101-0/+18
* Update this test to reflect the new (deterministic) order in r134038.Chandler Carruth2011-06-281-2/+2
* Modify test case to allow buildbots to make forward progress. This test shouldChad Rosier2011-06-281-2/+2
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-281-3/+10
* Teach Sema::ActOnUninitializedDecl() not to try to interpret when oneDouglas Gregor2011-05-211-0/+3
* When emitting a "too many arguments to function call..." error, also include ...Ted Kremenek2011-04-041-1/+1
* "const std::vector<int>*" not "std::vector<int> const*"Chris Lattner2010-09-051-1/+1
* Rip out the C++0x-specific handling of destructor names. The specification is...Sebastian Redl2010-07-071-0/+3
* Add an extension to avoid an error when a global template has the same name asJeffrey Yasskin2010-06-051-0/+46
* A more minimal fix for PR6762.John McCall2010-05-281-0/+11
OpenPOWER on IntegriCloud