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
2016-03-21
re PR target/70296 (Incorrect handling of vector X; if X is function-like macro)
Jakub Jelinek
1
-0
/
+1
2016-03-09
PR c++/70105: prevent nonsensical underline spew for macro expansions
David Malcolm
1
-0
/
+8
2016-03-09
PR c++/70105: Defer location expansion until diagnostic_show_locus
David Malcolm
1
-37
/
+14
2016-01-04
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2015-12-07
Fix missing range information for "%q+D" format code
David Malcolm
1
-2
/
+2
2015-11-20
PR 62314: add ability to add fixit-hints to a diagnostic
David Malcolm
1
-0
/
+96
2015-11-19
re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...
Jakub Jelinek
1
-0
/
+3
2015-11-13
Source range tracking in libcpp and C FE, with bit-packing optimization
David Malcolm
2
-32
/
+190
2015-11-06
Reimplement diagnostic_show_locus, introducing rich_location classes
David Malcolm
2
-2
/
+220
2015-11-06
Add stats on adhoc table to dump_line_table_statistics
David Malcolm
1
-0
/
+2
2015-11-02
libcpp: Improvements to description of source_location in line-map.h
David Malcolm
1
-5
/
+18
2015-10-21
[PATCH 2/9] ENABLE_CHECKING refactoring: libcpp
Mikhail Maltsev
1
-1
/
+1
2015-07-08
Address -Wsign-compare diagnostics
Thomas Schwinge
1
-1
/
+1
2015-06-30
Implement N4197 - Adding u8 character literals
Edward Smith-Rowland
1
-0
/
+5
2015-05-20
libcpp: Eliminate most of the non-const/reference-returning inline fns
David Malcolm
1
-85
/
+1
2015-05-19
Replace line_map union with C++ class hierarchy
David Malcolm
2
-186
/
+202
2015-05-13
libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)
David Malcolm
1
-1
/
+3
2015-05-13
libcpp: Replace macro usage with C++ constructs
David Malcolm
1
-110
/
+452
2015-05-13
line-map.h: move linemap_assert and friends higher up within the file
David Malcolm
1
-35
/
+36
2015-05-12
Implement -Wmisleading-indentation
David Malcolm
1
-0
/
+3
2015-05-09
lex.c (lex_string): Add -Wc++11-compat warning.
Jason Merrill
1
-1
/
+5
2015-05-05
libcpp: Improvements to comments in line-map.h/c
David Malcolm
1
-2
/
+69
2015-01-05
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2014-12-19
re PR preprocessor/63831 (r217292 causes segfaults with -MM)
Jakub Jelinek
1
-0
/
+1
2014-12-02
line-map.h (linemap_assert_fails): Declare.
Manuel López-Ibáñez
1
-0
/
+11
2014-11-13
line-map.h: Include EXPR, so that unused variable warnings do not occur.
Manuel López-Ibáñez
1
-1
/
+2
2014-11-11
re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...
Manuel López-Ibáñez
1
-0
/
+8
2014-11-10
cpplib.h (cpp_callbacks): Add has_attribute.
Edward Smith-Rowland
1
-0
/
+3
2014-11-06
Preserve original spellings of extended identifiers.
Joseph Myers
2
-2
/
+16
2014-10-14
line-map.h (linemap_location_from_macro_expansion_p): const struct line_maps ...
Manuel López-Ibáñez
1
-4
/
+5
2014-09-24
re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...
Marek Polacek
1
-0
/
+3
2014-09-09
invoke.texi (Wnormalized=): Update.
Manuel López-Ibáñez
1
-2
/
+2
2014-09-04
options.texi: Document that Var and Init are required if CPP is given.
Manuel López-Ibáñez
1
-1
/
+3
2014-08-23
cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
Edward Smith-Rowland
1
-1
/
+1
2014-08-20
cpplib.h (cpp_options): Use signed char.
Marek Polacek
1
-1
/
+1
2014-08-19
c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...
Marek Polacek
1
-1
/
+1
2014-08-10
re PR c/51849 (-Wc99-compat would be considered useful)
Marek Polacek
1
-0
/
+3
2014-07-16
Support location tracking for built-in macro tokens
Dodji Seketeli
1
-2
/
+10
2014-05-26
configure.ac: Remove long long and __int64 type checks...
Richard Biener
1
-16
/
+2
2014-05-20
config.gcc: Remove need_64bit_hwint.
Richard Biener
1
-1
/
+18
2014-01-23
PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals
Dodji Seketeli
1
-0
/
+8
2014-01-02
Update copyright years in libcpp/
Richard Sandiford
5
-5
/
+5
2013-11-16
ucnid-2011-1.c: New test.
Joseph Myers
1
-0
/
+4
2013-11-05
c.opt (-Wdate-time): New option
Tobias Burnus
1
-1
/
+5
2013-10-31
Implement C++14 digit separators.
Edward Smith-Rowland
1
-0
/
+3
2013-07-10
c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...
Jakub Jelinek
1
-1
/
+1
2013-04-28
N3472 binary constants
Jakub Jelinek
1
-1
/
+4
2013-04-24
cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.
Paolo Carlini
1
-1
/
+2
2013-01-14
Update copyright years in libcpp.
Richard Sandiford
5
-10
/
+5
2012-11-16
cpplib.h (struct cpp_options): Add canonical_system_headers.
Simon Baldwin
1
-0
/
+3
[next]