aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-02PR c++/99251 - inconsistent -Wnonnull warning behaviour with dynamic_castMartin Sebor1-0/+1
2021-03-02c++: Fix satisfaction of placeholder type constraints [PR96443]Patrick Palka1-4/+12
2021-02-12Expunge namespace-scope IDENTIFIER_TYPE_VALUE & global_type_name [PR 99039]Nathan Sidwell1-17/+6
2021-02-08c++: cross-module __cxa_atexit use [PR 98531]Nathan Sidwell1-1/+6
2021-02-08c++: Fix typo in CLASSTYPE_TI_TEMPLATE comment.Marek Polacek1-2/+2
2021-02-04c++: fix string literal member initializer bug [PR90926]Tom Greenslade (thomgree)1-0/+1
2021-02-01c++: alias in qualified-id in template arg [PR98570]Jason Merrill1-3/+6
2021-01-26c++: constexpr and empty fields [PR97566]Jason Merrill1-0/+1
2021-01-23c++: private inheritance access diagnostics fix [PR17314]Anthony Sharp1-1/+3
2021-01-23c++: 'this' injection and static member functions [PR97399]Patrick Palka1-1/+1
2021-01-15c++: Avoid redundant copy in {} init [PR98642]Jason Merrill1-1/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2021-01-02Free datastructures pointing to CFG after parsingJan Hubicka1-0/+2
2020-12-23c++: Fix initializing empty base from prvalue [PR97597]Jason Merrill1-0/+1
2020-12-18openmp: Implicitly add 'declare target' directives for dynamic initializers i...Kwok Cheung Yeung1-0/+4
2020-12-17c++: Diagnose unstable satisfactionPatrick Palka1-0/+2
2020-12-11c++: Fix build with --enable-gather-detailed-mem-stats.Jason Merrill1-1/+1
2020-12-11c++: cp_tree_equal tweaksNathan Sidwell1-0/+4
2020-12-11c++: Module lang hook overridingNathan Sidwell1-0/+1
2020-12-10c++: Add make_temp_override generator functionsJason Merrill1-0/+32
2020-12-10c++: Name lookup for modulesNathan Sidwell1-1/+1
2020-12-08c++: Fix defaulted <=> fallback to < and == [PR96299]Jason Merrill1-1/+8
2020-12-08c++: template and clone fns for modulesNathan Sidwell1-2/+10
2020-12-08c++: Mangling for modulesNathan Sidwell1-0/+3
2020-12-08c++: module directive FSMNathan Sidwell1-0/+4
2020-12-07c++: Adjust array type constructionNathan Sidwell1-1/+1
2020-12-04c++: Revert dependent-array changes [PR 98116]Nathan Sidwell1-5/+1
2020-12-04c++: Module API declarationsNathan Sidwell1-0/+97
2020-12-03c++: Fix bootstrap on 32-bit hosts [PR91828]Jason Merrill1-2/+4
2020-12-03c++: Exported using declsNathan Sidwell1-2/+15
2020-12-03c++: uninstantiated template friendsNathan Sidwell1-0/+8
2020-12-03c++: templatey type creationNathan Sidwell1-0/+2
2020-12-03c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]Jakub Jelinek1-0/+2
2020-12-03c++: Implement LWG3396 Clarify point of reference for source_location::curren...Jakub Jelinek1-0/+1
2020-12-02c++: typename_type structural comparisonNathan Sidwell1-0/+4
2020-12-02c++: Fix ICE with inline variable in template [PR97975]Marek Polacek1-1/+1
2020-12-02C++: Module-specific tree flagsNathan Sidwell1-5/+57
2020-12-02c++: RTTI accessors for modulesNathan Sidwell1-2/+6
2020-12-02c++: Add lang_decl, type_decl APINathan Sidwell1-0/+2
2020-12-02c++: Extend build_array_type APINathan Sidwell1-1/+1
2020-12-02C++ Module Binding VectorNathan Sidwell1-2/+7
2020-11-19c++: Template hash accessNathan Sidwell1-0/+17
2020-11-19c++: Expose constexpr hash tableNathan Sidwell1-1/+12
2020-11-17global treesNathan Sidwell1-11/+20
2020-11-13c++: Implement C++20 'using enum'. [PR91367]Jason Merrill1-0/+11
2020-11-11c++: Correct the handling of alignof(expr) [PR88115]Patrick Palka1-1/+1
2020-11-10c++: Improve static_assert diagnostic [PR97518]Marek Polacek1-1/+1
2020-11-09c++: Use two levels of caching in satisfy_atomPatrick Palka1-0/+7
2020-11-09c++: Reuse identical ATOMIC_CONSTRs during normalizationPatrick Palka1-0/+15
2020-11-09c++: ADL refactorNathan Sidwell1-3/+4