aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)Author
2017-10-10 More delayed lambda capture fixes.Jason Merrill
2017-10-10Various small C++ fixes.Jason Merrill
2017-10-10Check non-dependent conversion in return from template fn.Jason Merrill
2017-10-06 PR c++/82299Jakub Jelinek
2017-09-28 PR c++/56973, DR 696 - capture constant variables only as needed.Jason Merrill
2017-09-152017-09-15 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2017-09-15 * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentJakub Jelinek
2017-09-01 PR c++/82040Marek Polacek
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford
2017-08-21c-family/c/c++: pass optional vec<location_t> to c-format.cDavid Malcolm
2017-08-10 PR c++/80452 - Core 1579, implicit move semantics on return/throwJason Merrill
2017-08-09Boolify some parameters.Marek Polacek
2017-08-08.Martin Liska
2017-08-03/cpPaolo Carlini
2017-07-31Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska
2017-07-16 * parser.c (cp_parser_cast_expression): Use %q#T instead of %qTVolker Reichelt
2017-06-22 Reorder IDENTIFIER flagsNathan Sidwell
2017-06-17 PR c++/80639 - ICE with invalid PMF initialization.Jason Merrill
2017-06-13Implement no_sanitize function attributeMartin Liska
2017-06-10Overhaul pointer-to-member conversion and template argument handling.Jason Merrill
2017-06-02gcc:Bernd Edlinger
2017-05-30C++ template type diff printingDavid Malcolm
2017-05-24 * cp-tree.h (cp_free_lang_data): Add extern.Nathan Sidwell
2017-05-24PR c++/80544 strip cv-quals from cast resultsJonathan Wakely
2017-05-17 * class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.Nathan Sidwell
2017-05-16C++: fix-it hints suggesting accessors for private fieldsDavid Malcolm
2017-05-16 * cp-tree.h (class ovl_iterator, class lkp_iterator): New OVERLOADNathan Sidwell
2017-05-16 * cp-tree.h (OVL_FIRST, OVL_NAME): New.Nathan Sidwell
2017-05-16 * pt.c (tsubst_copy_and_build): Remove unnecessary COMPONENT_REFNathan Sidwell
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor
2017-04-10 PR sanitizer/80348Marek Polacek
2017-04-07 PR sanitizer/80348Marek Polacek
2017-03-27 PR middle-end/80162Jakub Jelinek
2017-03-15 PR c++/80043 - ICE with -fpermissiveJason Merrill
2017-03-03 PR c++/79791Marek Polacek
2017-02-24 PR c++/79588Jakub Jelinek
2017-02-19/cpPaolo Carlini
2017-02-13 PR c++/79232Jakub Jelinek
2017-01-31 PR c++/79290Nathan Sidwell
2017-01-31Introduce C++ support in libcc1Alexandre Oliva
2017-01-23 PR c++/71406 - ICE with scope-ref'd template id exprsNathan Sidwell
2017-01-18 PR c++/68666 - member variable template-idJason Merrill
2017-01-04 PR c++/64767Marek Polacek
2017-01-04 PR c++/78949Jakub Jelinek
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-21 PR bootstrap/78817Jakub Jelinek
2016-11-28 PR c++/77591Jakub Jelinek
2016-11-15Various C++17 decomposition fixes.Jason Merrill
2016-11-14 Implement P0217R3 - C++17 structured bindingsJakub Jelinek
2016-11-13 CWG 2233 - default arg and parameter packJason Merrill