aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm1-0/+40
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm1-0/+18
2016-06-22c-common.c (get_source_date_epoch): Use int64_t instead of long long.John David Anglin1-0/+6
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou1-0/+12
2016-05-20Change ENABLE_VALGRIND_CHECKING toMartin Liska1-0/+9
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou1-0/+12
2016-04-13re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt1-0/+7
2016-04-06re PR preprocessor/61817 (Inconsistent location of tokens in the expansion li...Richard Henderson1-0/+10
2016-03-25re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt1-0/+7
2016-03-21re PR target/70296 (Incorrect handling of vector X; if X is function-like macro)Jakub Jelinek1-0/+6
2016-03-15Fix compiling large filesRichard Henderson1-0/+4
2016-03-15expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill1-0/+5
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsDavid Malcolm1-0/+10
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm1-0/+34
2016-03-01PR preprocessor/69985: fix ICE with long lines in -WformatDavid Malcolm1-0/+9
2016-02-23PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc locationsDavid Malcolm1-0/+10
2016-02-08PR preprocessor/69664: fix rich_location::override_columnDavid Malcolm1-0/+9
2016-02-05re PR c++/69628 (Conditional jump or move depends on uninitialised value(s) i...Jakub Jelinek1-0/+6
2016-01-28re PR pch/68176 (all pch tests fail on eglibc systems (with bits/predefs.h))Jakub Jelinek1-0/+4
2016-01-28* directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek1-0/+4
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm1-0/+12
2016-01-14PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...David Malcolm1-0/+19
2016-01-08re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears...Jakub Jelinek1-0/+6
2016-01-04Update copyright years.Jakub Jelinek1-0/+10
2015-12-22libcpp: Avoid unnecessary ad-hoc uses for large source filesDavid Malcolm1-0/+7
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm1-0/+8
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm1-0/+34
2015-11-19re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek1-0/+12
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+82
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-0/+19
2015-11-06Add stats on adhoc table to dump_line_table_statisticsDavid Malcolm1-0/+6
2015-11-04ENABLE_CHECKING refactoring: remove remaining occurrencesMikhail Maltsev1-0/+6
2015-11-03lex.c (search_line_sse42): Correctly advance the pointer to an aligned address.Uros Bizjak1-2/+7
2015-11-02libcpp: Improvements to description of source_location in line-map.hDavid Malcolm1-0/+7
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev1-0/+7
2015-10-21[PATCH 1/9] ENABLE_CHECKING refactoringMikhail Maltsev1-0/+9
2015-10-13[PATCH 1/9] ENABLE_CHECKING refactoringMikhail Maltsev1-0/+4
2015-09-21Handle lines encoded into several maps in linemap_position_for_loc_and_offsetManuel López-Ibáñez1-0/+6
2015-09-07system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.Marek Polacek1-0/+4
2015-08-07Makefile.def (libiconv): Define bootstrap=true.Yaakov Selkowitz1-0/+4
2015-07-08Address -Wsign-compare diagnosticsThomas Schwinge1-0/+5
2015-07-032015-07-03 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini1-1/+10
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-0/+16
2015-06-30lex.c (search_line_sse42): New main loop using asm flag outputs.Uros Bizjak1-0/+5
2015-06-08re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek1-0/+6
2015-05-26line-map.c (LINE_MAP_MAX_COLUMN_NUMBER LINE_MAP_MAX_LOCATION_WITH_COLS,LINE_M...Manuel López-Ibáñez1-0/+8
2015-05-20libcpp: Eliminate most of the non-const/reference-returning inline fnsDavid Malcolm1-0/+18
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-0/+158
2015-05-13libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm1-0/+6