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/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
/
class.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-31
Set and test no-warning bit to avoid -Wnonnull for synthesized expressions.
Martin Sebor
1
-2
/
+8
2020-07-28
c++: better fixup_type_variants
Nathan Sidwell
1
-6
/
+4
2020-07-27
c++: Name as_base type
Nathan Sidwell
1
-2
/
+7
2020-07-22
c++: Don't add enums to class's decl_list
Nathan Sidwell
1
-5
/
+8
2020-07-14
c++: Refactor some class fns
Nathan Sidwell
1
-16
/
+17
2020-07-14
c++: Comments & formatting
Nathan Sidwell
1
-4
/
+8
2020-07-10
c++: [[no_unique_address]] fixes. [PR96105]
Jason Merrill
1
-7
/
+20
2020-07-01
c++: Expose cloning form predicates
Nathan Sidwell
1
-27
/
+41
2020-06-30
c++: Tweak function cloning names
Nathan Sidwell
1
-7
/
+15
2020-06-24
c++: Fix ICE with using and virtual function. [PR95719]
Jason Merrill
1
-0
/
+4
2020-06-17
c++: implicit operator== adjustments from P2002.
Jason Merrill
1
-29
/
+57
2020-06-04
c++: Fix FE devirt with diamond inheritance [PR95158]
Jason Merrill
1
-0
/
+14
2020-06-01
c++: vptr ubsan and object of known type [PR95466]
Jason Merrill
1
-6
/
+2
2020-05-29
c++: P0848R3 and member function templates [PR95181]
Patrick Palka
1
-4
/
+11
2020-05-29
c++: vptr ubsan and derived class [PR95311].
Jason Merrill
1
-2
/
+6
2020-05-14
c++: Missing SFINAE with lookup_fnfields [PR78446]
Patrick Palka
1
-1
/
+1
2020-05-13
c++: Replace "C++2a" with "C++20".
Jason Merrill
1
-5
/
+5
2020-05-07
c++: Fix spelling of non-static
Marek Polacek
1
-4
/
+4
2020-04-29
c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ...
Jakub Jelinek
1
-1
/
+5
2020-04-22
c++: Change -Weffc++ diagnostic to use "declare" (PR 94698)
Jonathan Wakely
1
-2
/
+2
2020-04-22
c++: Fix misuse of "override" in -Weffc++ warnings (PR 94698)
Jonathan Wakely
1
-2
/
+2
2020-03-26
c++: Fix up user_provided_p [PR81349]
Jakub Jelinek
1
-6
/
+4
2020-03-09
c++: Fix ABI issue with alignas on armv7hl [PR94050]
Marek Polacek
1
-0
/
+4
2020-02-27
Fix broken type comparison assert
Nathan Sidwell
1
-2
/
+2
2020-02-26
coroutines: Amend parameter handling to match n4849.
Iain Sandoe
1
-0
/
+13
2020-02-21
PR c++/93753 - ICE on a flexible array followed by a member in an anonymous s...
Martin Sebor
1
-0
/
+2
2020-02-14
c++: Fix thinko in enum_min_precision [PR61414]
Jakub Jelinek
1
-1
/
+1
2020-02-12
c++: Fix implicit friend operator==.
Jason Merrill
1
-1
/
+5
2020-01-14
PR c++/92590 - wrong handling of inherited default ctor.
Jason Merrill
1
-2
/
+3
2020-01-06
PR c++/92552 - ICE with inherited constrained default ctor.
Jason Merrill
1
-1
/
+0
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-11
re PR c++/92869 (C++17 wrongly reports aggregate type as not-aggregate (when ...
Jakub Jelinek
1
-1
/
+7
2019-12-10
Fix C++20 structural type vs. private base.
Jason Merrill
1
-18
/
+36
2019-12-05
PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.
Marek Polacek
1
-2
/
+8
2019-11-26
re PR c++/61414 (enum class bitfield size-checking needs a separate warning f...
Jakub Jelinek
1
-1
/
+55
2019-11-15
Implement P1816R0, class template argument deduction for aggregates.
Jason Merrill
1
-1
/
+13
2019-11-06
Implement D1907R1 "structural type".
Jason Merrill
1
-3
/
+6
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+49
2019-11-01
[C++ PATCH] cleanup check_field_decls
Nathan Sidwell
1
-139
/
+141
2019-10-30
cp-tree.h (omp_declare_variant_finalize, [...]): Declare.
Jakub Jelinek
1
-0
/
+8
2019-10-15
[C++ PATCH] clone_function_decl breakup
Nathan Sidwell
1
-26
/
+37
2019-10-15
[C++ PATCH] build_clone cleanup
Nathan Sidwell
1
-15
/
+12
2019-10-09
Update the concepts implementation to conform to C++20.
Jason Merrill
1
-0
/
+3
2019-10-05
PR c++/91369 - Implement P0784R7: constexpr new
Jakub Jelinek
1
-4
/
+40
2019-09-28
PR c++/91921 - stray warning with -Woverloaded-virtual.
Marek Polacek
1
-5
/
+5
2019-09-15
[C++ PATCH] simplify clone predicate
Nathan Sidwell
1
-37
/
+0
2019-09-14
Formatting and comment syntax adjustments.
Jason Merrill
1
-1
/
+1
2019-09-06
[C++ PATCH] Reserve a decl_lang bit
Nathan Sidwell
1
-1
/
+1
2019-08-24
[C++ PATCH] vfunc overrider simplification
Nathan Sidwell
1
-4
/
+6
2019-08-23
[C++ PATCH] vfunc overrider simplification
Nathan Sidwell
1
-14
/
+21
[next]