aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.h
AgeCommit message (Expand)Author
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-08-10openmp: Add support for declare simd and declare variant in a attribute syntaxJakub Jelinek
2021-07-26openmp: Add support for omp attributes section and scan directivesJakub Jelinek
2021-07-23openmp: Diagnose invalid mixing of the attribute and pragma syntax directivesJakub Jelinek
2021-07-02openmp: Initial support for OpenMP directives expressed as C++11 attributesJakub Jelinek
2021-03-18Objective-C++ : Fix handling of unnamed message parms [PR49070].Iain Sandoe
2021-01-04Update copyright years.Jakub Jelinek
2020-12-09c++: Module parsingNathan Sidwell
2020-01-01Update copyright years.Jakub Jelinek
2019-10-28[C++ PATCH] simplify deferred parsing lexerNathan Sidwell
2019-10-23Implement P1286R2, Contra CWG1778Jason Merrill
2019-10-10c-common.h (c_omp_check_context_selector, [...]): Declare.Jakub Jelinek
2019-06-22PR c++/86476 - noexcept-specifier is a complete-class context.Marek Polacek
2019-04-11re PR translation/90035 (Non-translatable C++ parser diagnostics)Jakub Jelinek
2019-01-08PR c++/88548 - this accepted in static member functions.Marek Polacek
2019-01-01Update copyright years.Jakub Jelinek
2018-10-12[C++ PATCH] more TU parsing refactoringNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek
2017-11-28Remove Cilk Plus support.Julia Koval
2017-10-13C++: show location of unclosed extern "C" specificationsDavid Malcolm
2017-01-08PR c++/78948 - instantiation from discarded statementJason Merrill
2017-01-01Update copyright years.Jakub Jelinek
2016-08-10Implement C++17 constexpr if.Jason Merrill
2016-08-04C/C++: Simplify handling of location information for OpenACC routine directivesThomas Schwinge
2016-07-20C++ FE: handle misspelled identifiers and typenamesDavid Malcolm
2016-01-15re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-06Fix decltype-call1.C with -std=c++1z.Jason Merrill
2015-11-19parser.h (struct cp_omp_declare_simd_data): Add clauses member.Cesar Philippidis
2015-11-11re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Dominique d'Humieres
2015-11-10omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell
2015-08-19remove more useless typedefsTrevor Saunders
2015-08-07Add C++ Concepts TS support.Andrew Sutton
2015-07-10typoJason Merrill
2015-01-05Update copyright years.Jakub Jelinek
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill
2014-04-11parser.h (struct cp_token): Rename ambiguous_p to error_reported.Jason Merrill
2014-01-23Added support for Cilk Plus SIMD-enabled functions for C++.Balaji V. Iyer
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher
2013-10-11target.c: New file.Jakub Jelinek
2013-09-16Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher
2013-09-13Revert r202554, r202540 and r202539.Adam Butcher
2013-09-12Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher
2013-03-29Add uniform debug dump function names.Lawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford