]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family/c-lex.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / c-family / c-lex.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-27  Alex Coplanc-family: Implement __has_feature and __has_extension...
2023-11-19  David Malcolmlibcpp: split decls out to rich-location.h
2023-11-07  Joseph Myersc: Refer more consistently to C23 not C2X
2023-11-06  Joseph Myersc: Add -std=c23, -std=gnu23, -Wc11-c23-compat options...
2023-11-05  Jakub Jelinekopenmp: Adjust handling of __has_attribute (omp::direct...
2023-09-06  Jakub JelinekC _BitInt support [PR102989]
2023-09-06  Jakub Jelinekc: Don't pedwarn on _FloatN{,x} or {f,F}N{,x} suffixes...
2023-08-01  Lewis Hyattc-family: Implement pragma_lex () for preprocess-only...
2023-05-15  Joseph Myersc: Update __has_c_attribute values for C2x
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-15  Patrick Palkac++: init_priority and SUPPORTS_INIT_PRIORITY [PR107638]
2022-10-14  Jakub Jelinekmiddle-end, c++, i386, libgcc: std::bfloat16_t and...
2022-10-14  Jakub Jelinekc++: Implement excess precision support for C++ [PR1070...
2022-10-06  Jakub Jelinekc++, c: Implement C++23 P1774R8 - Portable assumptions...
2022-09-29  Joseph Myersc: C2x noreturn attribute
2022-09-27  Jakub Jelinekc++: Implement P1467R9 - Extended floating-point types...
2022-09-02  David Malcolmc/c++: new warning: -Wxor-used-as-pow [PR90885]
2022-08-31  Joseph Myersc: C2x attributes fixes and updates
2022-08-08  Tom HonermannC: Implement C2X N2653 char8_t and UTF-8 string literal...
2022-01-17  Martin LiskaRename .c files to .cc files.