aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-26Allow partial specialization of variable templates.Jason Merrill1-0/+7
2014-11-26comment fixesJason Merrill1-1/+1
2014-11-24re PR c++/63905 (redundant fields left in gcc/cp/cp-tree.h:lang_decl_fn)Paolo Carlini1-3/+1
2014-11-21re PR c++/63942 (constexpr conflicts with previous declaration)Jason Merrill1-0/+1
2014-11-19re PR c++/56041 (Constexpr conversion function definition not found in templa...Jason Merrill1-2/+21
2014-11-19re PR c++/57979 (G++ accepts constant expression defined using floating point...Jason Merrill1-2/+3
2014-11-18re PR c++/58102 (rejects valid initialization of constexpr object with mutabl...Jason Merrill1-0/+6
2014-11-17Handle C++14 constexpr flow control.Jason Merrill1-0/+10
2014-11-17C++14 constexpr support (minus loops and multiple returns)Jason Merrill1-0/+2
2014-11-17re PR c++/52282 ([C++0x] rejects-valid issues with decltype/constexpr)Jason Merrill1-0/+6
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini1-2/+3
2014-11-13cp-tree.h (cp_build_function_call): Remove prototype.Kai Tietz1-3/+0
2014-11-12DR 1510 PR c++/60420Paolo Carlini1-0/+2
2014-11-08DR 1558Jason Merrill1-0/+1
2014-10-27Implement N3653 (Member initializers and aggregates) and fix references to 't...Jason Merrill1-3/+11
2014-10-20re PR c++/63601 (Segfault on usage of 'this' in unevaluated context inside la...Jason Merrill1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-15semantics.c (is_instantiation_of_constexpr, [...]): Moved definitions...Paolo Carlini1-17/+21
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-2/+4
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-5/+16
2014-10-09re PR c++/63207 (ICE in expand_expr_real_l when instantiating a template with...Jason Merrill1-0/+2
2014-10-09semantics.c (check_constexpr_ctor_body_1): New.Paolo Carlini1-1/+1
2014-10-09re PR c++/63437 ([C++14] Parenthesized "movable but not copyable" object does...Jason Merrill1-4/+5
2014-10-03semantics.c (constexpr_fn_retval): Ignore declarations in C++14.Jason Merrill1-0/+1
2014-10-02re PR c++/53025 ([C++11] noexcept operator depends on copy-elision)Paolo Carlini1-0/+5
2014-10-01re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill1-2/+2
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill1-0/+3
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.Jason Merrill1-0/+1
2014-09-30c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill1-1/+0
2014-09-30re PR c++/16564 (g++ seems to go into an infinite loop after errors)Paolo Carlini1-3/+3
2014-09-15pt.c (lookup_template_class_1): Splice out abi_tag attribute if necessary.Jason Merrill1-0/+1
2014-09-09typeck.c (build_class_member_access_expr): Move -Winvalid-offsetof code...Jason Merrill1-1/+1
2014-08-25re PR c++/34938 (ICE with function pointers and attribute noreturn)Paolo Carlini1-1/+3
2014-08-23Allow non-constexpr variable templates.Jason Merrill1-0/+3
2014-08-22re PR c++/57709 (-Wshadow is too strict / has false positives)Manuel López-Ibáñez1-4/+3
2014-08-22re PR c++/62129 (internal compiler error: in output_constant, at varasm.c:4755)Jason Merrill1-0/+1
2014-08-09invoke.texi ([Wnarrowing]): Update for non-constants in C++11.Paolo Carlini1-1/+1
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-1/+2
2014-08-05Implement constexpr variable templatesBraden Obrzut1-0/+13
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-1/+1
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-4/+18
2014-07-14re PR middle-end/61294 (erroneous memset used with constant zero length param...Jakub Jelinek1-0/+4
2014-07-06re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek1-0/+6
2014-06-30decl.c (build_ptrmemfunc_type): Don't give a PMF RECORD_TYPE TYPE_BINFO or TY...Jason Merrill1-2/+2
2014-06-24class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka1-4/+6
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-1/+1
2014-05-31DR 1227 PR c++/57543Paolo Carlini1-1/+6
2014-05-20re PR c++/58753 (Brace-initializing a vector with a direct-initialization NSD...Paolo Carlini1-0/+1
2014-05-20re PR c++/58664 ([c++11] ICE initializing array of incomplete type within union)Paolo Carlini1-0/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-3/+4