]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/search.c
.
[thirdparty/gcc.git] / gcc / cp / search.c
2017-08-08  marxin.
2017-07-21  nathan * search.c (lookup_conversion_operator): Return overloads.
2017-07-21  nathan Remove special CDtor METHOD_VEC slots.
2017-07-21  nathan gcc/
2017-06-30  nathan * cp-tree.h (lookup_fnfields_1, class_method_index_for...
2017-06-30  nathan * call.c (build_new_method_call_1): Use constructo_nam...
2017-06-29  jason PR c++/81164 - ICE with invalid inherited constructor.
2017-06-29  nathan Whitespace cleanups.
2017-06-27  nathan * cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-26  nathan gcc/cp/
2017-06-22  nathan Reorder IDENTIFIER flags
2017-05-18  nathan * cp-tree.h (OVL_USED): Replace with ...
2017-05-17  nathan * class.c (handle_using_decl): Use OVL_FIRST, ovl_iter...
2017-05-16  dmalcolmC++: fix-it hints suggesting accessors for private...
2017-05-11  nathan * cp-tree.h (pushdecl, pushdecl_maybe_friend, pushtag)
2017-03-06  jason Revert "Allow deduction guides to look into primary...
2017-03-03  jason Allow deduction guides to look into primary template.
2017-01-31  aolivaIntroduce C++ support in libcc1
2017-01-01  jakub Update copyright years.
2016-07-21  jason Improving concepts performance and diagnostics.
2016-07-20  dmalcolmC++ FE: handle misspelled identifiers and typenames
2016-06-15  dmalcolmspellcheck.h: add best_match template; implement early...
2016-05-13  jason Fix type-dependence and the current instantiation.
2016-03-18  ppalkaFix PR c++/70205 (ICE on valid call to qualified static...
2016-02-17  jason PR c++/10200
2016-02-15  jason PR c++/69753
2016-01-28  jason PR c++/67407
2016-01-04  jakub Update copyright years.
2015-12-07  jason Fix memclass5.C, memfriend10.C, var-templ19.C with...
2015-11-20  dmalcolmC++ FE: offer suggestions for misspelled field names
2015-11-11  amacleodada
2015-10-29  amacleodada
2015-10-07  mpolacek PR sanitizer/67867
2015-10-04  jason Implement N4514, C++ Extensions for Transactional...
2015-08-20  jason PR c++/66957
2015-08-07  jason Add C++ Concepts TS support.
2015-07-28  paolo2015-07-28 Paolo Carlini <paolo.carlini@oracle.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-06-02  jason PR c++/59483
2014-03-26  jason PR c++/60566
2014-03-15  jason PR c++/60532
2014-03-14  jason PR c++/58678
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-23  mpolacek PR c++/59111
2013-07-13  jason * call.c (can_convert): Allow user-defined conversions.
2013-04-19  jason N3638 changes to return type deduction
2013-03-31  paolo2013-03-31 Paolo Carlini <paolo.carlini@oracle.com>
2013-03-29  gdr * tree.h (VAR_P): New.
2013-03-22  gdr * cp-tree.h (identifier_p): New.
2013-03-17  jason * search.c (lookup_base): Handle NULL_TREE.
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-12-08  jason PR c++/55127
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-09-13  paolo2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>
2012-09-05  paolo/cp
2012-07-24  stevengcc/
2012-07-19  jason DR 1170
2012-07-02  jason PR c++/53524
2012-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-04-24  paolo/cp
2012-03-24  jason Implement return type deduction for normal functions...
2012-03-20  jason PR c++/52510
2012-03-04  jason * class.c (add_method): Always build an OVERLOAD for...
2012-01-12  jason PR c++/48051
2011-12-23  jason PR c++/51507
2011-12-19  dodjiPR c++/51477 - ICE with invalid NSDMI
2011-11-18  fabiengcc/testsuite/ChangeLog
2011-11-14  jason PR c++/6936
2011-11-09  paolo/cp
2011-11-07  dodjiPR c++/45114 - Support C++11 alias-declaration
2011-11-01  jason PR c++/50500
2011-06-08  jason PR c++/49107
2011-05-09  jason Implement final/override for member functions.
2011-04-21  jason * search.c (lookup_fnfields_slot): Call complete_type.
2011-03-25  ktietzChangeLog gcc/
2011-03-04  jason PR c++/46220
2011-01-03  jakubUpdate Copyright years for files modified in 2010.
2010-11-29  dodjiFix PR c++/45383
2010-11-06  jason PR c++/45473
2010-07-15  froydnjgcc/
2010-06-30  jason Machinery to support implicit delete/move.
2010-06-30  jason * cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_...
2010-06-07  jason * cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.
2010-06-04  jason Implement noexcept-specification (15.4)
2010-05-25  stevengcc/ChangeLog:
2010-04-27  jason * tree.c (get_fns): Split out from get_first_fn.
2010-02-10  pzhao2010-02-10 Shujing Zhao <pearly.zhao@oracle.com>
2009-12-23  dodjiFix PR c++/42260
2009-11-16  jason PR c++/13950, DR 176
2009-11-04  jasonfix
2009-11-04  jason PR c++/39413
2009-09-30  jasonmerge in cxx0x-lambdas-branch@152308
2009-07-04  jason * cp-tree.h (struct lang_decl): Overhaul.
2009-02-20  jakubUpdate Copyright years for files modified in 2008 and...
next