aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2018-11-09c-parser.c (c_parser_omp_clause_final): Use c_parser_expr_no_commas...Jakub Jelinek2-13/+21
2018-11-09c-parser.c (c_parser_omp_clause_reduction): Call sorry_at on reduction clause...Jakub Jelinek2-1/+8
2018-11-09c-parser.c (c_parser_omp_requires): Call sorry_at on requires clauses other t...Jakub Jelinek2-0/+8
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor2-65/+9
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek12-349/+2491
2018-11-07[PR C++/87904] lookup ICENathan Sidwell3-8/+17
2018-11-05Implement UDL changes from P0732R2.Jason Merrill4-51/+80
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill7-115/+291
2018-11-05Fix various latent issues revealed by P0732 work.Jason Merrill4-10/+31
2018-11-05PR c++/60503 - wrong lambda attribute syntax.Jason Merrill2-6/+11
2018-11-02[C++ PATCH] refactor duplicate_declsNathan Sidwell2-77/+61
2018-11-01Implement P0846R0, ADL and function templates.Marek Polacek5-15/+81
2018-11-01[ABI PATCH] static anonymous unions of function scopeNathan Sidwell8-139/+127
2018-11-01Make __PRETTY_FUNCTION__-like functions mergeable string csts (PR c++/64266).Martin Liska5-17/+46
2018-10-31[C++ PATCH] Simplify overloadsNathan Sidwell4-31/+39
2018-10-30Implement P0892R2, explicit(bool).Marek Polacek6-3/+136
2018-10-30decl.c (grokdeclarator): Use declarator->id_loc in diagnostic about flexible ...Paolo Carlini2-1/+6
2018-10-29C++: simplify output from suggest_alternatives_forDavid Malcolm7-126/+532
2018-10-29Folding and check_function_argumentsDavid Malcolm2-4/+8
2018-10-29decl.c (create_array_type_for_decl): Add location_t parameter and use it.Paolo Carlini2-12/+20
2018-10-29PR c++/87594 - constexpr rejects-valid with range-based for.Marek Polacek2-2/+11
2018-10-29[OpenACC] Support C++ "this" in OpenACC directivesJoseph Myers2-1/+9
2018-10-25* parser.c (cp_parser_sizeof_operand): Remove redundant grokdeclarator.Jason Merrill2-14/+6
2018-10-24re PR c++/86288 (Recognize __gnu and/or __gnu__ as attribute-namespace)Jakub Jelinek2-3/+15
2018-10-24PR c++/84851 - missing -Wclass-memaccess for a memcpy in a copy ctor with a n...Martin Sebor2-9/+5
2018-10-17Run selftests for C++ as well as CDavid Malcolm2-0/+33
2018-10-172018-10-17 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2-1/+4
2018-10-17re PR c++/84705 (internal compiler error: in add_stmt, at cp/semantics.c:390)Paolo Carlini1-0/+7
2018-10-12[C++ PATCH] more TU parsing refactoringNathan Sidwell3-67/+74
2018-10-11re PR c++/87364 (Pretty print of enumerator never prints the id, always falls...Will Wray2-0/+44
2018-10-11C++: suggestions for misspelled private members (PR c++/84993)David Malcolm4-68/+189
2018-10-11[C++ PATCH] parser simplificationNathan Sidwell2-49/+42
2018-10-11re PR c++/87582 (Returning a reference to a data member via structured bindin...Jakub Jelinek2-0/+21
2018-10-11re PR c++/87547 (G++ reports bad type names for bit-field members)Jakub Jelinek2-1/+7
2018-10-10PR c++/87567 - constexpr rejects call to non-constexpr function.Marek Polacek2-2/+22
2018-10-09re PR c++/84423 ([concepts] ICE with invalid using declaration)Paolo Carlini4-12/+36
2018-10-08re PR c++/71128 ([concepts] ICE on ill-formed explicit instantiation of a fun...Paolo Carlini2-0/+14
2018-10-05Support string locations for C++ in -Wformat (PR c++/56856)David Malcolm4-2/+30
2018-10-04[C++ PATCH] String concatenation is a thingNathan Sidwell2-22/+28
2018-10-03Implement P0840, language support for empty objects.Jason Merrill3-53/+166
2018-10-03Properly mark lambdas in GCOV (PR gcov-profile/86109).Martin Liska2-0/+7
2018-10-02c-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.Richard Biener2-4/+4
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou2-1/+6
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener2-10/+5
2018-09-27re PR c++/84940 (internal compiler error: in build_value_init_noctor, at cp/i...Paolo Carlini2-3/+10
2018-09-25re PR c++/87398 (g++ ICE on valid code: tree check: expected record_type or u...Jakub Jelinek2-1/+8
2018-09-25Remove unused functions and fields.Martin Liska3-23/+6
2018-09-24cp-tree.h (build_noexcept_spec, [...]): Adjust declarations.Marek Polacek3-4/+4
2018-09-24re PR c++/85070 (ICE on C++ code: in lazily_declare_fn, at cp/method.c:2409)Paolo Carlini2-1/+7
2018-09-21PR c++/87372 - __func__ constexpr evaluation.Marek Polacek2-1/+7