[C++ PATCH] Commonixe using directive finishing
[gcc.git] / gcc / cp / parser.c
2019-05-20 Nathan Sidwell[C++ PATCH] Commonixe using directive finishing
2019-05-17 Thomas Schwinge[PR89433] Repeated use of the C/C++ OpenACC 'routine...
2019-05-17 Thomas Schwinge[PR89433] Use 'oacc_verify_routine_clauses' for C/C...
2019-05-17 Thomas Schwinge[PR89433] Refer to OpenACC 'routine' clauses from ...
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-15 Paolo Carlinicall.c (perform_overload_resolution, [...]): Use OVL_P...
2019-05-13 Jason MerrillUse releasing_vec more broadly.
2019-05-10 Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-05-08 Nathan Sidwell[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATA
2019-05-03 Martin LiskaCome up with is_empty for hash_{table,map,set}.
2019-04-12 Martin SeborPR c/88383 - ICE calling __builtin_has_attribute on...
2019-04-11 Jakub Jelinekre PR translation/90035 (Non-translatable C++ parser...
2019-03-27 Jason MerrillPR c++/89241 - ICE with lambda in template parameter...
2019-03-25 Paolo Carlinire PR c++/84661 (internal compiler error: Segmentation...
2019-03-21 Jakub Jelinekre PR c++/89767 (ICE with tuple and optimization)
2019-03-18 Jason MerrillPR c++/89640 - GNU attributes on lambda.
2019-03-14 Jason MerrillDon't require 'bool' in a concept definition.
2019-03-13 Marek PolacekPR c++/89686 - mixing init-capture and simple-capture...
2019-03-13 Marek PolacekPR c++/88979 - further P0634 fix for constructors.
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-08 Jakub Jelinekre PR other/80058 (fix double spaces in string literals...
2019-03-08 Jakub Jelinekre PR c++/89585 (GCC 8.3: asm volatile no longer accept...
2019-03-07 Jakub Jelinekre PR c++/89585 (GCC 8.3: asm volatile no longer accept...
2019-03-04 Paolo Carlinire PR c++/84605 (internal compiler error: in xref_baset...
2019-03-02 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-01 Jakub JelinekImplement P1002R1, Try-catch blocks in constexpr functi...
2019-02-27 Marek PolacekPR c++/89511 - ICE with using-declaration and unscoped...
2019-02-27 Paolo Carlinire PR c++/89488 (ICE in merge_exception_specifiers...
2019-02-23 David MalcolmCapture source location of dtors (PR c++/89390)
2019-02-22 Thomas Schwinge[C, C++] Use correct location information for OpenACC...
2019-02-19 Chung-Lin Tangre PR c/87924 (OpenACC wait clauses without async-argum...
2019-02-18 Jason MerrillImprove duplicate [[likely]] diagnostic.
2019-02-01 Marek PolacekPR c++/88325 - ICE with invalid out-of-line template...
2019-02-01 Jakub Jelinekre PR c++/87175 (__attribute__)) is ignored by the...
2019-01-28 Marek PolacekPR c++/88358 - name wrongly treated as type.
2019-01-23 Marek PolacekPR c++/88757 - qualified name treated wrongly as type.
2019-01-14 Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-08 Marek PolacekPR c++/88538 - braced-init-list in template-argument...
2019-01-08 Marek PolacekPR c++/88548 - this accepted in static member functions.
2019-01-07 Jakub Jelinekre PR c++/85052 (Implement support for clang's __builti...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-20 Jakub Jelinekre PR c++/88180 (ICE in vec<tree_node*, va_gc, vl_embed...
2018-12-19 Segher Boessenkoolc++, asm: Do not handle any asm-qualifiers in top-level asm
2018-12-19 Segher Boessenkoolc/c++, asm: Use nicer error for const and restrict
2018-12-19 Segher Boessenkoolc/c++, asm: Use nicer error for duplicate asm qualifiers
2018-12-19 Segher Boessenkoolc/c++, asm: Write the asm-qualifier loop without "done...
2018-12-19 David MalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-14 Alexandre Oliva[PR86823] retain deferred access checks from outside...
2018-12-13 Nathan Sidwell[PR c++/87531] Fix second bug
2018-12-09 Cesar PhilippidisCorrect the reported line number in C++ combined OpenAC...
2018-12-06 Marek PolacekPR c++/88373 - wrong parse error with ~.
2018-12-06 Segher Boessenkoolasm inline
2018-12-06 Segher Boessenkoolasm qualifiers (PR55681)
2018-12-04 Julian BrownOpenACC wait list diagnostic change
2018-12-02 Jakub Jelinekre PR c++/88258 (Infinite loop emitting diagnostics...
2018-12-01 Marek PolacekImplement P0634R3, Down with typename!
2018-11-30 James Norris[C++] Use existing local variable in cp_parser_oacc_ent...
2018-11-28 Marek PolacekImplement P1094R2, Nested inline namespaces.
2018-11-22 Jakub Jelinekre PR c++/87386 (Error message for static_assert show...
2018-11-21 Jakub Jelinekre PR c++/87386 (Error message for static_assert show...
2018-11-21 Jakub Jelinekre PR c++/87393 (gcc/cp/parser.c:13967:37:Unused Entity...
2018-11-21 Martin Seborc-parser.c (c_parser_has_attribute_expression): New...
2018-11-19 Marek PolacekPR c++/87781 - detect invalid elaborated-type-specifier.
2018-11-16 Kamlesh Kumarre PR c++/52869 ([DR 1207] "this" not being allowed...
2018-11-16 Jason MerrillImplement P0479R5, [[likely]] and [[unlikely]].
2018-11-16 Nathan SidwellRemove ovl_used, it is no longer needed
2018-11-16 Nathan Sidwell[PR c++/87269] Mark string operator overload in templat...
2018-11-14 Paolo Carliniparser.c (make_id_declarator): Add location_t parameter.
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-13 Jason MerrillImplement P0315R4, Lambdas in unevaluated contexts.
2018-11-13 Jason MerrillImplement P0780R2, pack expansion in lambda init-capture.
2018-11-13 Jason Merrillcp-tree.h (struct cp_evaluated): New.
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_clause_final): Use c_parser_ex...
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_clause_reduction): Call sorry_...
2018-11-09 Jakub Jelinekc-parser.c (c_parser_omp_requires): Call sorry_at on...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-11-05 Jason MerrillImplement UDL changes from P0732R2.
2018-11-05 Jason MerrillPR c++/60503 - wrong lambda attribute syntax.
2018-11-01 Marek PolacekImplement P0846R0, ADL and function templates.
2018-10-30 Marek PolacekImplement P0892R2, explicit(bool).
2018-10-29 David MalcolmC++: simplify output from suggest_alternatives_for
2018-10-25 Jason Merrill* parser.c (cp_parser_sizeof_operand): Remove redundant...
2018-10-24 Jakub Jelinekre PR c++/86288 (Recognize __gnu and/or __gnu__ as...
2018-10-12 Nathan Sidwell[C++ PATCH] more TU parsing refactoring
2018-10-11 Nathan Sidwell[C++ PATCH] parser simplification
2018-10-09 Paolo Carlinire PR c++/84423 ([concepts] ICE with invalid using...
2018-10-05 David MalcolmSupport string locations for C++ in -Wformat (PR c...
2018-10-03 Martin LiskaProperly mark lambdas in GCOV (PR gcov-profile/86109).
2018-09-25 Martin LiskaRemove unused functions and fields.
2018-09-19 Paolo Carlinire PR c++/87324 (g++ ICE with overriding initializers...
2018-08-31 Nathan Sidwell[C++ PATCH] Remove K&R declaration hack.
2018-08-29 Paolo Carlinire PR c++/85265 ([concepts] ICE with missing identifier)
2018-08-27 David MalcolmC++: fix-it hint for missing "typename" (PR c++/63392)
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-21 Marek Polacekre PR c++/86499 (lambda-expressions with capture-defaul...
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-11 Jason MerrillPR c++/86728 - C variadic generic lambda.
2018-07-31 Martin LiskaFix an UBSAN error in cp/parse.c (PR c++/86653).
next