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-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
/
c-family
/
c-lex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-01
Objective-C/C++ : Improve '@' keyword locations.
Iain Sandoe
1
-0
/
+4
2020-05-20
preprocessor: cleanups in c-common handling
Nathan Sidwell
1
-2
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-25
Prevent all uses of DFP when unsupported (PR c/91985).
Joseph Myers
1
-1
/
+6
2019-11-14
Support UTF-8 character constants for C2x.
Joseph Myers
1
-1
/
+3
2019-10-28
PR c/66970 - Add __has_builtin() macro
Martin Sebor
1
-0
/
+53
2019-10-19
Implement C++20 P1301 [[nodiscard("should have a reason")]].
JeanHeyd Meneide
1
-1
/
+2
2019-08-23
[PATCH, c-family] Fix a PCH thinko (and thus PR61250).
Iain Sandoe
1
-7
/
+0
2019-05-17
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
Martin Sebor
1
-2
/
+2
2019-01-14
Implement P0482R5, char8_t: A type for UTF-8 characters and strings
Tom Honermann
1
-2
/
+12
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-16
Implement P0479R5, [[likely]] and [[unlikely]].
Jason Merrill
1
-1
/
+3
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-3
/
+3
2018-10-11
c-lex.c (c_common_has_attribute): Return 201803 instead of 20180312 for no_un...
Jakub Jelinek
1
-1
/
+1
2018-10-03
Implement P0840, language support for empty objects.
Jason Merrill
1
-0
/
+2
2018-08-08
[PATCH] line-map include-from representation
Nathan Sidwell
1
-1
/
+1
2018-07-05
Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.
Nathan Sidwell
1
-2
/
+2
2018-05-28
splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.
Bernd Edlinger
1
-4
/
+2
2018-01-18
Add ability to remap file names in __FILE__, etc (PR other/70268)
Boris Kolpackov
1
-0
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-14
invoke.texi: Document -Wcast-function-type.
Bernd Edlinger
1
-2
/
+4
2017-08-30
[65/77] Add a SCALAR_TYPE_MODE macro
Richard Sandiford
1
-1
/
+1
2017-08-24
C: fix logic within c_expr::get_location
David Malcolm
1
-1
/
+1
2017-08-07
Canonicalize names of attributes.
Martin Liska
1
-0
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-08
c-lex.c (c_lex_with_flags): For CPP_COMMENT token with PREV_FALLTHROUGH...
Jakub Jelinek
1
-3
/
+15
2016-09-26
c-lex.c (c_common_has_attribute): Handle attribute fallthrough.
Marek Polacek
1
-1
/
+2
2016-08-19
Implement C _FloatN, _FloatNx types.
Joseph Myers
1
-0
/
+31
2016-08-18
Spelling suggestions for misspelled preprocessor directives
David Malcolm
1
-0
/
+1
2016-08-05
On-demand locations within string-literals
David Malcolm
1
-2
/
+22
2016-06-01
c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.
Eduard Sanou
1
-3
/
+1
2016-04-28
Implement C++17 [[nodiscard]] attribute.
Jason Merrill
1
-1
/
+2
2016-04-28
c-common.c (get_source_date_epoch): New function...
Eduard Sanou
1
-0
/
+3
2016-04-25
Implement C++17 [[maybe_unused]] attribute.
Jason Merrill
1
-10
/
+13
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-16
Better error recovery for merge-conflict markers
David Malcolm
1
-0
/
+26
2015-11-13
Add non-folding variants for convert_to_*.
Kai Tietz
1
-2
/
+3
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-4
/
+0
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-7
/
+4
2015-10-05
Replace REAL_VALUES_EQUAL with real_equal
Richard Sandiford
1
-3
/
+3
2015-08-22
Fix column location in c_lex_with_flags errors
Manuel López-Ibáñez
1
-3
/
+3
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-1
/
+0
2015-07-01
c-common.h (D_CXX11): Rename from D_CXX0X.
Jason Merrill
1
-1
/
+1
2015-06-30
Implement N4197 - Adding u8 character literals
Edward Smith-Rowland
1
-0
/
+4
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-3
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-4
/
+0
2015-05-19
Replace line_map union with C++ class hierarchy
David Malcolm
1
-3
/
+3
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-1
/
+9
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[next]