summaryrefslogtreecommitdiff
path: root/test/CXX/temp/temp.spec/temp.explicit
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-1/+4
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith2016-08-311-7/+8
* Lit C++11 Compatibility Patch #7Charles Li2016-04-132-3/+23
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-0/+5
* C++1y is now C++14!Aaron Ballman2014-08-191-1/+1
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-2/+2
* Disable llvm optimizations, but keep -O1 to test available_externally.Rafael Espindola2013-09-041-1/+1
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-1/+1
* PR12008: defer adding the implicit 'const' to a constexpr member function untilRichard Smith2013-01-141-1/+1
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-193-0/+3
* hopefully fix a bunch of ARM buildbot failuresNuno Lopes2012-05-091-1/+1
* Change how we suppress access control in explicit instantiationsJohn McCall2012-05-071-3/+46
* Support for definitions of member enumerations of class templates outside theRichard Smith2012-03-231-0/+9
* Instantiating a class template should not instantiate the definition of anyRichard Smith2012-03-141-5/+18
* Fix a crash on invalid, http://llvm.org/pr11599Nico Weber2011-12-201-0/+7
* Make the -Wc++11-compat warnings ignored by default, so we don't breakDouglas Gregor2011-10-253-3/+3
* 'extern template' is a C++11 feature. Add an Extension for C++98 (this matchesRichard Smith2011-10-201-1/+1
* [temp.explicit]p1: constexpr cannot be specified in explicit instantiations.Richard Smith2011-10-141-2/+7
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-134-4/+4
* Factor out (some of) the checking for invalid forms of pointerChandler Carruth2011-06-271-2/+2
* Downgrade the warning about the use of typedefs for class templateDouglas Gregor2011-06-071-2/+2
* Template static data members can have weak_odr linkage, not justJohn McCall2011-04-121-4/+4
* Support explicit template specialization and instantiation for membersDouglas Gregor2011-03-071-0/+65
* remove curly quotes, patch by Dimitry Andric!Chris Lattner2010-09-061-1/+1
* Support explicit instantiation of function templates and members of classChandler Carruth2010-08-251-1/+26
* Reinstate the optimization suppressing available_externally functionsDouglas Gregor2010-07-131-1/+1
* Speculatively revert r108156; it appears to be breaking self-host.Douglas Gregor2010-07-121-1/+1
* Do not generate LLVM IR for available_externally function bodies atDouglas Gregor2010-07-121-1/+1
* Partial fix for PR7267 based on comments by John McCall on an earlier patch.Chandler Carruth2010-06-281-0/+18
* Downgrade the error when using a typedef in the nested-name-specifierDouglas Gregor2010-06-161-3/+3
* The C++98/03 standard is disturbingly silent about out-of-scopeDouglas Gregor2010-05-112-3/+3
* Only complain about explicit instantiations following explicitDouglas Gregor2010-04-091-11/+11
* Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin2010-04-081-9/+7
* Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor2010-03-131-2/+2
* Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor2010-03-131-2/+2
* Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor2010-03-131-2/+2
* Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor2010-03-121-2/+2
* Give explicit template instantiations weak linkage (but don't deferDouglas Gregor2010-03-121-2/+2
* Suppress implicit member redeclarations arising from explicit instantiationJohn McCall2010-03-021-0/+16
* Do not require a complete type when checking for a pointer conversionDouglas Gregor2010-02-221-0/+21
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-2/+2
* Switch file-scope assignment initialization over to InitializationSequence.Eli Friedman2009-12-222-2/+2
* Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor2009-12-201-2/+2
* Refactor to remove more dependencies on PreDeclaratorDC. I seem to have madeJohn McCall2009-12-191-8/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1514-14/+14
* Fix some diagnostic-related FIXMEs, from Nicola GiganteDouglas Gregor2009-12-151-1/+1
* Introduce a new class, UnqualifiedId, that provides a parsedDouglas Gregor2009-11-031-2/+2
* Improved fix for PR3844, which recovers better for class templateDouglas Gregor2009-10-301-1/+1