summaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
Commit message (Expand)AuthorAgeFilesLines
* PR c/80116mpolacek2017-06-261-4/+23
* /cppaolo2017-06-241-3/+15
* PR c++/79056 - C++17 ICE with invalid template syntax.jason2017-06-231-2/+4
* Reorder IDENTIFIER flagsnathan2017-06-221-2/+3
* C++: Add fix-it hints for -Wold-style-castdmalcolm2017-06-211-3/+91
* gcc/cp/nathan2017-06-161-1/+1
* * tree.h (id_equal): New.jason2017-06-111-16/+14
* Fix array decay handling in constant expressions.jason2017-06-091-2/+6
* * parser.c (cp_parser_base_specifier): Fix typos in error messages.reichelt2017-06-051-2/+2
* PR c++/80891 (#3)nathan2017-05-291-1/+1
* PR c++/80396 - built-in for make_integer_sequence.jason2017-05-231-1/+1
* PR c++/80866nathan2017-05-231-0/+5
* OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clausestschwinge2017-05-231-0/+3
* gcc/cpnathan2017-05-231-2/+2
* * name-lookup.h (parse_using_directive): Replace with ...nathan2017-05-221-1/+6
* * call.c (add_list_candidates): Use OVL_FIRST.nathan2017-05-191-11/+9
* OpenACC 2.5 default (present) clausetschwinge2017-05-191-4/+10
* OpenACC default clause maintenancetschwinge2017-05-191-1/+2
* Implement new C++ intrinsics __is_assignable and __is_constructible.ville2017-05-171-0/+10
* Add default value for last argument of dump functions.marxin2017-05-161-1/+1
* * cp-tree.h (class ovl_iterator, class lkp_iterator): New OVERLOADnathan2017-05-161-3/+3
* gcc/cp/nathan2017-05-151-74/+48
* * name-lookup.h (pop_binding): Rename to pop_local_binding.nathan2017-05-111-1/+1
* PR c++/79549 - C++17 ICE with non-type auto template parameter packjason2017-05-101-2/+0
* PR c++/70167 - array prvalue treated as lvaluejason2017-05-091-2/+2
* PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cmsebor2017-05-041-1/+1
* 2017-05-02 Paolo Carlini <paolo.carlini@oracle.com>paolo2017-05-021-10/+0
* * parser.c (cp_parser_member_declaration): Add fix-it hints forreichelt2017-04-291-4/+8
* * parser.c (cp_parser_cast_expression): Add target type of cast toreichelt2017-04-271-1/+2
* * parser.c (cp_parser_nested_name_specifier_opt): Add fix-itreichelt2017-04-261-2/+5
* * parser.c (cp_parser_elaborated_type_specifier): Add fix-it toreichelt2017-04-251-5/+9
* C++: fix-it hint for removing stray semicolonsdmalcolm2017-04-251-1/+5
* * decl.c (grokdeclarator): Use %qT instead of %<%T%> inreichelt2017-04-241-2/+2
* Fix location of sizeof/alignof (PR c++/80016)dmalcolm2017-04-241-4/+15
* * parser.c (cp_parser_cv_qualifier_seq_opt): Add fix-it info toreichelt2017-04-241-5/+14
* * c.opt (Wextra-semi): New C++ warning flag.reichelt2017-04-201-1/+9
* PR c++/80241 - ICE with alignas pack expansion.mpolacek2017-04-181-2/+6
* Fix numerous typos in commentsredi2017-04-031-1/+1
* PR libstdc++/80251jakub2017-03-311-0/+4
* PR c/79834jakub2017-03-071-26/+30
* Revert "Allow deduction guides to look into primary template."jason2017-03-061-41/+33
* Allow deduction guides to look into primary template.jason2017-03-031-33/+41
* Class template argument deduction in new-expressionjason2017-03-021-1/+2
* * config/i386/i386.c: Include intl.h.jakub2017-02-281-5/+6
* PR c++/79588jakub2017-02-241-23/+0
* PR c++/79664jakub2017-02-221-0/+3
* PR c++/79653mpolacek2017-02-221-0/+5
* PR c++/79535mpolacek2017-02-211-0/+2
* PR c++/79566 - elaborated-type-specifier in range forjason2017-02-201-1/+1
* PR c++/79400 - confusing suggestion of 'noexcept'jason2017-02-201-2/+2