aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-22openmp: Add support for allocator and align modifiers on allocate clausesJakub Jelinek1-6/+65
2021-09-18openmp: Handle unconstrained and reproducible modifiers on order(concurrent)Jakub Jelinek1-3/+29
2021-09-18openmp: Allow private or firstprivate arguments to default clause even for C/C++Jakub Jelinek1-2/+17
2021-09-17c++: improve lookup of member-qualified namesJason Merrill1-16/+53
2021-09-17openmp: Add support for OpenMP 5.1 atomics for C++Jakub Jelinek1-13/+453
2021-09-15c++: add parsing_function_declarator predicateJason Merrill1-1/+12
2021-09-15c++: correct object scope handlingJason Merrill1-1/+3
2021-09-15c++: tweak C++20 destructor template-id ruleJason Merrill1-1/+2
2021-09-10openmp: Implement OpenMP 5.1 atomics, so far for C onlyJakub Jelinek1-16/+8
2021-09-07C, C++, Fortran, OpenMP: Add support for 'flush seq_cst' construct.Marcel Vollweiler1-2/+5
2021-09-01C-family: Add attribute 'unavailable'.Iain Sandoe1-11/+21
2021-08-31c++: Various small fixesJason Merrill1-8/+7
2021-08-31Disable gcc_rich_location copying and assignment.Martin Sebor1-2/+2
2021-08-31Add support for device-modifiers for 'omp target device'.Marcel Vollweiler1-1/+41
2021-08-30c++: Add warning about missing 'requires'Jason Merrill1-0/+19
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek1-2/+36
2021-08-20openmp: Implement the error directiveJakub Jelinek1-3/+204
2021-08-20openmp: Diagnose some superfluous commas in OpenMP parsingJakub Jelinek1-3/+10
2021-08-19openmp: Fix ICE on requires clause with atomic_default_mem_order (Jakub Jelinek1-3/+12
2021-08-19openmp: For C++ ensure nothing directive has no operandsJakub Jelinek1-1/+1
2021-08-18openmp: Add nothing directive supportJakub Jelinek1-0/+14
2021-08-18openmp: Actually ignore pragma_stmt pragmas for which c_parser_pragma returns...Jakub Jelinek1-25/+37
2021-08-17c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...Jakub Jelinek1-0/+5
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek1-0/+28
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-2/+140
2021-08-12OpenMP 5.1: Add proc-bind 'primary' supportTobias Burnus1-2/+5
2021-08-12openmp: Diagnose syntax mismatches between declare target and end declare targetJakub Jelinek1-3/+20
2021-08-12openmp: Diagnose another case of mixing parameter and attribute syntaxJakub Jelinek1-0/+15
2021-08-12c++: Fix up parsing of attributes for using-directiveJakub Jelinek1-5/+26
2021-08-11c++: parameterized requires-expr as default argument [PR101725]Patrick Palka1-1/+4
2021-08-11c++: recognize class-scope non-template dguides [PR79501]Patrick Palka1-19/+44
2021-08-11c++: most vexing parse and braced CTAD [PR89062]Patrick Palka1-4/+13
2021-08-10openmp: Fix up cp/parser.c build with GCC 4.8 to 6Jakub Jelinek1-2/+2
2021-08-10openmp: Add support for declare simd and declare variant in a attribute syntaxJakub Jelinek1-21/+398
2021-08-04c++: Fix up #pragma omp declare {simd,variant} and acc routine parsingJakub Jelinek1-0/+2
2021-07-31openmp: Handle OpenMP directives in attribute syntax in attribute-declarationJakub Jelinek1-0/+19
2021-07-30c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...Jakub Jelinek1-0/+5
2021-07-30c++: Fix up attribute rollbacks in cp_parser_statementJakub Jelinek1-4/+7
2021-07-30c++: Accept C++11 attribute-definition [PR101582]Jakub Jelinek1-8/+26
2021-07-26openmp: Add support for omp attributes section and scan directivesJakub Jelinek1-5/+100
2021-07-23openmp: Diagnose invalid mixing of the attribute and pragma syntax directivesJakub Jelinek1-5/+35
2021-07-21OpenACC 'nohost' clauseThomas Schwinge1-2/+9
2021-07-14vec: use auto_vec in a few more placesJason Merrill1-5/+1
2021-07-02openmp: Initial support for OpenMP directives expressed as C++11 attributesJakub Jelinek1-10/+389
2021-07-02openmp: Reject #pragma omp atomic update, [PR101297]Jakub Jelinek1-1/+3
2021-06-25c++: Failure to delay noexcept parsing with ptr-operator [PR100752]Marek Polacek1-4/+2
2021-06-24cp: add support for per-location warning groups.Martin Sebor1-1/+5
2021-06-24openmp: in_reduction clause support on target constructJakub Jelinek1-2/+16
2021-06-14C/C++: Fix unused set var warning with omp_clause_affinity [PR100913]Tobias Burnus1-3/+1
2021-06-13use range based for loops to iterate over vec<>Trevor Saunders1-3/+1