summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/p4.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema][NFC] Add more tests for the behavior of argument-dependent name lookupBruno Ricci2019-04-221-0/+93
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-0/+5
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* 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
* "const std::vector<int>*" not "std::vector<int> const*"Chris Lattner2010-09-051-1/+1
* Put function templates instantiated from friend declarations in the correctJohn McCall2010-03-261-0/+12
* Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall2009-12-161-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Argument-dependent lookup for friend declarations. Add a new decl type,John McCall2009-08-111-0/+42
OpenPOWER on IntegriCloud