aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-09decl2.c (mangling_aliases): New variable.Jason Merrill1-0/+1
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-04-28re PR c++/50800 (Internal compiler error in finish_member_declarations, possi...Jason Merrill1-2/+2
2015-04-23Revert:PR c++/50800Jason Merrill1-2/+2
2015-04-23re PR c++/50800 (Internal compiler error in finish_member_declarations, possi...Jason Merrill1-2/+2
2015-04-01re PR c++/56100 (spurious -Wshadow warning with local variable in template cl...Paolo Carlini1-0/+1
2015-03-24re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-5/+0
2015-03-19re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-4/+6
2015-02-12re PR debug/55541 (unable to see local variables due extra lexical block was ...Jakub Jelinek1-0/+4
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-0/+6
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+3
2015-01-08init.c (build_vec_init): Call ubsan_instrument_bounds to check whether an ini...Jason Merrill1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-18re PR c++/60955 (Erroneous warning about taking address of register with std=...Paolo Carlini1-0/+12
2014-12-15N3778: Sized DeallocationJason Merrill1-2/+1
2014-12-12cp-tree.h (NAMESPACE_ABI_TAG): New.Jason Merrill1-0/+6
2014-12-11re PR c++/57510 (subobjects not destroyed when exception thrown during list-i...Jason Merrill1-0/+1
2014-12-04fix commentJason Merrill1-1/+1
2014-11-26Allow partial specialization of variable templates.Jason Merrill1-0/+7
2014-11-26comment fixesJason Merrill1-1/+1