summaryrefslogtreecommitdiffstats
path: root/test/CXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r310804:Hans Wennborg2017-08-149-43/+43
* Merging r310692:Hans Wennborg2017-08-112-2/+2
* [modules ts] Basic for module linkage.Richard Smith2017-07-073-7/+106
* [modules ts] Do not emit strong function definitions from the module interfac...Richard Smith2017-07-063-0/+90
* Address comments that escaped D33333Erich Keane2017-07-051-2/+2
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-0/+33
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-054-2/+64
* Emit warning when throw exception in destruct or dealloc functions which has a Erich Keane2017-06-231-5/+4
* Do not inherit default arguments for friend function in class template.Serge Pavlov2017-06-081-0/+33
* Improve diagnostics if friend function redefines file-level function.Serge Pavlov2017-06-081-0/+28
* When determining the target function of an explicit instantiation, makeJohn McCall2017-06-071-0/+13
* [c++1z] Support deducing B in noexcept(B).Richard Smith2017-06-072-6/+16
* Switch from using a DiagnosticTrap and a note for "while defining a specialRichard Smith2017-05-251-1/+1
* [Sema] Implement Core 2094: Trivial copy/move constructor for class with vola...Eric Fiselier2017-05-092-4/+33
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-241-0/+27
* Rearrange some Modules TS testcases into test/CXX/modules-ts.Richard Smith2017-04-223-0/+119
* Correct class-template deprecation behavior-REDUXErich Keane2017-03-231-3/+34
* Revert "Correct class-template deprecation behavior"Martin Bohme2017-03-221-34/+3
* Correct class-template deprecation behaviorErich Keane2017-03-211-3/+34
* Implement DR 373 "Lookup on namespace qualified name in using-directive"Matthias Gehre2017-03-171-5/+8
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-103-6/+6
* C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith2017-02-252-0/+142
* Add context note to diagnostics that occur while declaring an implicit specia...Richard Smith2017-02-231-3/+5
* Fix tracking of whether the previous template instantiation stack matches the...Richard Smith2017-02-231-3/+1
* Revert r295277 to fix buildbot.Richard Smith2017-02-161-1/+1
* Add missing "deduced A == A" check for function template partial ordering.Richard Smith2017-02-161-1/+1
* [Sema] Add lvalue-to-rvalue cast in direct-list-initialization of enumVedant Kumar2017-02-161-14/+31
* [c++1z] Add some more tests for class template argument deduction, addRichard Smith2017-02-142-1/+40
* [c++1z] Synthesize implicit deduction guides from constructors on demand. RankRichard Smith2017-02-143-19/+47
* [c++1z] Diagnose attempts to use variables with deduced class templateRichard Smith2017-02-103-8/+16
* [c++1z] Require an initializer for deduced class template specialization types.Richard Smith2017-02-104-6/+12
* [c++1z] Enforce restriction that deduction guide is declared in the same scop...Richard Smith2017-02-101-10/+10
* [c++1z] Disallow deduction guides with deduced types that don't syntactically...Richard Smith2017-02-101-5/+3
* [c++1z] In class template argument deduction, all declarators must deduce the...Richard Smith2017-02-101-0/+12
* [Concepts] Class template associated constraintsHubert Tong2017-02-101-0/+65
* [c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.Richard Smith2017-02-102-2/+27
* Disallow explicit instantiation and explicit specialization for deduction gui...Richard Smith2017-02-091-0/+20
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-093-1/+55
* Sema: add warning for c++ member variable shadowingSaleem Abdulrasool2017-02-083-11/+123
* Diagnose an attempt to give a deduction-guide a function body.Richard Smith2017-02-081-5/+5
* Fix constructor declarator detection for the case when the name is followed byRichard Smith2017-02-081-1/+1
* P0091R3: Improved syntactic checking of deduction-guides.Richard Smith2017-02-082-11/+26
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-073-0/+161
* Repoint 'missing typename' diagnostic to the location where 'typename' should...Richard Smith2017-02-011-1/+2
* Fix hole in our enforcement of rule requiring 'typename' prior to a dependentRichard Smith2017-02-013-3/+44
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-262-3/+15
* [Sema] Improve the error diagnostic for dot destructor calls on pointer objectsAlex Lorenz2017-01-201-1/+1
* Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-203-25/+51
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-193-6/+142
* PR9551: Implement DR1004 (http://wg21.link/cwg1004).Richard Smith2017-01-182-7/+73