aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-12/+6
2015-10-27parser.c (cp_parser_omp_clause_name): Add auto, gang, seq, vector, worker.Nathan Sidwell1-3/+183
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-61/+86
2015-10-21re PR c++/66781 ("confused by earlier errors, bailing out" with wrong enum wi...Paolo Carlini1-2/+14
2015-10-20array-notation-common.c (is_cilkplus_vector_p): Define.Marek Polacek1-11/+0
2015-10-19Implement N4268, Do constant evaluation of all non-type template args.Jason Merrill1-2/+7
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-113/+1432
2015-10-07cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.Marek Polacek1-6/+4
2015-10-06re PR c++/67810 (Non-expression recognized as fold expression)Jason Merrill1-60/+93
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-29/+94
2015-10-02re PR c/64249 (Missing warning for if (A) else if (A))Marek Polacek1-11/+62
2015-10-01re PR c++/54430 ([C++11] For-Loop: Scope of iterating variable begins too early)Ville Voutilainen1-0/+9
2015-09-23Fix small typos in the coding rule enforcement warnings.Ville Voutilainen1-1/+1
2015-09-22c.opt (Wmultiple-inheritance, [...]): New C++ warnings.Nathan Sidwell1-0/+2
2015-09-21Complete the implementation of N4230, Nested namespace definition.Ville Voutilainen1-2/+15
2015-09-19Implement nested namespace definitions.Ville Voutilainen1-3/+36
2015-09-18Use explicit locations for some warnings in c-pragma.c.Manuel López-Ibáñez1-7/+6
2015-09-17Implement N4295 fold-expressions.Andrew Sutton1-13/+216
2015-09-14re PR c++/51911 ([C++11] G++ accepts new auto { list })Paolo Carlini1-2/+18
2015-09-10re PR c++/67318 (Parsing error when using abbreviated integral type names in ...Paolo Carlini1-10/+12
2015-09-09re PR c++/67504 (ICE with type dependent collapse argument)Jakub Jelinek1-2/+2
2015-08-19remove more useless typedefsTrevor Saunders1-14/+14
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-99/+1141
2015-08-06re PR c++/66533 ([C++14] ICE: in dependent_type_p, at cp/pt.c:21073)Jason Merrill1-1/+2
2015-08-02Refactor entry point to -Wmisleading-indentationPatrick Palka1-57/+43
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-2/+4
2015-07-23re PR c++/52987 (bogus expected ; before for undeclared type)Paolo Carlini1-1/+2
2015-07-15re PR c++/65091 (decltype(~arg) fails for template functions)Jason Merrill1-2/+9
2015-07-14re PR c++/65071 (ICE on valid, sizeof...() of template template parameter pac...Andrea Azzarone1-1/+1
2015-07-13Fix double word typos.Aldy Hernandez1-3/+2
2015-07-10* parser.c (cp_parser_template_id): SET_EXPR_LOCATION.Jason Merrill1-0/+4
2015-07-09pt.c (instantiation_dependent_r): Call value_dependent_expression_p.Jason Merrill1-1/+1
2015-07-09cp-tree.h (struct cp_parameter_declarator): Rename ellipsis_p to template_par...Jason Merrill1-76/+30
2015-07-09* parser.c (cp_parser_default_type_template_argument)Andrew Sutton1-40/+66
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-01c-common.h (D_CXX11): Rename from D_CXX0X.Jason Merrill1-2/+2
2015-07-01re PR c++/60365 (multiple noreturn attribute specifiers in a single declarati...Paolo Carlini1-0/+23
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-0/+3
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-2/+2
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-24Implement N3928 - Extending static_assertEdward Smith-Rowland1-12/+28
2015-06-24re PR c++/65750 (misinterpret in a virtual member function with a C++11 style...Adam Butcher1-0/+24
2015-06-24Revert fix for PR c++/30044Patrick Palka1-25/+0
2015-06-23[PATCH] Fix PR c++/30044Patrick Palka1-0/+25
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-16re PR c++/59682 (Invalid syntax accepted: new-placement without expression-list)Paolo Carlini1-0/+3
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-05re PR c++/52595 ([DR 325] commas and non-static data member initializers don'...Nathan Sidwell1-7/+28
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-02re PR c++/61683 (decltype-specifier not accepted as mem-initializer-id)Paolo Carlini1-11/+16