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
/
libcpp
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
1
-0
/
+1
2019-10-28
PR c/66970 - Add __has_builtin() macro
Martin Sebor
1
-1
/
+5
2019-10-15
[linemap PATCH] Constify lookup
Nathan Sidwell
1
-40
/
+13
2019-10-11
Support decimal floating-point constants in C2x.
Joseph Myers
1
-0
/
+7
2019-10-02
Handle :: tokens in C for C2x.
Joseph Myers
1
-0
/
+3
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
3
-48
/
+48
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+4
2019-07-02
re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...
Qing Zhao
1
-0
/
+3
2019-05-14
Do a refactoring in linemap (PR preprocessor/90382).
Martin Liska
1
-2
/
+2
2019-05-07
[libcpp] Reimplement mkdeps data structures
Nathan Sidwell
1
-7
/
+1
2019-05-06
[libcpp] struct deps renaming
Nathan Sidwell
2
-12
/
+12
2019-02-20
Fix ICE with #line directive (PR c/89410)
David Malcolm
1
-2
/
+5
2019-01-01
Update copyright years.
Jakub Jelinek
4
-4
/
+4
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
2
-138
/
+140
2018-10-31
[6/6] Preprocessor forced macro location
Nathan Sidwell
1
-1
/
+1
2018-10-31
[4/7] Preprocessor location-kind predicates
Nathan Sidwell
1
-9
/
+21
2018-10-31
[3/7] Preprocessor macro loc
Nathan Sidwell
1
-1
/
+4
2018-10-31
[2/7] Preprocessor node access
Nathan Sidwell
1
-3
/
+3
2018-10-18
Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.
Joseph Myers
1
-1
/
+2
2018-10-11
[PATCH] A couple of line map fixes
Nathan Sidwell
1
-1
/
+1
2018-10-09
Cleanup of libcpp diagnostic callbacks
David Malcolm
1
-73
/
+85
2018-09-17
Add range_idx param to range_label::get_text
David Malcolm
1
-2
/
+4
2018-08-30
[libcpp] fix some line map comments
Nathan Sidwell
1
-14
/
+7
2018-08-27
Less verbose fix-it hints for missing header files (PR 87091)
David Malcolm
1
-12
/
+48
2018-08-20
[CPP PATCH] node field bits
Nathan Sidwell
1
-3
/
+5
2018-08-20
[CPP PATCH] node type
Nathan Sidwell
1
-46
/
+25
2018-08-20
[CPP PATCH] Fix warning & other cleanups.
Nathan Sidwell
1
-2
/
+5
2018-08-20
[PATCH] Kill cpp-id-data.h
Nathan Sidwell
1
-19
/
+0
2018-08-20
[PATCH] #assert becomes macro-like
Nathan Sidwell
2
-18
/
+18
2018-08-17
[PATCH] Adjust lazy macro definition
Nathan Sidwell
1
-5
/
+9
2018-08-17
[PATCH] Macro body is trailing array
Nathan Sidwell
1
-12
/
+22
2018-08-17
[PATCH] Move cpp_macro to cpplib.h
Nathan Sidwell
2
-56
/
+51
2018-08-16
[PATCH] CPP Macro predicates
Nathan Sidwell
1
-1
/
+15
2018-08-15
diagnostics: add labeling of source ranges
David Malcolm
1
-8
/
+70
2018-08-08
[PATCH] line-map include-from representation
Nathan Sidwell
1
-50
/
+11
2018-07-20
libcpp: remove redundant parameter from rich_location::set_range
David Malcolm
1
-2
/
+1
2018-07-03
Reorg line_map data structures for better packing.
Nathan Sidwell
1
-20
/
+52
2018-03-14
Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...
David Malcolm
1
-0
/
+12
2018-01-27
c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.
Jakub Jelinek
1
-1
/
+1
2018-01-18
Add ability to remap file names in __FILE__, etc (PR other/70268)
Boris Kolpackov
1
-0
/
+4
2018-01-03
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2017-11-28
Reject fix-it hints for various awkward boundary cases (PR c/82050)
David Malcolm
1
-0
/
+5
2017-11-21
C++: provide macro used-before-defined hint (PR c++/72786)
David Malcolm
1
-0
/
+1
2017-11-13
Implement __VA_OPT__
Tom Tromey
1
-0
/
+3
2017-11-13
libcpp: move line typedef and column-numbering comment to top of file
David Malcolm
1
-23
/
+23
2017-10-31
diagnostics: get rid of *_at_rich_loc in favor of overloading
David Malcolm
1
-3
/
+3
2017-10-30
Add -std=c17, -std=gnu17.
Joseph Myers
1
-2
/
+2
2017-09-15
Add support for -std=c++2a.
Andrew Sutton
1
-1
/
+2
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
1
-1
/
+1
2017-07-06
diagnostics: fix end-points of ranges within macros (PR c++/79300)
David Malcolm
1
-1
/
+11
[next]