summaryrefslogtreecommitdiffstats
path: root/test/CXX/basic/basic.lookup/basic.lookup.argdep/p2.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema][NFC] Add more tests for the behavior of argument-dependent name lookupBruno Ricci2019-04-221-0/+16
* 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
* Instantiate class template specializations during ADL.John McCall2012-08-241-0/+24
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* When emitting a "too many arguments to function call..." error, also include ...Ted Kremenek2011-04-041-1/+1
* A more minimal fix for PR6762.John McCall2010-05-281-0/+11
* Roll back r104941.John McCall2010-05-281-11/+0
* Add a new attribute on records, __attribute__((adl_invisible)), and defineJohn McCall2010-05-281-0/+11
* Test case for r104938.John McCall2010-05-281-0/+11
* Fix ADL for types declared in transparent decls, from Alp Toker!Douglas Gregor2010-04-301-0/+15
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve argument-dependent lookup to find associated classes andDouglas Gregor2009-07-081-0/+73