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/existing-fp8
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-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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcpp
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-19
libcpp: split decls out to rich-location.h
David Malcolm
1
-0
/
+1
2023-10-23
libcpp: Improve the diagnostic for poisoned identifiers [PR36887]
Lewis Hyatt
1
-2
/
+6
2023-10-08
libcpp: "const" and other cleanups
David Malcolm
1
-2
/
+2
2023-06-20
libcpp: Improve location for macro names [PR66290]
Lewis Hyatt
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-01-24
preprocessor: -Wbidi-chars and UCNs [PR104030]
Marek Polacek
1
-1
/
+2
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-16
/
+16
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-22
libcpp: Fix _Pragma stringification [PR103165]
Jakub Jelinek
1
-0
/
+3
2021-11-16
libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]
Marek Polacek
1
-0
/
+7
2021-11-01
diagnostics: escape non-ASCII source bytes for certain diagnostics
David Malcolm
1
-0
/
+23
2021-02-18
c++: header-unit build capability [PR 99023]
Nathan Sidwell
1
-0
/
+2
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-01
Feature: Macros for identifying the wide and narrow execution string literal ...
JeanHeyd Meneide
1
-0
/
+2
2020-11-24
preprocessor: Add deferred macros
Nathan Sidwell
1
-4
/
+5
2020-11-19
preprocessor: main file searching
Nathan Sidwell
1
-1
/
+6
2020-11-19
preprocessor: main-file cleanup
Nathan Sidwell
1
-8
/
+8
2020-11-18
preprocessor: C++ module-directives
Nathan Sidwell
1
-0
/
+9
2020-11-17
preprocessor: module line maps
Nathan Sidwell
1
-23
/
+1
2020-11-06
libcpp: Provide date routine
Nathan Sidwell
1
-4
/
+3
2020-11-02
cpplib: Macro use location and comparison
Nathan Sidwell
1
-3
/
+5
2020-10-19
preprocessor: Fix non-fn fn-like macro at EOF [PR97471]
Nathan Sidwell
1
-2
/
+2
2020-10-08
libcpp: Directly peek for initial line marker
Nathan Sidwell
1
-2
/
+2
2020-07-07
preprocessor: Better line info for <builtin> & <command-line>
Nathan Sidwell
1
-1
/
+3
2020-05-20
preprocessor: Replace some flags with a single enum
Nathan Sidwell
1
-3
/
+3
2020-05-19
preprocessor: Random cleanups
Nathan Sidwell
1
-1
/
+1
2020-05-08
preprocessor: Reimplement directives only processing, support raw literals.
Nathan Sidwell
1
-11
/
+0
2020-01-28
preprocessor: Make __has_include a builtin macro [PR93452]
Nathan Sidwell
1
-2
/
+0
2020-01-20
[PR 80005] Fix __has_include
Nathan Sidwell
1
-6
/
+14
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-10-31
re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...
Jakub Jelinek
1
-0
/
+4
2019-10-02
internal.h (enum include_type): Remove trailing comma.
Richard Biener
1
-1
/
+1
2019-09-19
Support extended characters in C/C++ identifiers (PR c/67224)
Lewis Hyatt
1
-0
/
+8
2019-09-05
[preprocessor/91639] #includes at EOF
Nathan Sidwell
1
-1
/
+2
2019-08-29
[preprocessor] Include stacking
Nathan Sidwell
1
-2
/
+5
2019-08-28
[Preprocessor] small cleanups
Nathan Sidwell
1
-8
/
+18
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-6
/
+6
2019-07-02
re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...
Qing Zhao
1
-4
/
+0
2019-05-06
[libcpp] struct deps renaming
Nathan Sidwell
1
-1
/
+1
2019-01-26
re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))
Jakub Jelinek
1
-0
/
+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
-20
/
+20
2018-10-31
[6/6] Preprocessor forced macro location
Nathan Sidwell
1
-2
/
+2
2018-08-20
[PATCH] Kill cpp-id-data.h
Nathan Sidwell
1
-1
/
+1
2018-08-17
[PATCH] Macro body is trailing array
Nathan Sidwell
1
-1
/
+10
2018-08-17
[PATCH] Move cpp_macro to cpplib.h
Nathan Sidwell
1
-0
/
+6
2018-08-16
[PATCH] Macro definition parameter parsing
Nathan Sidwell
1
-1
/
+2
2018-08-16
[PATCH] CPP Macro predicates
Nathan Sidwell
1
-3
/
+8
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[next]