aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-2/+2
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-0/+5
2016-07-18re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek1-0/+16
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-9/+7
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill1-1/+9
2016-07-08Rename lvalue_or_rvalue_with_address_p to glvalue_p.Jason Merrill1-16/+15
2016-06-24Fix get_target_expr for bit-field expressions.Jason Merrill1-1/+6
2016-06-17tree.c (builtin_valid_in_constant_expr_p): Test for DECL_BUILT_IN_CLASS equal...Jakub Jelinek1-2/+3
2016-06-14P0145R2: Refining Expression Order for C++.Jason Merrill1-6/+8
2016-06-08re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor1-0/+6
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill1-17/+0
2016-05-03PR c++/66561 - __builtin_LINE at al. should yield constant expressionsMartin Sebor1-2/+8
2016-04-28Implement C++17 [[nodiscard]] attribute.Jason Merrill1-0/+26
2016-04-28cvt.c (cp_get_callee): New.Jason Merrill1-5/+2
2016-04-26Bootstrapped/regtested on x86_64-linux, ok for trunk?Marek Polacek1-0/+39
2016-04-25Implement C++17 [[maybe_unused]] attribute.Jason Merrill1-0/+11
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-04-16re PR target/1078 (Problems with attributes documentation)Sandra Loosemore1-32/+0
2016-04-13Fix PR c++/70610 (wrong overload resolution during template processing)Patrick Palka1-7/+1
2016-03-24Fix PR c++/62212 (ICE during mangling of array type)Patrick Palka1-3/+2
2016-03-15re PR c++/70209 (ICE in strip_typedefs, at cp/tree.c:1377)Marek Polacek1-3/+6
2016-03-04re PR c++/70067 (internal compiler error: in strip_typedefs, at cp/tree.c:1466)Jason Merrill1-0/+3
2016-02-25re PR c++/69889 (ICE: in assign_temp, at function.c:961)Jason Merrill1-7/+15
2016-02-25re PR c++/68049 (template instantiation involving may_alias defines symbol tw...Jason Merrill1-1/+9
2016-02-24PR c++/69912 - [6 regression] ICE in build_ctor_subob_ref initializingMartin Sebor1-2/+4
2016-02-16re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill1-0/+17
2016-02-15re PR c++/69753 (bogus: expected primary-expression before ‘>’ token)Jason Merrill1-17/+0
2016-02-03PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arrayMartin Sebor1-2/+13
2016-01-31re PR c++/68763 (ICE: in verify_unstripped_args, at cp/pt.c:1132)Jakub Jelinek1-4/+34
2016-01-24Revert "Fix the remaining PR c++/24666 blockers"Patrick Palka1-1/+1
2016-01-19Fix the remaining PR c++/24666 blockers (arrays decay to pointers too early)Patrick Palka1-1/+1
2016-01-16re PR c++/68936 (ICE: tree check: expected call_expr, have target_expr in bui...Patrick Palka1-1/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-18Fix PR c++/68978 (bogus error: lvalue required as left operand of assignment)Patrick Palka1-0/+6
2015-12-17Avoid code duplication in cp_tree_[operand|code]_lengthPatrick Palka1-16/+3
2015-12-15Fix PR c++/21802 (two-stage name lookup fails for operators)Patrick Palka1-0/+89
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers1-1/+2
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-25/+18
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-9/+7
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-7/+4
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-1/+1
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-2/+17
2015-08-04* tree.c (build_target_expr): Copy the location from value.Jason Merrill1-0/+2
2015-07-08re PR c++/66748 (Crash with abi_tag attribute)Marek Polacek1-2/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-1/+1
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek1-2/+1
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-2/+1