]> gcc.gnu.org Git - gcc.git/history - gcc/cp/parser.cc
c++: Implement __is_{nothrow_,}convertible [PR106784]
[gcc.git] / gcc / cp / parser.cc
2022-09-23 Marek Polacekc++: Implement __is_{nothrow_,}convertible [PR106784]
2022-09-16 Jason Merrillc++: member fn in omp loc list [PR106858]
2022-09-07 Jason Merrillc++: diagnostic for template placeholder in parm [PR106793]
2022-09-06 Jakub Jelinekopenmp: Be consistent on parsing offsets between normal...
2022-09-03 Jakub Jelinekopenmp: Partial OpenMP 5.2 doacross and omp_cur_iterati...
2022-09-02 David Malcolmc/c++: new warning: -Wxor-used-as-pow [PR90885]
2022-08-16 Tom Honermannc++: Fix pragma suppression of -Wc++20-compat diagnosti...
2022-07-31 Lewis Hyattc++: Fix location for -Wunused-macros [PR66290]
2022-07-29 Jakub Jelinekopenmp: Reject invalid forms of C++ #pragma omp atomic...
2022-07-15 Marek Polacekc++: Add __reference_con{struc,ver}ts_from_temporary...
2022-07-06 Lewis Hyattdiagnostics: Honor #pragma GCC diagnostic in the prepro...
2022-07-06 Jason Merrillc++: dependent conversion operator lookup [PR106179]
2022-07-04 Tobias BurnusOpenMP: Move omp requires checks to libgomp
2022-07-01 Lewis Hyattc++: Minor cleanup in parser.cc
2022-07-01 Tobias BurnusOpenMP: Handle tofrom with target enter/exit data
2022-07-01 Marek Polacekc++: warn about using keywords as identifiers [PR106111]
2022-07-01 Jason Merrillc++: add fixup to missing .template warning
2022-07-01 Jason Merrillc++: dependent generic lambda template-id [PR106024]
2022-06-07 Jakub Jelinekopenmp: Add support for OpenMP 5.2 linear clause syntax...
2022-06-04 Marek Polacekc++: Allow mixing GNU/std-style attributes [PR69585]
2022-06-01 Jason Merrillc++: auto and dependent member name [PR105734]
2022-05-31 Patrick Palkac++: use auto_timevar instead of timevar_push/pop
2022-05-31 Jakub Jelinekopenmp: Add support for firstprivate and allocate claus...
2022-05-28 Jakub Jelinekopenmp: Adjust diagnostics about same variable in link...
2022-05-27 Marek Polacekc++: Fix ICE with -Wmismatched-tags [PR105725]
2022-05-27 Jakub Jelinekopenmp: Add support for enter clause on declare target
2022-05-26 Patrick Palkac++: constrained partial spec forward decl [PR96363]
2022-05-25 Marek Polacekc++: fix ICE on invalid attributes [PR96637]
2022-05-24 Jakub Jelinekopenmp: Add taskwait nowait depend support [PR105378]
2022-05-17 Jakub Jelinekopenmp: Add support for inoutset depend-kind
2022-05-16 Martin LiskaUse more ARRAY_SIZE.
2022-05-15 Jason Merrillc++: parsing injected-class-name as template
2022-05-12 Nathan Sidwellc++: Support module language-decl semantics
2022-05-12 Jakub Jelinekopenmp: Add omp_all_memory support (C/C++ only so far)
2022-05-11 Jason Merrillc++: lambda template in requires [PR105541]
2022-05-10 Patrick Palkac++: Remove SET_PACK_EXPANSION_PATTERN / SET_ARGUMENT_P...
2022-05-10 Patrick Palkac++: Harden *_PACK_EXPANSION and *_ARGUMENT_PACK macros
2022-05-10 Nathan Sidwell[c++] Disambiguate ModuleKind flags
2022-05-09 Marek Polacekc++: Implement P2324R2, labels at the end of compound...
2022-05-09 Martin LiskaCome up with {,UN}LIKELY macros.
2022-05-05 Marek Polacekc++: wrong error with MVP and pushdecl [PR64679]
2022-05-04 Marek Polacekc++: wrong parse with functors [PR64679]
2022-05-04 Marek Polacekc++: parse error with >= in template argument list...
2022-04-29 Marek Polacekc++: pedwarn for empty unnamed enum in decl [PR67048]
2022-04-29 Jakub Jelinekc++: Improve diagnostics for template args terminated...
2022-04-28 Marek Polacekc++: global-namespace-qualified var after class def...
2022-04-15 Marek Polacekc++: wrong error with variadic concept [PR105268]
2022-04-05 Jason Merrillc++: elaborated-type-spec in requires-expr [PR101677]
2022-04-01 Jason MerrillRevert "c++: delayed parse DMI [PR96645]"
2022-03-31 Jason Merrillc++: parse trivial DMI immediately [PR96645]
2022-03-30 Jakub Jelinekc++: Fox template-introduction tentative parsing in...
2022-03-26 Jakub Jelinekc++: Fix up __builtin_{bit_cast,convertvector} parsing
2022-03-15 Jakub Jelinekc++: Fix up cp_parser_skip_to_pragma_eol [PR104623]
2022-03-10 Marek Polacekc++: ->template and implicit typedef [PR104608]
2022-03-10 Roger SaylePR c++/39751: ICE-on-invalid parsing regression.
2022-03-09 Patrick Palkac++: non-constant non-dependent decltype folding [PR104823]
2022-03-08 Roger SaylePR c++/96437: ICE-on-invalid-code error recovery.
2022-03-08 Roger SaylePR c++/96329: ICE-on-invalid-code error recovery.
2022-03-07 Jakub JelinekAdd missing space in various string literals
2022-02-10 Marcel VollweilerC, C++, Fortran, OpenMP: Add 'has_device_addr' clause...
2022-01-28 Jason Merrillc++: pack in enumerator in lambda [PR100198]
2022-01-27 Patrick Palkac++: constrained partial spec using qualified name...
2022-01-26 Jason Merrillc++: ->template and using-decl [PR104235]
2022-01-20 Jason Merrillc++: template-id with current inst qualifier [PR102300]
2022-01-19 Jason Merrillc++: fix PR104025 change
2022-01-18 Jason Merrillc++: input_location and lookahead [PR104025]
2022-01-17 Martin LiskaChange references of .c files to .cc files
2022-01-17 Martin LiskaRename .c files to .cc files.
This page took 6.992361 seconds and 76 git commands to generate.