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
2015-12-07
Fix missing range information for "%q+D" format code
David Malcolm
1
-17
/
+18
2015-11-20
PR 62314: add ability to add fixit-hints to a diagnostic
David Malcolm
1
-2
/
+134
2015-11-13
Source range tracking in libcpp and C FE, with bit-packing optimization
David Malcolm
1
-41
/
+233
2015-11-06
Reimplement diagnostic_show_locus, introducing rich_location classes
David Malcolm
1
-0
/
+130
2015-11-06
Add stats on adhoc table to dump_line_table_statistics
David Malcolm
1
-0
/
+3
2015-09-21
Handle lines encoded into several maps in linemap_position_for_loc_and_offset
Manuel López-Ibáñez
1
-14
/
+20
2015-06-08
re PR c/66415 (ice in location_column_from_byte_offset)
Marek Polacek
1
-3
/
+5
2015-05-26
line-map.c (LINE_MAP_MAX_COLUMN_NUMBER LINE_MAP_MAX_LOCATION_WITH_COLS,LINE_M...
Manuel López-Ibáñez
1
-6
/
+20
2015-05-20
libcpp: Eliminate most of the non-const/reference-returning inline fns
David Malcolm
1
-15
/
+14
2015-05-19
Replace line_map union with C++ class hierarchy
David Malcolm
1
-101
/
+136
2015-05-13
libcpp: Replace macro usage with C++ constructs
David Malcolm
1
-3
/
+3
2015-05-05
libcpp: Improvements to comments in line-map.h/c
David Malcolm
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-04
line-map.c (linemap_position_for_loc_and_offset): Add new linemap_assert_fails.
Manuel López-Ibáñez
1
-1
/
+2
2014-12-02
line-map.h (linemap_assert_fails): Declare.
Manuel López-Ibáñez
1
-5
/
+12
2014-12-02
line-map.c (linemap_add): Fix typo.
Manuel López-Ibáñez
1
-1
/
+1
2014-11-25
re PR preprocessor/60436 (C preprocessor segfaults on assembly file)
Jakub Jelinek
1
-5
/
+5
2014-11-11
re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...
Manuel López-Ibáñez
1
-0
/
+44
2014-10-14
line-map.h (linemap_location_from_macro_expansion_p): const struct line_maps ...
Manuel López-Ibáñez
1
-13
/
+11
2014-07-16
Support location tracking for built-in macro tokens
Dodji Seketeli
1
-1
/
+3
2014-02-07
re PR preprocessor/56824 (pragma GCC diagnostic push/pop fail with GCC diagno...
Jakub Jelinek
1
-20
/
+25
2014-01-23
PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals
Dodji Seketeli
1
-0
/
+40
2014-01-02
Update copyright years in libcpp/
Richard Sandiford
1
-1
/
+1
2013-01-14
Update copyright years in libcpp.
Richard Sandiford
1
-2
/
+1
2013-01-03
re PR bootstrap/50167 (gmp memory functions are extern "C" (graphite))
Marc Glisse
1
-6
/
+12
2012-09-25
re PR middle-end/54704 (three-fold increase in compile-time between r191483 a...
Dehao Chen
1
-1
/
+1
2012-09-25
re PR middle-end/54645 (Many testsuite failures)
Dehao Chen
1
-22
/
+29
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-2
/
+172
2012-06-05
line-map.c (linemap_enter_macro): Don't zero max_column_hint in every macro.
Dimitrios Apostolou
1
-1
/
+0
2012-06-04
PR preprocessor/53463 - Fix system header detection for built-in macro tokens
Dodji Seketeli
1
-4
/
+26
2012-05-29
directives.c: Fix typos.
Joseph Myers
1
-2
/
+2
2012-04-30
Strip "<built-in>" loc from displayed expansion context
Dodji Seketeli
1
-0
/
+49
2012-04-26
tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Fix comment.
Manuel López-Ibáñez
1
-8
/
+11
2011-11-22
line-map.h (linemap_dump): Declare.
Diego Novillo
1
-0
/
+90
2011-10-25
Fix lookup of macro maps
Dodji Seketeli
1
-3
/
+3
2011-10-25
Support expansion of reserved locations wrapped in virtual locations
Dodji Seketeli
1
-43
/
+66
2011-10-18
Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
Dodji Seketeli
1
-1
/
+1
2011-10-17
Fix bootstrapping with --disable-checking
Dodji Seketeli
1
-6
/
+4
2011-10-17
Reduce memory waste due to non-power-of-2 allocs
Tom Tromey
1
-6
/
+33
2011-10-17
Add line map statistics to -fmem-report output
Tom Tromey
1
-0
/
+63
2011-10-17
Support -fdebug-cpp option
Tom Tromey
1
-0
/
+38
2011-10-17
Generate virtual locations for tokens
Tom Tromey
1
-1
/
+1
2011-10-17
Linemap infrastructure for virtual locations
Tom Tromey
1
-78
/
+868
2011-08-28
Fix the use of linemap_add and remove unnecessary kludge
Dodji Seketeli
1
-5
/
+4
2011-07-28
line-map.h (struct line_maps): Remove unused field last_listed.
Gabriel Charette
1
-1
/
+0
2011-03-25
files.c (file_hash_eq): Use filename_cmp instead of strcmp.
Kai Tietz
1
-1
/
+1
2009-10-14
re PR preprocessor/41543 (BUILTINS_LOCATION wrong with -fpreprocessed)
Jakub Jelinek
1
-2
/
+2
2009-04-18
re PR preprocessor/39646 (__FILE__ breaks for empty file name)
Joseph Myers
1
-1
/
+4
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-3
/
+3
2009-03-30
re PR preprocessor/39512 (linemap_init in lex.c does not initialize reallocator)
Tom Tromey
1
-0
/
+1
[next]