summaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
Commit message (Expand)AuthorAgeFilesLines
* [C++] Pass type uses through the verify_type_context hookRichard Sandiford2019-12-061-0/+4
* typeck2.c (build_functional_cast): Add location_t parameter and use it.Paolo Carlini2019-12-051-1/+1
* Implement P1814R0, CTAD for alias templates.Jason Merrill2019-11-271-105/+376
* Fix constrained alias template transparency.Jason Merrill2019-11-271-7/+46
* PR c++/92206 - ICE with typedef to dependent alias.Jason Merrill2019-11-271-26/+44
* re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert)Andrew Sutton2019-11-271-11/+0
* Diagnose certain constraint errors as hard errors, but otherwise treat them t...Andrew Sutton2019-11-271-2/+0
* Remember the location of a variable template-id.Jason Merrill2019-11-261-1/+6
* re PR c++/92458 (Constraints do not work with precompiled headers)Jakub Jelinek2019-11-221-4/+4
* re PR c++/89913 (ICE with invalid using declaration)Andrew Sutton2019-11-191-0/+3
* re PR c++/92078 (error: 'struct std::ptr<Iter>' redeclared with different acc...Andrew Sutton2019-11-191-40/+43
* Suppress diagnostics substituting into a requires-expression (PR c++/92403).Andrew Sutton2019-11-191-1/+6
* Implement P1816R0, class template argument deduction for aggregates.Jason Merrill2019-11-151-32/+140
* c-parser.c (c_parser_omp_context_selector): Don't require score argument to f...Jakub Jelinek2019-11-141-1/+13
* omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek2019-11-141-2/+2
* Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki2019-11-121-0/+1
* Implement D1907R1 "structural type".Jason Merrill2019-11-061-12/+6
* PR c++/92150 - partial specialization with class NTTP.Jason Merrill2019-11-061-2/+3
* Use satisfaction with nested requirements.Jason Merrill2019-11-061-2/+40
* Implement C++20 operator<=>.Jason Merrill2019-11-051-0/+1
* Various small C++ changes.Jason Merrill2019-11-051-7/+7
* decl.c (omp_declare_variant_finalize_one): Call declare_simd_adjust_this not ...Jakub Jelinek2019-11-051-0/+75
* PR c++/84810 - constraints on lambdasJeff Chapman II2019-10-301-1/+1
* PR c++/92268 - hard error satisfying return-type-requirementJason Merrill2019-10-301-1/+1
* [C++ PATCH] Template parm index fixNathan Sidwell2019-10-241-14/+21
* Finish moving constraint and logic functionality of out pt.c.Andrew Sutton2019-10-241-157/+0
* PR c++/92062 - ODR-use ignored for static member of class template.Marek Polacek2019-10-211-0/+2
* decl.c (grokfndecl): Remove redundant use of in_system_header_at.Paolo Carlini2019-10-171-12/+9
* PR c++/92049 - extra error with -fchecking=2.Marek Polacek2019-10-111-1/+1
* typeck.c (cp_build_binary_op): Do not handle RROTATE_EXPR and LROTATE_EXPR.Paolo Carlini2019-10-111-4/+0
* Update the concepts implementation to conform to C++20.Jason Merrill2019-10-091-311/+645
* call.c (resolve_args): Use cp_expr_loc_or_input_loc in one place.Paolo Carlini2019-10-071-2/+4
* Add some hash_map_safe_* functions like vec_safe_*.Jason Merrill2019-10-021-18/+3
* PR c++/91923 - failure-to-SFINAE with class type NTTP in C++17.Marek Polacek2019-09-281-2/+3
* cp-tree.h (class iloc_sentinel): New.Jason Merrill2019-09-271-4/+1
* pt.c (check_explicit_specialization): Use cp_expr_loc_or_input_loc.Paolo Carlini2019-09-231-30/+41
* decl.c (grokdeclarator): Use declspecs->locations and declarator->id_loc in a...Paolo Carlini2019-09-161-3/+6
* PR c++/91740 - ICE with constexpr call and ?: in ARRAY_REF.Marek Polacek2019-09-151-1/+1
* Change C++ to C comments.Jason Merrill2019-09-151-8/+8
* [C++ PATCH] simplify clone predicateNathan Sidwell2019-09-151-2/+3
* Remove support for repo files (PR c++/91125).Martin Liska2019-09-061-17/+1
* PR c++/91644 - ICE with constinit in function template.Marek Polacek2019-09-051-2/+10
* Remove -fdeduce-init-list.Marek Polacek2019-09-041-5/+0
* Add source location to TRAIT_EXPR.Jason Merrill2019-08-311-1/+2
* decl.c (check_var_type): Add location_t parameter and use it.Paolo Carlini2019-08-291-2/+2
* PR c++/91360 - Implement C++20 P1143R2: constinit.Marek Polacek2019-08-281-1/+7
* Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford2019-08-131-3/+2
* PR c++/91346 - Implement P1668R1, allow unevaluated asm in constexpr.Marek Polacek2019-08-071-2/+3
* tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek2019-08-071-0/+2
* PR c++/91378 - ICE with noexcept and auto return type.Jason Merrill2019-08-061-5/+2