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
/
input.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-2
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-09
Generalize 'gcc/input.h:struct location_hash'
Thomas Schwinge
1
-2
/
+22
2021-11-01
diagnostics: escape non-ASCII source bytes for certain diagnostics
David Malcolm
1
-2
/
+5
2021-08-25
diagnostics: Support for -finput-charset [PR93067]
Lewis Hyatt
1
-0
/
+10
2021-07-01
input.c: move file caching globals to a new file_cache class
David Malcolm
1
-0
/
+33
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-07-14
diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]
Lewis Hyatt
1
-1
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-09
Byte vs column awareness for diagnostic-show-locus.c (PR 49973)
Lewis Hyatt
1
-0
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+2
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+2
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
-11
/
+7
2018-10-05
Support string locations for C++ in -Wformat (PR c++/56856)
David Malcolm
1
-1
/
+4
2018-04-30
Use char_span for return type of location_get_source_line
David Malcolm
1
-2
/
+46
2018-04-30
input.h: use STATIC_ASSERT
David Malcolm
1
-2
/
+1
2018-04-27
input.h: convert some macros to inline functions
David Malcolm
1
-10
/
+24
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-08-09
re PR c/81417 (-Wsign-compare should print types being compared)
Marek Polacek
1
-0
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-09-27
re PR gcov-profile/46266 (gcov generates data for non-existing file <built-in>)
Martin Liska
1
-0
/
+2
2016-09-21
Add from_macro_definition_at predicate for locations.
Jason Merrill
1
-0
/
+5
2016-09-02
Introduce class edit_context
David Malcolm
1
-0
/
+1
2016-08-29
Allow the use of ad-hoc locations for fix-it hints
David Malcolm
1
-1
/
+5
2016-08-29
make_location: ensure end-points are pure locations
David Malcolm
1
-0
/
+8
2016-08-18
selftest.h: add class line_table_test
David Malcolm
1
-0
/
+1
2016-08-18
Evict selftest tempfiles from the diagnostics file cache
David Malcolm
1
-0
/
+2
2016-08-05
On-demand locations within string-literals
David Malcolm
1
-0
/
+35
2016-07-27
Move make_location from tree.h/c to input.h/c
David Malcolm
1
-0
/
+13
2016-05-03
re PR c/70859 (Bad column number in type-generic function errors)
Marek Polacek
1
-0
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-09-15
Change of location_get_source_line signature
David Malcolm
1
-1
/
+1
2015-05-13
libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)
David Malcolm
1
-0
/
+2
2015-04-24
re PR c/61534 (Wlogical-op should not warn when either operand comes from mac...
Marek Polacek
1
-0
/
+4
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-08-15
input.h (in_system_header_at): Add comment.
Manuel López-Ibáñez
1
-1
/
+10
2014-07-16
Support location tracking for built-in macro tokens
Dodji Seketeli
1
-0
/
+1
2014-01-23
PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals
Dodji Seketeli
1
-1
/
+4
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-11-22
Remove macros that implicitly use input_location
David Malcolm
1
-3
/
+0
2013-11-06
Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite...
Dodji Seketeli
1
-2
/
+1
2013-11-06
preprocessor/58580 - preprocessor goes OOM with warning for zero literals
Dodji Seketeli
1
-1
/
+2
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-3
/
+4
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-2
/
+2
2012-09-27
tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
Dehao Chen
1
-3
/
+0
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-0
/
+8
2012-04-30
Make conversion warnings work on NULL with -ftrack-macro-expansion
Dodji Seketeli
1
-0
/
+1
2012-04-30
Make expand_location resolve to locus in main source file
Dodji Seketeli
1
-0
/
+1
[next]