summaryrefslogtreecommitdiff
path: root/gcc/cp/parser.cc
AgeCommit message (Expand)Author
2025-11-22OpenMP: C++ front end support for "begin declare variant"Sandra Loosemore
2025-11-19c++, libstdc++: Implement CWG1670 and LWG4468Jakub Jelinek
2025-11-10c++: Implement C++26 P3920R0 - Wording for NB comment resolution on trivial r...Jakub Jelinek
2025-11-03cp: fix typo "an decrement" -> "a decrement"David Malcolm
2025-10-27OpenMP/C++: Fix label mangling in metadirective body [PR122378]Paul-Antoine Arras
2025-10-21OpenMP: Handle non-executable directives in intervening code [PR120180,PR122306]Paul-Antoine Arras
2025-10-21OpenMP: Update directive arrays used for 'omp assume(s)' with contains/absentTobias Burnus
2025-10-14c++: mem-initializer-id qualified name lookup is type-only [PR122192]Patrick Palka
2025-10-10c++: base-specifier name lookup is type-only [PR122192]Patrick Palka
2025-10-09c++: C++26 va_start - part of P3348R4 - C++26 should refer to C23 not C17Jakub Jelinek
2025-10-04c++, gimplify: Implement C++26 P2795R5 - Erroneous behavior for uninitialized...Jakub Jelinek
2025-10-03c++: Fix ICE with struct in function parameter containing auto [PR122112]Egas Ribeiro
2025-09-06c++/modules: Fix exported using-directive of imported namespace [PR121702]Nathaniel Shead
2025-08-28c++: > in lambda in template arg [PR107953]Jason Merrill
2025-08-26OpenMP: Improve front-end error-checking for "declare variant"Sandra Loosemore
2025-08-23c++: Fix greater-than operator in braced-init-lists [PR116928]Eczbek
2025-08-19c++: Fix ICE on mangling invalid compound requirement [PR120618]Ben Wu
2025-08-15c++: Fix default argument parsing in non-comma variadic methods [PR121539]Jakub Jelinek
2025-08-13c++: P2036R3 - Change scope of lambda trailing-return-type [PR102610]Marek Polacek
2025-08-13c++: Implement C++26 P1306R5 - Expansion statements [PR120776]Jakub Jelinek
2025-08-11c++: Fix structured binding redeclaration error recovery [PR121442]Jakub Jelinek
2025-08-07c++: Implement C++26 P1061R10 - Structured Bindings can introduce a Pack [PR1...Jakub Jelinek
2025-08-06openmp: Add support for iterators in 'target update' clauses (C/C++)Kwok Cheung Yeung
2025-08-06openmp: Add support for iterators in map clauses (C/C++)Kwok Cheung Yeung
2025-07-31c++: consteval blocksMarek Polacek
2025-07-30c++: Make __extension__ silence -Wlong-long pedwarns/warnings [PR121133]Jakub Jelinek
2025-07-25diagnostics: convert diagnostic_t to enum class diagnostics::kindDavid Malcolm
2025-07-11c++: Implement C++26 P2786R13 - Trivial Relocatability [PR119064]Jakub Jelinek
2025-07-10c++: Fix up final handling in C++98 [PR120628]Jakub Jelinek
2025-07-10c++: Don't incorrectly reject override after class head name [PR120569]Jakub Jelinek
2025-07-09c++: generic lambda in template arg [PR121012]Jason Merrill
2025-07-09c++: optional template after :: causing error [PR119838]Marek Polacek
2025-07-08c++: bogus error with union in qualified name [PR83469]Marek Polacek
2025-07-08c++: Implement part of C++26 P2686R4 - constexpr structured bindings [PR117784]Jakub Jelinek
2025-07-07c++: -Wno-abbreviated-auto-in-template-arg [PR120917]Jason Merrill
2025-07-07c++: Pedwarn on invalid decl specifiers for for-range-declaration [PR84009]Jakub Jelinek
2025-07-04c++: -Wtemplate-body and tentative parsing [PR120575]Jason Merrill
2025-07-03c++: ICE with 'this' in lambda signature [PR120748]Jason Merrill
2025-06-27c++: fix decltype_p handling for binary expressionsJason Merrill
2025-06-23OpenACC: Add 'if' clause to 'acc wait' directiveTobias Burnus
2025-06-16c++: ICE with unexpanded pack in asmyxj-github-437
2025-06-02OpenMP: Handle more cases in user/condition selectorSandra Loosemore
2025-05-30OpenMP: C++ "declare mapper" supportJulian Brown
2025-05-29c++: C++17 constexpr lambda and goto/staticJason Merrill
2025-05-29OpenMP: Fix ICE and other issues in C/C++ metadirective error recovery.Sandra Loosemore
2025-05-29OpenMP: Fix ICE in metadirective recovery after error [PR120180]Sandra Loosemore
2025-05-28c++: modules and using-directivesJason Merrill
2025-04-28analyzer,c++: add placeholder implementation of ana::translation_unit for C++David Malcolm
2025-04-28Eliminate make-unique.h and ::make_uniqueDavid Malcolm
2025-04-28c,c++: use unique_ptr in name_hint to reduce naked 'new'David Malcolm