llvm-project/clang/test/CXX/basic/basic.lookup
Chris Lattner 7f2c7f4ef3 "const std::vector<int>*" not "std::vector<int> const*"
llvm-svn: 113094
2010-09-05 00:27:00 +00:00
..
basic.lookup.argdep "const std::vector<int>*" not "std::vector<int> const*" 2010-09-05 00:27:00 +00:00
basic.lookup.classref Add an extension to avoid an error when a global template has the same name as 2010-06-05 01:39:57 +00:00
basic.lookup.elab Recommit my change to how C++ does elaborated type lookups, now with 2010-04-23 18:46:30 +00:00
basic.lookup.qual Rip out the C++0x-specific handling of destructor names. The specification is still in flux and unclear, and our interim workaround was broken. Fixes PR7467. 2010-07-07 23:17:38 +00:00
basic.lookup.udir Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
basic.lookup.unqual When a template (without arguments) is passed as a template type 2010-04-08 00:03:06 +00:00