aboutsummaryrefslogtreecommitdiff
path: root/libcpp/charset.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2510/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-01libcpp: Enable P1949R7 for C++98 too [PR100977]Jakub Jelinek1-4/+2
2021-11-30Remove more stray returns and gcc_unreachable ()sRichard Biener1-1/+0
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm1-18/+45
2021-10-18Remove unused but set variables.Martin Liska1-2/+0
2021-09-01libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek1-12/+34
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt1-32/+77
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-01Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide1-0/+3
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt1-30/+68
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm1-1/+0
2019-12-14re PR preprocessor/92919 (invalid memory access in wide_str_to_charconst when...Jakub Jelinek1-0/+11
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt1-0/+103
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers1-0/+2
2019-11-07PR c++/91370 - Implement P1041R4 and P1139R2 - Stronger Unicode reqsJakub Jelinek1-5/+11
2019-09-26charset.c (UCS_LIMIT): New macro.Eric Botcazou1-1/+14
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt1-2/+81
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-14/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-17Fix locations within raw stringsDavid Malcolm1-1/+12
2016-09-23Provide location information for terminator characters (PR preprocessor/77672)David Malcolm1-1/+8
2016-08-06Fix crash in selftest::test_lexer_string_locations_ucn4 (PR bootstrap/72823)David Malcolm1-6/+5
2016-08-05On-demand locations within string-literalsDavid Malcolm1-52/+380
2016-02-05re PR c++/69628 (Conditional jump or move depends on uninitialised value(s) i...Jakub Jelinek1-2/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini1-15/+15
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-3/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29Fix off-by-one bug in utf16 conversion (PR preprocessor/41698).Joseph Myers1-1/+1
2014-10-02charset.c (convert_no_conversion): Reallocate memory with 25% headroom.Bernd Edlinger1-0/+1
2014-09-22charset.c (conversion): Rename to ...Jan Hubicka1-2/+2
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek1-1/+1
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-0/+4
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-11-16ucnid-2011-1.c: New test.Joseph Myers1-42/+46
2013-01-14Update copyright years in libcpp.Richard Sandiford1-2/+1
2012-12-03re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)Jakub Jelinek1-4/+10
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-2/+2
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-8/+8
2010-03-29More N3077 raw string changesJason Merrill1-17/+4
2010-03-29Some raw string changes from N3077Jason Merrill1-1/+1
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-1/+51
2009-10-09* charset.c (_cpp_valid_ucn): Update C++0x restrictions.Jason Merrill1-6/+15
2009-08-17re PR preprocessor/41067 (Inconsistency in warnings on invalid \-escapes)Tom Tromey1-1/+1