index
:
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/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
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-15
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-15
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcpp
/
internal.h
Age
Commit message (
Expand
)
Author
2019-10-02
internal.h (enum include_type): Remove trailing comma.
Richard Biener
2019-09-19
Support extended characters in C/C++ identifiers (PR c/67224)
Lewis Hyatt
2019-09-05
[preprocessor/91639] #includes at EOF
Nathan Sidwell
2019-08-29
[preprocessor] Include stacking
Nathan Sidwell
2019-08-28
[Preprocessor] small cleanups
Nathan Sidwell
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
2019-07-02
re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...
Qing Zhao
2019-05-06
[libcpp] struct deps renaming
Nathan Sidwell
2019-01-26
re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))
Jakub Jelinek
2019-01-01
Update copyright years.
Jakub Jelinek
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
2018-10-31
[6/6] Preprocessor forced macro location
Nathan Sidwell
2018-08-20
[PATCH] Kill cpp-id-data.h
Nathan Sidwell
2018-08-17
[PATCH] Macro body is trailing array
Nathan Sidwell
2018-08-17
[PATCH] Move cpp_macro to cpplib.h
Nathan Sidwell
2018-08-16
[PATCH] Macro definition parameter parsing
Nathan Sidwell
2018-08-16
[PATCH] CPP Macro predicates
Nathan Sidwell
2018-01-03
Update copyright years.
Jakub Jelinek
2017-12-14
invoke.texi: Document -Wcast-function-type.
Bernd Edlinger
2017-11-13
Implement __VA_OPT__
Tom Tromey
2017-01-01
Update copyright years.
Jakub Jelinek
2016-08-05
On-demand locations within string-literals
David Malcolm
2016-06-22
libcpp: Tweak to missing #include source location
David Malcolm
2016-06-01
c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.
Eduard Sanou
2016-04-28
c-common.c (get_source_date_epoch): New function...
Eduard Sanou
2016-04-06
re PR preprocessor/61817 (Inconsistent location of tokens in the expansion li...
Richard Henderson
2016-01-27
libcpp: use better locations for _Pragma tokens (preprocessor/69126)
David Malcolm
2016-01-04
Update copyright years.
Jakub Jelinek
2015-07-02
re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...
Paolo Carlini
2015-05-19
Replace line_map union with C++ class hierarchy
David Malcolm
2015-03-23
re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...
Jakub Jelinek
2015-02-03
PR preprocessor/64803 - __LINE__ inside macro is not constant
Dodji Seketeli
2015-01-05
Update copyright years.
Jakub Jelinek
2014-12-19
re PR preprocessor/63831 (r217292 causes segfaults with -MM)
Jakub Jelinek
2014-11-10
cpplib.h (cpp_callbacks): Add has_attribute.
Edward Smith-Rowland
2014-11-06
Preserve original spellings of extended identifiers.
Joseph Myers
2014-10-01
Implement SD-6: SG10 Feature Test Recommendations
Edward Smith-Rowland
2014-01-02
Update copyright years in libcpp/
Richard Sandiford
2013-11-16
ucnid-2011-1.c: New test.
Joseph Myers
2013-10-31
Implement C++14 digit separators.
Edward Smith-Rowland
2013-03-06
re PR middle-end/56461 (GCC is leaking lots of memory)
Jakub Jelinek
2013-01-14
Update copyright years in libcpp.
Richard Sandiford
2012-10-23
gcc:
Joseph Myers
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
2012-05-29
PR preprocessor/53229 - Fix diagnostics location when pasting tokens
Dodji Seketeli
2012-01-09
re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...
Gary Funck
2011-12-07
re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)
Jakub Jelinek
2011-11-02
internal.h (uxstrdup, ustrchr): Return const unsigned char *.
Paolo Carlini
2011-10-22
Fix cpp_peek_token behaviour (PR bootstrap/50778)
Dodji Seketeli
2011-10-17
Generate virtual locations for tokens
Tom Tromey
[prev]
[next]