]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/parser.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / parser.c
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-22  Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-12-21  Nathan Sidwell[PR c++/83406] deducing lambda type
2017-12-19  Paolo Carlinire PR c++/82593 (Internal compiler error: in process_in...
2017-12-15  Jakub Jelinekre PR c++/81197 (ICE with structured binding and lifeti...
2017-12-12  Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-01  Jason MerrillGive #include hints for <complex>.
2017-12-01  Jason MerrillPR c++/79228 - extensions hide C++14 complex literal...
2017-12-01  Jakub Jelinekfunction.h (struct function): Remove cilk_frame_decl...
2017-12-01  Jakub Jelinekre PR c/79153 (-Wimplicit-fallthrough missed warning)
2017-11-29  David MalcolmC++: improve location of static_assert errors
2017-11-28  Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-11-28  Julia KovalRemove Cilk Plus support.
2017-11-27  Jakub Jelinekre PR c++/81888 (Structured bindings stopped working)
2017-11-23  Jakub Jelinekparser.c (cp_parser_omp_declare): Change return type...
2017-11-21  Martin LiskaAdd quotes for constexpr keyword.
2017-11-21  Jakub JelinekP0428R2 - familiar template syntax for generic lambdas
2017-11-20  Jakub JelinekP0329R4: Designated Initialization
2017-11-20  David Malcolmc-family: add name_hint/deferred_diagnostic
2017-11-13  Jason MerrillDefer folding of *&.
2017-10-31  David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [2/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [1/N]
2017-10-30  Nathan Sidwell[C++ PATCH] operator name cleanup prepatch
2017-10-13  David MalcolmC++: show location of unclosed extern "C" specifications
2017-10-12  David MalcolmC/C++: add fix-it hints for various missing symbols
2017-10-12  David MalcolmC++: avoid partial duplicate implementation of cp_parse...
2017-10-10  Jason MerrillMore delayed lambda capture fixes.
2017-10-06  Paolo Carlinire PR c++/47791 (finish function is using literal value...
2017-10-05  Nathan SidwellRe: [PATCH] C++ warning on vexing parse
2017-10-04  Paolo Carlinire PR c++/71946 (asm in toplevel lambda function rejected)
2017-09-29  Jakub JelinekP0683R1 - default member initializers for bit-fields
2017-09-29  Jakub Jelinekparser.c (cp_parser_member_declaration): Parse attribut...
2017-09-28  Jason MerrillUse local_specializations to find capture proxies.
2017-09-28  Jason MerrillSmall lambda fixes.
2017-09-22  David MalcolmC++: underline parameters in mismatching function calls
2017-09-20  Jakub JelinekP0409R2 - allow lambda capture [=, this]
2017-09-15  Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-01  Jakub Jelinekre PR c/81887 (pragma omp ordered simd ignored under...
2017-08-29  Jason MerrillPR c++/81236 - ICE with template-id in generic lambda
2017-08-29  Jason MerrillReimplement handling of lambdas in templates.
2017-08-29  Jason MerrillRemove unnecessary LAMBDA_EXPR fields.
2017-08-29  Jason MerrillInstantiate default arguments/member initializers once.
2017-08-29  Jason MerrillFix default argument conversion failure and SFINAE.
2017-08-10  David MalcolmC/C++: show pertinent open token when missing a close...
2017-08-09  Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-08-09  Marek PolacekBoolify some parameters.
2017-08-07  Martin LiskaCanonicalize names of attributes.
2017-07-17  Volker Reicheltparser.c (cp_parser_decl_specifier_seq): Add fix-it...
2017-07-16  Volker Reicheltparser.c (cp_parser_cast_expression): Use %q#T instead...
2017-07-06  Jason MerrillPR c++/81204 - parse error with dependent template...
2017-07-04  Jakub Jelinekparser.c (cp_parser_decomposition_declaration): Replace...
2017-07-04  Jakub Jelinekre PR c++/81258 (ICE on C++1z code with invalid decompo...
2017-07-03  David MalcolmC++: fix "RT_INTERATION" typo
2017-06-30  Jason MerrillPR c++/81257 - ICE with invalid ::template.
2017-06-30  Nathan Sidwellconfig-lang.in (gtfiles): Add cp/lex.c.
2017-06-30  David MalcolmFix location of typeid() (PR c++/80014)
2017-06-29  Nathan Sidwellre PR c++/81247 (ICE on invalid C++ code with malformed...
2017-06-29  Nathan Sidwellparser.c (cp_parser_direct_declarator): Reorder if...
2017-06-28  Jason MerrillPR c++/55639 - partial specialization with ::template
2017-06-28  Jason MerrillPR c++/54769 - wrong lookup of dependent template-name.
2017-06-28  Jason MerrillMake the TEMPLATE_ID_EXPR location a range.
2017-06-28  Jason MerrillPR c++/81204 - parse error with dependent template...
2017-06-27  Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-27  Marek Polacekre PR bootstrap/81216 (bootstrap failed on i386 and...
2017-06-26  Marek Polacekre PR c/80116 (Warn about macros expanding to multiple...
2017-06-24  Paolo Carlinire PR c++/62315 (do not print typename in diagnostic...
2017-06-23  Jason MerrillPR c++/79056 - C++17 ICE with invalid template syntax.
2017-06-22  Nathan SidwellReorder IDENTIFIER flags
2017-06-21  David MalcolmC++: Add fix-it hints for -Wold-style-cast
2017-06-16  Nathan Sidwellcp-tree.h (build_this_parm, [...]): Add FN parm.
2017-06-11  Jason Merrilltree.h (id_equal): New.
2017-06-09  Jason MerrillFix array decay handling in constant expressions.
2017-06-05  Volker Reicheltparser.c (cp_parser_base_specifier): Fix typos in error...
2017-05-29  Nathan SidwellPR c++/80891 (#3)
2017-05-23  Jason MerrillPR c++/80396 - built-in for make_integer_sequence.
2017-05-23  Nathan Sidwellre PR c++/80866 (segfault in is_overloaded_fn())
2017-05-23  Thomas SchwingeOpenACC 2.5 kernels construct: num_gangs, num_workers...
2017-05-23  Nathan Sidwellcp-tree.h (OVL_P): New.
2017-05-22  Nathan Sidwellname-lookup.h (parse_using_directive): Replace with ...
2017-05-19  Nathan Sidwellcall.c (add_list_candidates): Use OVL_FIRST.
2017-05-19  Thomas SchwingeOpenACC 2.5 default (present) clause
2017-05-19  Thomas SchwingeOpenACC default clause maintenance
2017-05-17  Ville VoutilainenImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-16  Martin LiskaAdd default value for last argument of dump functions.
2017-05-16  Nathan Sidwellcp-tree.h (class ovl_iterator, [...]): New OVERLOAD...
2017-05-15  Nathan Sidwellre PR c++/79369 (namespace definition with qualified id)
2017-05-11  Nathan Sidwellname-lookup.h (pop_binding): Rename to pop_local_binding.
2017-05-10  Jason MerrillPR c++/79549 - C++17 ICE with non-type auto template...
2017-05-09  Jason MerrillPR c++/70167 - array prvalue treated as lvalue
2017-05-04  Martin SeborPR translation/80280 - Missing closing quote (%>) c...
2017-05-02  Paolo Carlinipt.c (is_auto_or_concept): Remove.
2017-04-29  Volker Reicheltparser.c (cp_parser_member_declaration): Add fix-it...
2017-04-27  Volker Reicheltparser.c (cp_parser_cast_expression): Add target type...
2017-04-26  Volker Reicheltparser.c (cp_parser_nested_name_specifier_opt): Add...
2017-04-25  Volker Reicheltparser.c (cp_parser_elaborated_type_specifier): Add...
2017-04-25  David MalcolmC++: fix-it hint for removing stray semicolons
2017-04-24  Volker Reicheltdecl.c (grokdeclarator): Use %qT instead of %<%T%> in
2017-04-24  David MalcolmFix location of sizeof/alignof (PR c++/80016)
2017-04-24  Volker Reicheltparser.c (cp_parser_cv_qualifier_seq_opt): Add fix...
next