c++: ICE with noexcept in class in member function [PR96623]
[gcc.git] / gcc / cp / parser.c
2021-01-22 Marek Polacekc++: ICE with noexcept in class in member function...
2021-01-20 Patrick Palkac++: Defer access checking when processing bases [PR82613]
2021-01-19 Patrick Palkac++: Always check access during late-parsing of members...
2021-01-19 Marek Polacekc++: ICE when late parsing noexcept/NSDMI [PR98333]
2021-01-16 Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-05 Nathan Sidwell[c++]: Improve module-decl diagnostics [PR 98327]
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-23 Nathan Sidwellc++: EOF location [PR 96045]
2020-12-16 Nathan Sidwellc++: Fix template parm ICE [PR 98297]
2020-12-10 Jason Merrillc++: Add make_temp_override generator functions
2020-12-09 Nathan Sidwellc++: Module parsing
2020-12-09 Tobias BurnusOpenMP: C/C++ parse 'omp allocate'
2020-12-08 Jakub Jelinekopenmp: -fopenmp-simd fixes [PR98187]
2020-12-04 Jason Merrillvec: Simplify use with C++11 range-based 'for'.
2020-12-03 Jakub Jelinekc++: Add __builtin_bit_cast to implement std::bit_cast...
2020-12-03 Jason Merrillc++: Push parms when late parsing default args
2020-12-03 Jason Merrillc++: Fix late-parsed default arg context
2020-12-01 Jakub Jelinekopenmp: Avoid ICE on depend clause on depobj OpenMP...
2020-12-01 Iain SandoeC++ : Adjust warning for misplaced attributes.
2020-11-26 Thomas SchwingeDon't create location wrapper nodes within OpenACC...
2020-11-25 Martin SeborClean up -Wformat-diag warnings (PR bootstrap/97622...
2020-11-21 Marek Polacekc++: Extend -Wrange-loop-construct for binding-to-temp...
2020-11-21 Marek Polacekc++: Fix ICE-on-invalid with -Wvexing-parse [PR97881]
2020-11-21 Marek Polacekc++: Allow template lambdas without lambda-declarator...
2020-11-18 Iain SandoeObjective-C++ : Avoid ICE on invalid with empty attributes.
2020-11-17 Iain SandoeC++ : Remove an overzealous checking assert [PR97871]
2020-11-13 Jason Merrillc++: Implement C++20 'using enum'. [PR91367]
2020-11-13 Vladimir N. Makarov[PATCH] Implementation of asm goto outputs
2020-11-13 Iain SandoeC-family, Objective-C [1/3] : Implement Wobjc-root...
2020-11-11 Iain SandoeObjective-C++ : Allow prefix attrs on linkage specs.
2020-11-11 Patrick Palkac++: Correct the handling of alignof(expr) [PR88115]
2020-11-10 Marek Polacekc++: Improve static_assert diagnostic [PR97518]
2020-11-10 Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-11-09 Marek Polacekc++: DR 1914 - Allow duplicate standard attributes.
2020-11-09 Marek Polacekc++: Fix -Wvexing-parse ICE with omitted int [PR97762]
2020-11-09 Nathan Sidwellc++: Consistently expose singleton overloads
2020-11-08 Iain SandoeObjective-C/C++ : Handle parsing @property 'class'...
2020-11-06 Iain SandoeObjective-C/C++ (parsers) : Update @property attribute...
2020-11-06 Nathan Sidwellc++: Parser tweaks
2020-11-06 Tobias BurnusOpenACC (C/C++): Fix 'acc atomic' parsing
2020-11-05 Marek Polacekc++: Implement -Wvexing-parse [PR25814]
2020-11-03 Jakub Jelinekc++: Don't try to parse a function declaration as deduc...
2020-11-03 Nathan Sidwellc++: Directly fixup deferred eh-specs
2020-11-01 Iain SandoeObjective-C++ : Address a FIXME.
2020-10-29 Marek Polacekc++: Implement CWG 625: Use of auto as template-arg...
2020-10-28 Marek Polacekc++: Improve the MVP -Wparentheses diagnostic.
2020-10-28 Marek Polacekc++: Member template function lookup failure [PR94799]
2020-10-28 Marek Polacekc++: GCC accepts junk before fold-expression [PR86773]
2020-10-28 Nathan Sidwellc++: Make OMP UDR DECL_LOCAL_DECL_P earlier
2020-10-28 Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-27 Nathan Sidwellc++: Small cleanup for do_type_instantiation
2020-10-26 Ville Voutilainenc++: Implement __is_nothrow_constructible and __is_noth...
2020-10-16 Nathan Sidwellc++: Fix null deref at EOF [PR96258]
2020-10-08 Patrick Palkac++: Set the constraints of a class type sooner [PR96229]
2020-10-07 Nathan Sidwellc++: block-scope externs get an alias [PR95677,PR31775...
2020-10-06 Marek Polacekc++: typename in out-of-class member function definitio...
2020-09-29 Marek Polacekc++: Implement -Wrange-loop-construct [PR94695]
2020-09-25 Nathan Sidwellc++: Replace tag_scope with TAG_how
2020-09-25 Nathan Sidwellc++: DECL_BUILTIN_P for builtins
2020-09-11 Nathan Sidwellobjc++: Always pop scope with method definitions [PR97015]
2020-09-11 Marek Polacekc++: Remove LOOKUP_CONSTINIT.
2020-09-10 Nathan Sidwellc++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_P
2020-09-09 Nathan Sidwellc++: omp reduction cleanups
2020-08-31 Marek Polacekc++: Implement P1009: Array size deduction in new-expre...
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-08-14 Nathan Sidwellc++: Final bit of name-lookup api simplification
2020-08-14 Nathan Sidwellc++: Yet more name-lookup api simplification
2020-08-14 Nathan Sidwellc++: More simplification of name_lookup api
2020-08-13 Nathan Sidwell[c++]: Unconfuse lookup_name_real API a bit
2020-08-04 Marek Polacekc++: Template keyword following :: [PR96082]
2020-08-04 Nathan Sidwellc++: fix template parm count leak
2020-08-04 Patrick Palkac++: Member initializer list diagnostic locations ...
2020-07-28 Jakub Jelinekc++: Fix up cp_lexer_safe_previous_token [PR96328]
2020-07-22 Tobias BurnusOpenMP: Fixes for omp critical + hint
2020-07-21 Nathan Sidwellc++: Fix scan forward over pragma [PR96257]
2020-07-15 Nathan Sidwellc++: refactor some parser code
2020-07-15 Nathan Sidwellc++: error recovery & pragmas
2020-07-14 Nathan Sidwellc++: Parser entry cleanup
2020-07-13 Marek Polacekc++: Fix tentative parsing of enum-specifier [PR96077]
2020-07-08 Marek Polacekc++: Better diagnostic for decltype(auto) in C++11...
2020-07-07 Martin SeborAvoid printing informational notes when -Wmismatched...
2020-07-06 Jonathan Wakelyc++: Allow empty-declaration in C++11 and later (PR...
2020-06-17 Jonathan Wakelyc++: Fix bogus "does not declare anything" warning...
2020-06-16 Jakub Jelinekopenmp: Diagnose invalid OpenMP schedule(simd, static)
2020-06-16 Patrick Palkac++: Improve access checking inside templates [PR41437]
2020-06-10 Marek Polacekc++: Fix ICE with delayed parsing of noexcept-specifier...
2020-06-03 Mark WielaardProvide diagnostic hints for missing C++ cinttypes...
2020-05-29 Patrick Palkac++: lambdas inside constraints [PR92652]
2020-05-21 Jason Merrillc++: Check constant array bounds later.
2020-05-21 Jason Merrillc++: Constant expression parsing and parameters.
2020-05-20 Marek Polacekc++: C++20 DR 2237, disallow simple-template-id in...
2020-05-20 Marek Polacekc++: Implement DR 2289, Uniqueness of structured bindin...
2020-05-18 Marek Polacekc++: Sorry about type-dependent arg for __builtin_has_a...
2020-05-14 Nathan Sidwellc++: Missed c++2a->20 change
2020-05-13 Jason Merrillc++: Replace "C++2a" with "C++20".
2020-05-12 Marek Polacekc++: Function found via ADL when it should not [PR95074]
2020-05-11 Jason Merrillc++: Use of 'this' in parameter declaration [PR90748]
2020-05-08 Nathan SidwellEOF has a location
2020-05-07 Marek Polacekc++: Fix crash with template spec in different namespac...
2020-05-05 Marek Polacekc++: Member template function lookup failure [PR94799]
next