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
/
line-map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-16
libcpp: location comparison within macro [PR100796]
Jason Merrill
1
-9
/
+11
2021-04-19
preprocessor/100142 - revert unwanted change in last commit
Richard Biener
1
-1
/
+1
2021-04-13
preprocessor: Fix column adjustment [PR 99446]
Nathan Sidwell
1
-10
/
+9
2021-04-13
Fix thinko in libcpp preparation patch for modules
Eric Botcazou
1
-1
/
+1
2021-03-02
diagnostics: fix ICE on fix-it hints on very long lines [PR99323]
David Malcolm
1
-0
/
+8
2021-02-24
c++: Macro location fixes [PR 98718]
Nathan Sidwell
1
-16
/
+21
2021-02-10
libcpp: fix ICE comparing macro locations without column info [PR96391]
David Malcolm
1
-1
/
+2
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-17
preprocessor: module line maps
Nathan Sidwell
1
-17
/
+99
2020-09-17
c-family: Macro support in -Wmisleading-indentation [PR80076]
Patrick Palka
1
-1
/
+1
2020-07-20
preprocessor: line-map cleanups
Nathan Sidwell
1
-31
/
+21
2020-01-10
Add diagnostic paths
David Malcolm
1
-1
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-10-15
[linemap PATCH] Constify lookup
Nathan Sidwell
1
-6
/
+6
2019-10-04
[preprocessor/91991] column location overflow
Nathan Sidwell
1
-2
/
+6
2019-09-05
[preprocessor/91639] #includes at EOF
Nathan Sidwell
1
-1
/
+5
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-45
/
+45
2019-07-03
Remove another bunch of dead assignment.
Martin Liska
1
-2
/
+1
2019-05-14
Fix min_location usage in line-map.c (PR preprocessor/90382).
Martin Liska
1
-2
/
+7
2019-05-14
Do a refactoring in linemap (PR preprocessor/90382).
Martin Liska
1
-28
/
+20
2019-02-18
Use 1UL constant in order to not overflow (PR c++/89383).
Martin Liska
1
-1
/
+2
2019-02-12
linemap_line_start: protect against location_t overflow (PR lto/88147)
David Malcolm
1
-0
/
+4
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-148
/
+148
2018-10-31
[4/7] Preprocessor location-kind predicates
Nathan Sidwell
1
-1
/
+1
2018-10-11
[PATCH] A couple of line map fixes
Nathan Sidwell
1
-13
/
+7
2018-08-27
Less verbose fix-it hints for missing header files (PR 87091)
David Malcolm
1
-7
/
+8
2018-08-24
Set start_location to 0 if we ran out of line map space
H.J. Lu
1
-0
/
+7
2018-08-15
diagnostics: add labeling of source ranges
David Malcolm
1
-3
/
+6
2018-08-08
[PATCH] line-map include-from representation
Nathan Sidwell
1
-21
/
+32
2018-08-07
[PATCH] Line map table allocation
Nathan Sidwell
1
-60
/
+40
2018-07-20
libcpp: remove redundant parameter from rich_location::set_range
David Malcolm
1
-2
/
+2
2018-07-03
Reorg line_map data structures for better packing.
Nathan Sidwell
1
-64
/
+51
2018-05-17
line-map.c (linemap_init): Use placement new.
Jason Merrill
1
-1
/
+1
2018-02-16
re PR bootstrap/82939 (genmatch fills up terminal with endless printing of pe...
Richard Biener
1
-0
/
+5
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-28
Reject fix-it hints for various awkward boundary cases (PR c/82050)
David Malcolm
1
-5
/
+8
2017-07-07
libcpp: preserve ranges within macro expansions (PR c++/79300)
David Malcolm
1
-6
/
+8
2017-07-06
diagnostics: fix end-points of ranges within macros (PR c++/79300)
David Malcolm
1
-6
/
+12
2017-06-21
line-map.c (location_adhoc_data_update): Perform addition in uintptr_t type r...
Jakub Jelinek
1
-2
/
+3
2017-06-20
Prevent fix-it hints from affecting more than one line
David Malcolm
1
-2
/
+19
2017-06-15
PR c++/80560 - warn on undefined memory operations involving non-trivial types
Martin Sebor
1
-2
/
+3
2017-06-09
Add support for mutually-incompatible fix-it hints
David Malcolm
1
-1
/
+2
2017-05-02
Support fix-it hints that add new lines
David Malcolm
1
-6
/
+44
2017-05-01
Eliminate fixit_hint class hierarchy
David Malcolm
1
-151
/
+67
2017-01-10
Fix issues with unrepresentable column numbers (PR c++/77949)
David Malcolm
1
-1
/
+18
2017-01-07
Fix linemap corruption after very wide source lines (PR c++/72803)
David Malcolm
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-25
Implement ~line_maps ()
David Malcolm
1
-7
/
+8
2016-09-21
Add from_macro_definition_at predicate for locations.
Jason Merrill
1
-3
/
+33
[next]