aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-28PR c++/91360 - Implement C++20 P1143R2: constinit.Marek Polacek1-0/+9
2019-08-28PR c++/91428 - warn about std::is_constant_evaluated in if constexpr.Marek Polacek1-0/+1
2019-08-23PR c++/79817 - attribute deprecated on namespace.Marek Polacek1-0/+1
2019-08-15Implement P0848R3, Conditionally Trivial Special Member Functions.Jason Merrill1-1/+2
2019-08-13* cp-tree.h (DECL_MUTABLE_P): Use FIELD_DECL_CHECK.Marek Polacek1-2/+2
2019-08-07PR c++/91346 - Implement P1668R1, allow unevaluated asm in constexpr.Marek Polacek1-2/+2
2019-08-05cp-tree.h (cp_expr_loc_or_input_loc): New.Paolo Carlini1-1/+7
2019-07-31PR c++/90538 - multiple expansions of capture packsJason Merrill1-6/+3
2019-07-31Fix copy_node of TEMPLATE_INFO.Jason Merrill1-3/+7
2019-07-20Fix ICE on class template argument deduction with inherited ctor.Jason Merrill1-1/+2
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-7/+14
2019-07-04Improve OpenMP map diagnostics.Andrew Stubbs1-0/+1
2019-06-29Remove trailing whitespace in C++ front end.Jason Merrill1-15/+15
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz1-0/+3
2019-06-23Rename DEFAULT_ARG to DEFERRED_PARSE.Marek Polacek1-10/+10
2019-06-22PR c++/86476 - noexcept-specifier is a complete-class context.Marek Polacek1-1/+6
2019-06-18tree.c (build_constructor): Add MEM_STAT_DECL.Jason Merrill1-1/+1
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek1-1/+1
2019-05-31[C++PATCH] Lambda names are anonymousNathan Sidwell1-9/+18
2019-05-30* cp-tree.h (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Fix a typo.Marek Polacek1-1/+1
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell1-2/+1
2019-05-23Add whitespace between operator and operandJonathan Wakely1-1/+1
2019-05-22PR c++/20408 - unnecessary code for empty struct.Jason Merrill1-0/+1
2019-05-20cp-tree.h: Remove remnants of CONV_NONCONVERTING.Paolo Carlini1-3/+2
2019-05-20[C++ PATCH] namespace using directivesNathan Sidwell1-7/+1
2019-05-15cp-tree.h (REFERENCE_VLA_OK): Remove.Paolo Carlini1-6/+0
2019-05-13Use releasing_vec more broadly.Jason Merrill1-3/+13
2019-05-10call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini1-4/+2
2019-05-08[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATANathan Sidwell1-12/+5
2019-04-12PR c++/87603 - constexpr functions are no longer noexcept.Marek Polacek1-1/+0
2019-03-31PR c++/89852 - ICE with C++11 functional cast with { }.Marek Polacek1-0/+3
2019-03-30PR c++/89744 - ICE with specialization of member class template.Jason Merrill1-1/+9
2019-03-28PR c++/89836 - bool constant expression and explicit conversions.Marek Polacek1-0/+1
2019-03-22re PR c++/60702 (thread_local initialization)Jakub Jelinek1-1/+1
2019-03-05re PR c++/86485 ("anonymous" maybe-uninitialized false positive with ternary ...Jason Merrill1-1/+1
2019-03-02re PR c++/71446 (Incorrect overload resolution when using designated initiali...Jakub Jelinek1-0/+7
2019-02-22PR c++/87685 - generic lambda 'this' capture error.Jason Merrill1-1/+1
2019-02-20PR c++/87921 - wrong error with inline static data member.Jason Merrill1-2/+2
2019-02-18Improve duplicate [[likely]] diagnostic.Jason Merrill1-1/+1
2019-02-17PR c++/89217 - ICE with list-initialization in range-based for loop.Marek Polacek1-0/+1
2019-02-13[PR86379] do not use TREE_TYPE for USING_DECL_SCOPEAlexandre Oliva1-1/+1
2019-01-31PR c++/88752 - ICE with lambda and constexpr if.Jason Merrill1-0/+5
2019-01-27PR c++/88815 - narrowing conversion lost in decltype.Marek Polacek1-0/+6
2019-01-24PR c++/89001 - mangling of reference temporariesJason Merrill1-0/+3
2019-01-17PR c++/86205 - ICE with ?: of throw and template-id.Jason Merrill1-0/+1
2019-01-17[PR87768] reset location wrapper suppression when reentering top levelAlexandre Oliva1-0/+1
2019-01-16PR c++/78244 - narrowing conversion in template not detected.Marek Polacek1-0/+6
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann1-0/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1