aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2017-11-22re PR c++/82401 (error: qsort comparator non-negative on sorted output: 1 in ...Jakub Jelinek2-1/+9
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm2-18/+93
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek3-1/+18
2017-11-21Add quotes for constexpr keyword.Martin Liska7-30/+54
2017-11-21New POINTER_DIFF_EXPRMarc Glisse5-12/+44
2017-11-21P0428R2 - familiar template syntax for generic lambdasJakub Jelinek2-2/+9
2017-11-21C/C++: more stdlib header hints (PR c/81404)David Malcolm2-0/+18
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm2-2/+55
2017-11-20Avoid duplicate visibility warning.Jason Merrill2-1/+7
2017-11-20P0329R4: Designated InitializationJakub Jelinek5-46/+216
2017-11-20c-family: add name_hint/deferred_diagnosticDavid Malcolm3-11/+31
2017-11-20[PR c++/82878] pass-by-invisiref in lambdaNathan Sidwell4-10/+18
2017-11-20re PR c++/82781 (Vector extension operators return wrong result in constexpr)Jakub Jelinek2-2/+50
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek2-4/+9
2017-11-16PR c++/79092 - non-type args of different types are differentJason Merrill5-17/+91
2017-11-16[PATCH] New lang hookNathan Sidwell4-3/+46
2017-11-16[PR c++/81060] ICE with invalid initialzer via lambdaNathan Sidwell3-7/+13
2017-11-15[PR c++/81574] lambda capture of function referenceNathan Sidwell2-1/+8
2017-11-15Fix fallout of -fsanitize=vptr.Martin Liska2-2/+6
2017-11-15Zero vptr in dtor for -fsanitize=vptr.Martin Liska2-1/+26
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill6-48/+35
2017-11-13Capture adjustments for P0588R1.Jason Merrill10-150/+68
2017-11-13Defer folding of *&.Jason Merrill14-66/+94
2017-11-13Fix cp-ubsan typo.Jason Merrill2-1/+4
2017-11-13PR c++/82360 - ICE with static_cast in template.Jason Merrill3-1/+37
2017-11-13Remove the null check from placement new in all modesVille Voutilainen2-1/+8
2017-11-07[PATCH] Install cp/operators.def as part of plugin headersBoris Kolpackov2-1/+6
2017-11-07re PR c++/82835 (ICE on valid code with -fopenmp)Jakub Jelinek2-4/+11
2017-11-07P0704R1 - fixing const-qualified pointers to membersJason Merrill2-10/+25
2017-11-06re PR c++/65579 ([C++11] gcc requires definition of a static constexpr member...Paolo Carlini2-0/+15
2017-11-06Instrument function exit with __builtin_unreachable in C++Martin Liska3-23/+61
2017-11-03[PR c++/82710] false positive paren warningNathan Sidwell2-6/+14
2017-11-03re PR c++/81957 (ICE decltype)Paolo Carlini4-15/+30
2017-11-02[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell5-16/+26
2017-11-02[PR c++/82710] false positive paren warningNathan Sidwell2-3/+16
2017-11-01[C++ PATCH] overloaded operator fns [8/N]Nathan Sidwell7-27/+46
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell6-25/+37
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell6-236/+268
2017-10-31pt.c: add missing %< and %>David Malcolm2-1/+5
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm8-68/+108
2017-10-31[C++ PATCH] overloaded operator fns [5/N]Nathan Sidwell5-61/+68
2017-10-31[C++ PATCH] overloaded operator fns [4/N]Nathan Sidwell3-60/+27
2017-10-31constexpr.c, pt.c: Adjust comments.Jason Merrill2-4/+3
2017-10-31[C++ PATCH] overloaded operator fns [3/N]Nathan Sidwell5-100/+126
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell14-94/+98
2017-10-31[C++ PATCH] overloaded operator fns [1/N]Nathan Sidwell14-222/+110
2017-10-30re PR c++/82085 (ICE: Template variable reference used in nested template alias)Paolo Carlini2-2/+7
2017-10-30[C++ PATCH] operator name cleanup prepatchNathan Sidwell7-351/+375
2017-10-27pt.c (invalid_nontype_parm_type_p): Return a bool instead of an int.Paolo Carlini2-13/+17
2017-10-26[C++ PATCH] Kill IDENTIFIER_LABEL_VALUENathan Sidwell2-16/+43