aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill1-0/+2
2015-12-16pt.c (comp_template_args): Remove.Paolo Carlini1-1/+2
2015-12-15Fix PR c++/21802 (two-stage name lookup fails for operators)Patrick Palka1-0/+2
2015-12-07re PR c++/68464 (ICE in valid constexpr function: ../../src/gcc/tree.c:11497)Jason Merrill1-0/+1
2015-12-06Fix memclass5.C, memfriend10.C, var-templ19.C with -std=c++1z.Jason Merrill1-0/+1
2015-12-04C++ FE: expression rangesDavid Malcolm1-9/+73
2015-12-01OpenACC host_data support.Julian Brown1-0/+1
2015-11-26re PR c++/68508 (Internal compiler error with parentheses around return value...Jakub Jelinek1-1/+1
2015-11-20re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at sym...Jakub Jelinek1-0/+6
2015-11-20C++ FE: offer suggestions for misspelled field namesDavid Malcolm1-0/+1
2015-11-19re PR c++/68422 (compile-time cost of sizeof... is quadratic)Jason Merrill1-0/+4
2015-11-17LITERAL_ZERO_P obsoleted by delayed folding.Jason Merrill1-4/+0
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-1/+39
2015-11-05gcc/Jakub Jelinek1-2/+2
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-3/+1
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill1-0/+3
2015-10-31Streamline for_each_template_parm.Jason Merrill1-1/+1
2015-10-28DR 1518Jason Merrill1-0/+1
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-2/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-3/+17
2015-10-08cp-tree.h (SIMPLE_TARGET_EXPR_P): New.Jason Merrill1-0/+6
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-1/+8
2015-09-17Implement N4295 fold-expressions.Andrew Sutton1-0/+36
2015-09-17cp-tree.h (note_decl_for_pch): Remove.Richard Biener1-1/+0
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor1-2/+6
2015-08-19* lambda.c (current_nonlambda_scope): New.Jason Merrill1-0/+1
2015-08-19remove more useless typedefsTrevor Saunders1-49/+48
2015-08-12re PR c++/67108 (ICE: in cxx_eval_call_expression, at cp/constexpr.c:1345 whe...Jason Merrill1-1/+2
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-5/+312
2015-08-05re PR c++/66260 ([C++14] Failure to compile variable template with recursivel...Jason Merrill1-1/+1
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10pt.c (find_parameter_packs_r): Handle variable templates.Jason Merrill1-0/+1
2015-07-09cp-tree.h (struct cp_parameter_declarator): Rename ellipsis_p to template_par...Jason Merrill1-3/+2
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-6/+17
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-2/+2
2015-06-24re PR c++/66501 (Default move assignment does not move array members)Jason Merrill1-1/+0
2015-06-23re PR c++/66501 (Default move assignment does not move array members)Jason Merrill1-0/+1
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-16re PR c++/58583 ([c++11] ICE with invalid non-static data member initializati...Nathan Sidwell1-0/+6
2015-06-10re PR c++/66289 ("error: ambiguous template instantiation" with partial speci...Jason Merrill1-0/+5
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-06-04Remove TARGET_RELAXED_ORDERING and optimize for weak memory models.Ramana Radhakrishnan1-1/+1
2015-06-03re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-1/+2
2015-06-03re PR c++/66130 ("invalid use of non-static member function" message could be...Manuel López-Ibáñez1-1/+2
2015-06-02cp-tree.h (init_error): Remove declaration.Patrick Palka1-1/+0
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek1-1/+1