index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
cp
/
decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-02
c++: Fixup some vardecls and whitespace
Nathan Sidwell
1
-13
/
+10
2020-11-02
c++: refactor duplicate decls
Nathan Sidwell
1
-23
/
+29
2020-10-29
c++: Diagnose constexpr delete [] new int; and delete new int[N]; [PR95808]
Jakub Jelinek
1
-0
/
+2
2020-10-28
c++: Improve the MVP -Wparentheses diagnostic.
Marek Polacek
1
-2
/
+11
2020-10-22
c++: Check DECL_TEMPLATE_PARM_P in duplicate_decls [PR97511]
Patrick Palka
1
-0
/
+3
2020-10-15
c++: Fix [[deprecated]] and implicit operator==. [PR97358]
Jason Merrill
1
-0
/
+8
2020-10-14
c++: DECL_FRIEND_P cleanup
Nathan Sidwell
1
-59
/
+40
2020-10-07
c++: block-scope externs get an alias [PR95677,PR31775,PR95677]
Nathan Sidwell
1
-1
/
+2
2020-10-07
c++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_P
Nathan Sidwell
1
-1
/
+1
2020-10-02
c++: Kill DECL_ANTICIPATED
Nathan Sidwell
1
-23
/
+8
2020-10-02
c++: Simplify __FUNCTION__ creation
Nathan Sidwell
1
-53
/
+32
2020-10-01
c++: Refactor lookup_and_check_tag
Nathan Sidwell
1
-57
/
+59
2020-09-30
c++: Kill DECL_HIDDEN_FRIEND_P
Nathan Sidwell
1
-9
/
+3
2020-09-29
c++: Hiddenness is a property of the symbol table
Nathan Sidwell
1
-16
/
+3
2020-09-25
c++: Adjust pushdecl/duplicate_decls API
Nathan Sidwell
1
-27
/
+35
2020-09-25
c++: Replace tag_scope with TAG_how
Nathan Sidwell
1
-31
/
+27
2020-09-25
c++: DECL_BUILTIN_P for builtins
Nathan Sidwell
1
-12
/
+12
2020-09-24
c++: Cleanup some decl pushing apis
Nathan Sidwell
1
-9
/
+6
2020-09-22
c++: Remove a broken error-recovery path
Nathan Sidwell
1
-17
/
+0
2020-09-21
c++: ts_lambda is not needed
Nathan Sidwell
1
-19
/
+14
2020-09-21
c++: Detect deduction guide redeclaration [PR97099]
Marek Polacek
1
-6
/
+14
2020-09-18
c++: Fix bootstrap failure. [PR97118]
Jason Merrill
1
-1
/
+2
2020-09-17
c++: Layout decls with newly-complete type.
Jason Merrill
1
-2
/
+2
2020-09-11
c++: Concepts and local externs
Nathan Sidwell
1
-4
/
+9
2020-09-11
c++: Remove LOOKUP_CONSTINIT.
Marek Polacek
1
-9
/
+13
2020-09-10
c++: TINFO_VAR_DECLARED_CONSTINIT -> DECL_DECLARED_CONSTINIT_P
Nathan Sidwell
1
-9
/
+3
2020-09-10
c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_P
Nathan Sidwell
1
-8
/
+11
2020-09-09
c++: Further tweaks for new-expression and paren-init [PR77841]
Marek Polacek
1
-1
/
+11
2020-09-09
c++: Fix ICE in reshape_init with init-list [PR95164]
Marek Polacek
1
-1
/
+1
2020-09-03
c++: Fix P0960 in member init list and array [PR92812]
Marek Polacek
1
-29
/
+33
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-2
/
+2
2020-08-26
c++: template operator lookup caching
Nathan Sidwell
1
-2
/
+12
2020-08-14
c++: More simplification of name_lookup api
Nathan Sidwell
1
-3
/
+3
2020-07-31
c++: Use error_at rather than warning_at for missing return in constexpr func...
Jakub Jelinek
1
-38
/
+45
2020-07-28
c++: Set more DECL_CONTEXTs
Nathan Sidwell
1
-7
/
+5
2020-07-27
c++: Name as_base type
Nathan Sidwell
1
-0
/
+1
2020-07-22
c++: More cleanups for modern C++
Nathan Sidwell
1
-38
/
+23
2020-07-21
Add TARGET_LOWER_LOCAL_DECL_ALIGNMENT [PR95237]
Sunil K Pandey
1
-0
/
+7
2020-07-17
c++: Diagnose cv-qualified decltype(auto) [PR79815]
Marek Polacek
1
-4
/
+13
2020-07-14
c++: Improve checking of decls with trailing return type [PR95820]
Marek Polacek
1
-86
/
+80
2020-07-14
c++: Comments & formatting
Nathan Sidwell
1
-4
/
+10
2020-07-06
c++: Always use pushdecl for exception library helpers
Nathan Sidwell
1
-5
/
+2
2020-07-02
c++: Support C++20 virtual consteval functions. [PR88335]
Jason Merrill
1
-9
/
+0
2020-06-29
c++: Check uniqueness of concepts/variable templates [PR94553]
Marek Polacek
1
-1
/
+11
2020-06-23
c++: Improve CTAD for aggregates [PR93976]
Jason Merrill
1
-3
/
+52
2020-06-17
c++: Treat in-class default/delete as definitions.
Jason Merrill
1
-1
/
+7
2020-06-16
c++: Improve access checking inside templates [PR41437]
Patrick Palka
1
-6
/
+2
2020-05-28
c++: Try to complete decomp types [PR95328]
Jakub Jelinek
1
-0
/
+2
2020-05-28
c++: Immediately deduce auto member [PR94926].
Jason Merrill
1
-8
/
+13
2020-05-27
c++: Handle multiple aggregate overloads [PR95319].
Jason Merrill
1
-1
/
+3
[next]