aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/module.cc
AgeCommit message (Expand)Author
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek
2022-03-04c++: New module mangling ABINathan Sidwell
2022-02-10c++: ICE on xtreme-header_a.HJason Merrill
2022-02-09c++: modules and explicit(bool) [PR103752]Jason Merrill
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-12-19c++: don't ICE on NAMESPACE_DECL inside FUNCTION_DECLMatthias Kretz
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka
2021-12-09pch: Add support for relocation of the PCH data [PR71934]Jakub Jelinek
2021-09-08c++/102228 - make lookup_anon_field O(1)Richard Biener
2021-08-31c++: Various small fixesJason Merrill
2021-07-08Move warning suppression to the ultimate callee.Martin Sebor
2021-07-08Use Object Size Type zero for -Warray-bounds [PR101374].Martin Sebor
2021-06-07c++: fix modules binfo mergingJason Merrill
2021-05-28tree-iterator: C++11 range-for and tree_stmt_iteratorJason Merrill
2021-04-28c++: Remove #error for release buildsJakub Jelinek
2021-04-13Fix thinko in libcpp preparation patch for modulesEric Botcazou
2021-04-05c++: Unneeded export query [PR 99380]Nathan Sidwell
2021-04-02c++: header unit purview [PR 99283]Nathan Sidwell
2021-04-01c++: inter-cluster import order [PR 99283]Nathan Sidwell
2021-03-30c++: duplicate const static members [PR 99283]Nathan Sidwell
2021-03-26c++: imported templates and alias-template changes [PR 99283]Nathan Sidwell
2021-03-22c++: Cross-module partial specialiations [PR 99480]Nathan Sidwell
2021-03-22c++: duplicate alias templates with decltype [PR 99425]Nathan Sidwell
2021-03-22C++ modules: fix alloc-dealloc-mismatch ASAN issueMartin Liska
2021-03-16c++: Incorrect type equivalence [PR 99496]Nathan Sidwell
2021-03-12c++: ICE with using-decl [PR 99238]Nathan Sidwell
2021-03-11c++: template partial instantiation mismatch [PR 99528]Nathan Sidwell
2021-03-10c++: ICE do to GC leakage [PR 99423]Nathan Sidwell
2021-03-08c++: Incorrect specialization hash table [PR 99285]Nathan Sidwell
2021-03-05c++: Duplicate namespace bindings [PR 99245]Nathan Sidwell
2021-03-04c++: Post-pending redesign cleanup [PR 99170]Nathan Sidwell
2021-03-04c++: Redesign pending entity handling [PR 99170]Nathan Sidwell
2021-03-03c++: Defer cloning to post-loading [PR 99170]Nathan Sidwell
2021-03-03c++: Defer specialization registration [PR 99170]Nathan Sidwell
2021-03-03c++: namespace reachability [PR 99344]Nathan Sidwell
2021-03-01c++: Completeness of typedef structs [PR 99294]Nathan Sidwell
2021-02-25c++: Rename new -flang-note-module-read option [PR 99166]Nathan Sidwell
2021-02-24c++: Macro location fixes [PR 98718]Nathan Sidwell
2021-02-22c++: Recursing header imports and other duplicates [PR 99174]Nathan Sidwell
2021-02-22c++: cross-header-unit template definitions [PR 99153]Nathan Sidwell
2021-02-19c++: Incorrect module-number ordering [PR 98741]Nathan Sidwell
2021-02-19c++: Inform of CMI reads [PR 99166]Nathan Sidwell
2021-02-18c++: header-unit build capability [PR 99023]Nathan Sidwell
2021-02-17c++: Macros need to be GTY-reachable [PR 99023]Nathan Sidwell
2021-02-12c++: Seed imported bindings [PR 99039]Nathan Sidwell
2021-02-12c++: Register streamed-in decls when new [PR 99040]Nathan Sidwell
2021-02-09c++: Fix indirect partitions [PR 98944]Nathan Sidwell
2021-02-01c++: alias in qualified-id in template arg [PR98570]Jason Merrill
2021-01-29c++: Fix unordered entity array [PR 98843]Nathan Sidwell