summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
Commit message (Expand)AuthorAgeFilesLines
* cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.Jakub Jelinek2019-12-041-1/+3
* Do not update SSA in lto-stremaer-inJan Hubicka2019-12-031-2/+2
* PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.Marek Polacek2019-12-031-0/+9
* Implement P1814R0, CTAD for alias templates.Jason Merrill2019-11-271-0/+3
* PR c++/92206 - ICE with typedef to dependent alias.Jason Merrill2019-11-271-3/+8
* re PR c++/92524 (ICE in short program with constexpr and std::array)Jakub Jelinek2019-11-271-0/+5
* [C++] Fix interaction between aka changes and DR1558 (PR92206)Richard Sandiford2019-11-131-2/+4
* Implement D1907R1 "structural type".Jason Merrill2019-11-061-0/+57
* Implement C++20 operator<=>.Jason Merrill2019-11-051-0/+3
* re PR c++/90947 (Simple lookup table of array of strings is miscompiled)Jakub Jelinek2019-10-311-0/+62
* cp-tree.h (omp_declare_variant_finalize, [...]): Declare.Jakub Jelinek2019-10-301-2/+1
* [C++] Avoid exposing internal details in aka typesRichard Sandiford2019-10-221-33/+47
* Implement C++20 P1301 [[nodiscard("should have a reason")]].JeanHeyd Meneide2019-10-191-2/+7
* Add source location to TRAIT_EXPR.Jason Merrill2019-08-311-0/+2
* PR c++/90393 - ICE with thow in ?:Jason Merrill2019-08-151-4/+17
* Implement P0848R3, Conditionally Trivial Special Member Functions.Jason Merrill2019-08-151-0/+25
* tree.c (handle_nodiscard_attribute): Do not warn about nodiscard applied to a...Paolo Carlini2019-08-021-1/+2
* Rename DEFAULT_ARG to DEFERRED_PARSE.Marek Polacek2019-06-231-2/+2
* PR c++/86476 - noexcept-specifier is a complete-class context.Marek Polacek2019-06-221-0/+2
* PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek2019-06-191-0/+2
* re PR c++/90598 (Return type of explicit destructor call wrong)Jakub Jelinek2019-05-291-0/+4
* CWG 2094 - volatile scalars are trivially copyable.Marek Polacek2019-05-201-1/+2
* trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2019-05-171-4/+6
* call.c (perform_overload_resolution, [...]): Use OVL_P; remove redundant TEMP...Paolo Carlini2019-05-151-5/+3
* Use releasing_vec more broadly.Jason Merrill2019-05-131-12/+5
* call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini2019-05-101-9/+5
* PR c++/89630 - ICE with dependent using-decl as template arg.Jason Merrill2019-03-181-8/+1
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-5/+5
* PR c++/88123 - lambda and using-directive.Jason Merrill2019-03-071-0/+2
* PR c++/86740, ICE with constexpr if and nested generic lambdas.Jason Merrill2019-01-171-0/+8
* Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann2019-01-141-0/+1
* tree.c (handle_nodiscard_attribute): Improve warning location.Paolo Carlini2019-01-031-2/+3
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm2018-12-191-0/+16
* Implement P0479R5, [[likely]] and [[unlikely]].Jason Merrill2018-11-161-0/+30
* Remove ovl_used, it is no longer neededNathan Sidwell2018-11-161-68/+5
* Implement P0315R4, Lambdas in unevaluated contexts.Jason Merrill2018-11-121-12/+17
* [PR C++/87904] lookup ICENathan Sidwell2018-11-071-6/+10
* Implement P0732R2, class types in non-type template parameters.Jason Merrill2018-11-051-0/+6
* Fix various latent issues revealed by P0732 work.Jason Merrill2018-11-051-0/+2
* [C++ PATCH] Simplify overloadsNathan Sidwell2018-10-311-29/+22
* 2018-10-17 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2018-10-171-0/+3
* Implement P0840, language support for empty objects.Jason Merrill2018-10-031-0/+27
* Come up with fndecl_built_in_p.Martin Liska2018-08-271-3/+2
* Add support for grouping of related diagnostics (PR other/84889)David Malcolm2018-08-201-0/+2
* P0595R1 - is_constant_evaluatedJakub Jelinek2018-08-081-3/+11
* PR c++/86480 - nested variadic lambda and constexpr if.Jason Merrill2018-07-171-1/+13
* PR c++/86378 - functional cast in noexcept-specifier.Jason Merrill2018-07-031-2/+2
* re PR c++/86184 (Conditional expression with omitted operand cannot use rvalu...Marek Polacek2018-06-291-0/+5
* [PR c++/85634] Fix tsubst ICENathan Sidwell2018-06-201-87/+35