aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/module.cc
AgeCommit message (Expand)AuthorFilesLines
2021-09-08c++/102228 - make lookup_anon_field O(1)Richard Biener1-2/+8
2021-08-31c++: Various small fixesJason Merrill1-1/+1
2021-07-08Move warning suppression to the ultimate callee.Martin Sebor1-13/+7
2021-07-08Use Object Size Type zero for -Warray-bounds [PR101374].Martin Sebor1-0/+13
2021-06-07c++: fix modules binfo mergingJason Merrill1-1/+5
2021-05-28tree-iterator: C++11 range-for and tree_stmt_iteratorJason Merrill1-3/+2
2021-04-28c++: Remove #error for release buildsJakub Jelinek1-2/+0
2021-04-13Fix thinko in libcpp preparation patch for modulesEric Botcazou1-2/+2
2021-04-05c++: Unneeded export query [PR 99380]Nathan Sidwell1-27/+39
2021-04-02c++: header unit purview [PR 99283]Nathan Sidwell1-7/+10
2021-04-01c++: inter-cluster import order [PR 99283]Nathan Sidwell1-26/+37
2021-03-30c++: duplicate const static members [PR 99283]Nathan Sidwell1-8/+14
2021-03-26c++: imported templates and alias-template changes [PR 99283]Nathan Sidwell1-171/+113
2021-03-22c++: Cross-module partial specialiations [PR 99480]Nathan Sidwell1-6/+18
2021-03-22c++: duplicate alias templates with decltype [PR 99425]Nathan Sidwell1-53/+29
2021-03-22C++ modules: fix alloc-dealloc-mismatch ASAN issueMartin Liska1-1/+1
2021-03-16c++: Incorrect type equivalence [PR 99496]Nathan Sidwell1-16/+48
2021-03-12c++: ICE with using-decl [PR 99238]Nathan Sidwell1-0/+5
2021-03-11c++: template partial instantiation mismatch [PR 99528]Nathan Sidwell1-45/+15
2021-03-10c++: ICE do to GC leakage [PR 99423]Nathan Sidwell1-1/+5
2021-03-08c++: Incorrect specialization hash table [PR 99285]Nathan Sidwell1-7/+16
2021-03-05c++: Duplicate namespace bindings [PR 99245]Nathan Sidwell1-14/+19
2021-03-04c++: Post-pending redesign cleanup [PR 99170]Nathan Sidwell1-180/+27
2021-03-04c++: Redesign pending entity handling [PR 99170]Nathan Sidwell1-315/+343
2021-03-03c++: Defer cloning to post-loading [PR 99170]Nathan Sidwell1-29/+61
2021-03-03c++: Defer specialization registration [PR 99170]Nathan Sidwell1-36/+58
2021-03-03c++: namespace reachability [PR 99344]Nathan Sidwell1-54/+73
2021-03-01c++: Completeness of typedef structs [PR 99294]Nathan Sidwell1-2/+2
2021-02-25c++: Rename new -flang-note-module-read option [PR 99166]Nathan Sidwell1-6/+8
2021-02-24c++: Macro location fixes [PR 98718]Nathan Sidwell1-58/+118
2021-02-22c++: Recursing header imports and other duplicates [PR 99174]Nathan Sidwell1-17/+18
2021-02-22c++: cross-header-unit template definitions [PR 99153]Nathan Sidwell1-0/+1
2021-02-19c++: Incorrect module-number ordering [PR 98741]Nathan Sidwell1-76/+107
2021-02-19c++: Inform of CMI reads [PR 99166]Nathan Sidwell1-1/+45
2021-02-18c++: header-unit build capability [PR 99023]Nathan Sidwell1-15/+7
2021-02-17c++: Macros need to be GTY-reachable [PR 99023]Nathan Sidwell1-2/+2
2021-02-12c++: Seed imported bindings [PR 99039]Nathan Sidwell1-6/+30
2021-02-12c++: Register streamed-in decls when new [PR 99040]Nathan Sidwell1-14/+6
2021-02-09c++: Fix indirect partitions [PR 98944]Nathan Sidwell1-11/+12
2021-02-01c++: alias in qualified-id in template arg [PR98570]Jason Merrill1-2/+2
2021-01-29c++: Fix unordered entity array [PR 98843]Nathan Sidwell1-11/+25
2021-01-28c++: header unit template alias merging [PR 98770]Nathan Sidwell1-31/+36
2021-01-21c++: Fix null this pointer [PR 98624]Nathan Sidwell1-16/+25
2021-01-20c++: Avoid UB in signed shift [PR 98625]Nathan Sidwell1-2/+8
2021-01-19c++: Remove unused fnNathan Sidwell1-6/+3
2021-01-19c++: Fix null this pointer [PR 98624]Nathan Sidwell1-1/+1
2021-01-13c++: Fix cp_build_function_call_vec [PR 98626]Nathan Sidwell1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-22c++: Module ICE fixNathan Sidwell1-1/+2
2020-12-22c++: Fix build with clangGerald Pfeifer1-0/+2