aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-08c++: explicit() ignored on deduction guide [PR100065]Marek Polacek1-0/+2
2021-06-03c++: cv-qualified dependent name of alias tmpl [PR100592]Patrick Palka1-4/+9
2021-06-03c++: using-enum and access specifiers [PR100862]Patrick Palka1-10/+2
2021-05-20c++: designators in single-element init listsJason Merrill1-0/+2
2021-05-20c++: designated init with anonymous union [PR100489]Jason Merrill1-4/+29
2021-05-20c++: Add new warning options for C++ language mismatchesJonathan Wakely1-7/+7
2021-05-19c++: Relax attribute on friend declaration checking [PR100596]Marek Polacek1-5/+9
2021-05-18c++: Prune dead functions.Marek Polacek1-10/+0
2021-05-13c++: Check attributes on friend declarations [PR99032]Marek Polacek1-0/+5
2021-05-10Come up with startswith function.Martin Liska1-8/+7
2021-05-10c++: remove redundand NULL check.Martin Liska1-1/+1
2021-05-03c++: Fix ICE with invalid requires-expression [PR100055]Marek Polacek1-1/+8
2021-04-29c++: Fix friend attributes [PR51344]Jason Merrill1-2/+1
2021-04-29c++: ICE with anonymous union [PR97974]Jason Merrill1-5/+40
2021-04-23c++: Refine enum direct-list-initialization [CWG2374]Patrick Palka1-1/+7
2021-04-19c++: ICE with concept defined in function [PR97536]Marek Polacek1-0/+6
2021-04-16c++: ICE with bogus late return type [PR99803]Marek Polacek1-1/+7
2021-04-16c++: C++20 class NTTP trailing zero-init [PR100079]Jason Merrill1-1/+1
2021-04-13c++: DWARF ICE with defaulted specialization [PR90674]Jason Merrill1-2/+3
2021-04-10c++: ICE with anonymous union [PR97974]Jason Merrill1-0/+8
2021-04-08c++: Fix ICE with unexpanded parameter pack [PR99844]Marek Polacek1-0/+3
2021-04-06c++: C++17 constexpr static data member linkage [PR99901]Jason Merrill1-4/+14
2021-03-26c++: imported templates and alias-template changes [PR 99283]Nathan Sidwell1-17/+0
2021-03-23c++: Over-zealous assert [PR 99239]Nathan Sidwell1-2/+0
2021-03-23c++: Diagnose references to void in structured bindings [PR99650]Jakub Jelinek1-0/+6
2021-03-16c++: Ensure correct destruction order of local statics [PR99613]Jakub Jelinek1-8/+16
2021-03-16c++: support target attr for DECL_LOCAL_DECL_P fns [PR99108]Martin Liska1-8/+27
2021-03-15OpenMP: Fix 'omp declare target' handling for vars [PR99509]Tobias Burnus1-3/+18
2021-03-10c++: Propagate assembler name from local-externs [PR 99508]Nathan Sidwell1-0/+7
2021-02-23c++: typedef for linkage [PR 99208]Nathan Sidwell1-8/+5
2021-02-22c++: cross-header-unit template definitions [PR 99153]Nathan Sidwell1-13/+13
2021-02-12Expunge namespace-scope IDENTIFIER_TYPE_VALUE & global_type_name [PR 99039]Nathan Sidwell1-3/+0
2021-02-08c++: cleanup function name [PR 98531]Nathan Sidwell1-9/+6
2021-02-08c++: cross-module __cxa_atexit use [PR 98531]Nathan Sidwell1-9/+57
2021-02-05c++: Fix ICE with structured binding initialized to incomplete array [PR97878]Jakub Jelinek1-0/+13
2021-01-28c++: Fix up handling of register ... asm ("...") vars in templates [PR33661, ...Jakub Jelinek1-0/+6
2021-01-07c++: Fix thinko in auto return type checking [PR98441]Marek Polacek1-3/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-18openmp: Implicitly add 'declare target' directives for dynamic initializers i...Kwok Cheung Yeung1-0/+4
2020-12-17c++: More precise tracking of potentially unstable satisfactionPatrick Palka1-0/+1
2020-12-10c++: Add make_temp_override generator functionsJason Merrill1-1/+1
2020-12-09c++: Decl module-specific semantic processingNathan Sidwell1-8/+141
2020-12-08c++: Originating and instantiating moduleNathan Sidwell1-0/+8
2020-12-07c++: ICE with switch and scoped enum bit-fields [PR98043]Marek Polacek1-4/+13
2020-12-03c++: templatey type creationNathan Sidwell1-0/+8
2020-12-02c++: Give better placeholder diagnosticJason Merrill1-0/+10
2020-12-02c++: Improve init handlingJason Merrill1-3/+11
2020-12-02C++ Module Binding VectorNathan Sidwell1-0/+1
2020-11-23cp/decl.c: Set DECL_INITIAL before attribute processingJozef Lawrynowicz1-0/+13
2020-11-19c++: Expose constexpr hash tableNathan Sidwell1-16/+2