name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
[gcc.git] / gcc / cp / decl2.c
2017-09-06 Nathan Sidwellname-lookup.h (lookup_fnfields_slot_nolazy, [...])...
2017-08-25 Nathan SidwellConversion operators have a special name
2017-08-18 H.J. LuAdd warn_if_not_aligned attribute
2017-08-11 Martin LiskaIntroduce TARGET_SUPPORTS_ALIASES
2017-08-09 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-07-21 Nathan SidwellRemove TYPE_METHODS.
2017-07-12 Nathan Sidwellcp-tree.h (DECL_CONSTRUCTOR_P, [...]): Look at identifi...
2017-07-11 Nathan Sidwell* decl2.c (reset_type_linkage_2): Dont't change ctor...
2017-06-30 Nathan Sidwellcp-tree.h (lookup_fnfields_1, [...]): Don't declare.
2017-06-29 Nathan SidwellWhitespace cleanups.
2017-06-19 Jason MerrillPR c++/81073 - constexpr and static var in statement...
2017-06-18 Jason MerrillPR c++/60063 - -Wunused-local-typedefs and templates.
2017-06-17 Jason MerrillPR c++/80831 - ICE with -fsyntax-only.
2017-06-16 Nathan Sidwellcp-tree.h (build_this_parm, [...]): Add FN parm.
2017-06-16 Nathan SidwellMake keyed_classes a vector.
2017-06-13 Martin LiskaImplement no_sanitize function attribute
2017-06-11 Jason Merrilltree.h (id_equal): New.
2017-06-02 Nathan Sidwellname-lookup.h (cp_binding_level): Lose namespaces field.
2017-05-29 Nathan SidwellPR c++/80891 (#3)
2017-05-26 Jakub Jelinekcp-tree.h (struct lang_decl_decomp): New type.
2017-05-23 Jason MerrillPR c++/80396 - built-in for make_integer_sequence.
2017-05-22 Nathan Sidwellinvoke.texi (fdump-translation-unit): Delete documentation.
2017-05-17 Martin LiskaIntroduce dump_flags_t type and use it instead of int...
2017-05-16 Nathan Sidwellcall.c (build_user_type_conversion_1): Use OVL_FIRST.
2017-05-16 Nathan Sidwellcp-tree.h (class ovl_iterator, [...]): New OVERLOAD...
2017-05-16 Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-11 Nathan SidwellRevert pushdecl_top_level_and_finish name change.
2017-05-11 Nathan Sidwellcp-tree.h (pushdecl, [...]): Move declarations to ...
2017-05-05 Nathan SidwellKill per-namespace static_decls.
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-02-21 Jakub Jelinekre PR c++/79654 (ICE on invalid c++ code in register_dt...
2017-02-13 Nathan SidwellPR c++/79296 - ICE mangling localized template instanti...
2017-02-11 Jason MerrillPR c++/77790 - ICE with auto function in C++11 mode
2017-02-02 Paolo Carlinire PR c++/69637 (ICE on an invalid bit-field with templ...
2017-01-31 Alexandre OlivaIntroduce C++ support in libcc1
2017-01-26 Jason MerrillPR c++/79176 - lambda ICE with -flto -Os
2017-01-11 Jakub Jelinekre PR c++/72813 (atomic header cannot be compiled into...
2017-01-08 Jason MerrillPR c++/78948 - instantiation from discarded statement
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-15 Jason MerrillAllow references in constant-expressions.
2016-11-10 Jason MerrillPR c++/77337 - auto return and lambda
2016-10-13 Jason MerrillImplement P0386R2 - C++17 inline variables
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-14 Marek Polacekc-common.c (c_common_truthvalue_conversion): Use false...
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-09-02 Jakub Jelinekre PR sanitizer/77396 (address sanitizer crashes if...
2016-08-09 Jason MerrillPR c++/68703 - bogus error with dependent vector length
2016-08-04 Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-22 Jason MerrillPR c++/71274 - deprecated warning without use.
2016-05-12 Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-04-15 Jason Merrillre PR c++/70594 (-fcompare-debug failure)
2016-03-23 Alexandre Olivare PR c++/69315 (ICE in finish_function with constexpr...
2016-02-18 Jason Merrillre PR c++/68679 (gcc-5.2.1 ICE in C++11 anon union...
2016-02-08 Patrick PalkaFix PR c++/69283 (auto deduction fails when ADL is...
2016-01-23 Martin SeborPR c++/58109 - alignas() fails to compile with constant...
2016-01-09 Marek Polacekre PR c++/69113 (ICE: in vague_linkage_p, at cp/decl2...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-21 Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-12-20 Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-12-15 Patrick PalkaFix PR c++/21802 (two-stage name lookup fails for opera...
2015-11-20 Jakub Jelinekre PR c++/67354 (internal compiler error: in add_to_sam...
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-05 Jakub Jelinekgcc/
2015-11-04 Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-20 Jason MerrillExpand PTRMEM_CST only when necessary.
2015-09-17 Richard Bienercp-tree.h (note_decl_for_pch): Remove.
2015-09-09 Paolo Carlinire PR c++/53184 (Unnecessary anonymous namespace warnings)
2015-08-15 Jason Merrillre PR c++/65974 (Bogus deprecated-declarations warnings...
2015-08-12 Jason Merrillre PR c++/67108 (ICE: in cxx_eval_call_expression,...
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-07-26 Paolo Carlinidecl.c (poplevel): Use Use DECL_SOURCE_LOCATION and...
2015-07-10 Eric Botcazouc-ada-spec.h (cpp_operation): Revert latest change.
2015-07-08 Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-07 Eric Botcazouc-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.
2015-06-30 Jason Merrillre PR debug/66653 (ice in gen_type_die_with_usage,...
2015-06-30 Jason Merrillre PR debug/66653 (ice in gen_type_die_with_usage,...
2015-06-27 Marek Polacekcall.c: Use VECTOR_TYPE_P.
2015-06-27 Marek Polacekcall.c (set_up_extended_ref_temp): Use VAR_P.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-22 Pierre-Marie de... c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLAT...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-15 Paolo Carlinire PR c++/51048 (Class template inheritance doesn't...
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-04 Ramana RadhakrishnanRemove TARGET_RELAXED_ORDERING and optimize for weak...
2015-06-02 Jason Merrillre PR c++/65942 ([C++14] cannot use std::function as...
2015-05-21 Nathan Sidwellre PR c++/60943 ([C++14] Return type deduction interfer...
2015-05-09 Aldy Hernandezre PR bootstrap/66085 (Revision r222934 breaks bootstra...
2015-05-09 Jason Merrilldecl2.c (mangling_aliases): New variable.
2015-05-09 Aldy Hernandezdecl2.c (collect_candidates_for_java_method_aliases...
2015-05-08 Jason Merrillre PR c++/59012 (alignas does not support parameter...
2015-05-06 Jason MerrillFix gdb.cp/anon-struct.cc with -std=c++11.
2015-04-15 Jason Merrilldecl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLI...
2015-04-15 Jason Merrill* decl2.c (determine_visibility): Use get_template_info.
2015-03-19 Jakub Jelinekc-decl.c (c_decl_attributes): Also add "omp declare...
next