aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-13 PR c++/92582 - ICE with member template as requirement.Jason Merrill1-1/+1
2020-01-13PR c++/33799 - destroy return value if local cleanup throws.Jason Merrill1-0/+7
2020-01-07init.c (build_new): Add location_t parameter and use it throughout.Paolo Carlini1-3/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-30decl2.c (delete_sanity): Add location_t parameter and use it throughout.Paolo Carlini1-3/+4
2019-12-19PR c++/66139 - EH cleanups for partially constructed aggregates.Jason Merrill1-0/+1
2019-12-18typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini1-5/+6
2019-12-18PR c++/12333 - X::~X() with implicit this->.Jason Merrill1-0/+1
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini1-6/+12
2019-12-06PR c++/92831 - CWG 1299, not extending temporary lifetime for ?:Jakub Jelinek1-1/+3
2019-12-05typeck2.c (build_functional_cast): Add location_t parameter and use it.Paolo Carlini1-1/+2
2019-12-04[C++] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford1-1/+1
2019-12-04cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.Jakub Jelinek1-0/+7
2019-12-03PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.Marek Polacek1-0/+7
2019-11-27Implement P1814R0, CTAD for alias templates.Jason Merrill1-0/+2
2019-11-27Fix constrained alias template transparency.Jason Merrill1-1/+3
2019-11-27PR c++/92206 - ICE with typedef to dependent alias.Jason Merrill1-2/+3
2019-11-27Diagnose certain constraint errors as hard errors, but otherwise treat them t...Andrew Sutton1-2/+2
2019-11-25typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...Paolo Carlini1-3/+5
2019-11-15typeck.c (cp_truthvalue_conversion): Add tsubst_flags_t parameter and use it ...Paolo Carlini1-1/+1
2019-11-15Implement P1816R0, class template argument deduction for aggregates.Jason Merrill1-1/+1
2019-11-13[C++] Fix interaction between aka changes and DR1558 (PR92206)Richard Sandiford1-1/+6
2019-11-06Implement D1907R1 "structural type".Jason Merrill1-0/+1
2019-11-05Implement C++20 operator<=>.Jason Merrill1-1/+23
2019-11-05Various small C++ changes.Jason Merrill1-3/+14
2019-11-02typeck.c (composite_pointer_type): Add a const op_location_t& parameter and u...Paolo Carlini1-1/+2
2019-11-02PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek1-2/+13
2019-11-02PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek1-0/+6
2019-10-31re PR c++/90947 (Simple lookup table of array of strings is miscompiled)Jakub Jelinek1-0/+5
2019-10-30cp-tree.h (omp_declare_variant_finalize, [...]): Declare.Jakub Jelinek1-0/+2
2019-10-29Add a simulate_builin_function_decl langhookRichard Sandiford1-0/+1
2019-10-24Finish moving constraint and logic functionality of out pt.c.Andrew Sutton1-2/+9
2019-10-24[C++ PATCH] 'std' identifier not neededNathan Sidwell1-5/+1
2019-10-22[C++] Avoid exposing internal details in aka typesRichard Sandiford1-2/+11
2019-10-18[C++ PATCH] anon type namesNathan Sidwell1-6/+9
2019-10-10* cp-tree.h (template_info_decl_check): Check ENABLE_TREE_CHECKING.Jason Merrill1-29/+33
2019-10-09Implement C++20 P0388R4, DR 1307, and DR 330.Marek Polacek1-1/+5
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill1-117/+241
2019-10-05PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek1-0/+9
2019-09-27cp-tree.h (class iloc_sentinel): New.Jason Merrill1-0/+18
2019-09-27[C][C++] Allow targets to check calls to BUILT_IN_MD functionsRichard Sandiford1-2/+4
2019-09-23PR c++/91844 - Implement CWG 2352, Similar types and reference binding.Marek Polacek1-0/+1
2019-09-15[C++ PATCH] simplify clone predicateNathan Sidwell1-4/+7
2019-09-14Formatting and comment syntax adjustments.Jason Merrill1-18/+18
2019-09-06[PATCH] Deprecate -frepo option.Nathan Sidwell1-15/+2
2019-09-06[C++ PATCH] Reserve a decl_lang bitNathan Sidwell1-9/+3
2019-09-06Remove support for repo files (PR c++/91125).Martin Liska1-6/+0
2019-09-05[C++ PATCH] vtable decl markingNathan Sidwell1-3/+4
2019-08-31Add source location to TRAIT_EXPR.Jason Merrill1-1/+5
2019-08-29decl.c (check_var_type): Add location_t parameter and use it.Paolo Carlini1-1/+1