aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm
2015-11-06Add stats on adhoc table to dump_line_table_statisticsDavid Malcolm
2015-11-04ENABLE_CHECKING refactoring: remove remaining occurrencesMikhail Maltsev
2015-11-03lex.c (search_line_sse42): Correctly advance the pointer to an aligned address.Uros Bizjak
2015-11-02libcpp: Improvements to description of source_location in line-map.hDavid Malcolm
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev
2015-10-21[PATCH 1/9] ENABLE_CHECKING refactoringMikhail Maltsev
2015-10-13[PATCH 1/9] ENABLE_CHECKING refactoringMikhail Maltsev
2015-10-08* zh_TW.po: Update.Joseph Myers
2015-09-21Handle lines encoded into several maps in linemap_position_for_loc_and_offsetManuel López-Ibáñez
2015-09-07system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.Marek Polacek
2015-08-07Makefile.def (libiconv): Define bootstrap=true.Yaakov Selkowitz
2015-07-31* sv.po: Update.Joseph Myers
2015-07-24* nl.po: Update.Joseph Myers
2015-07-08Address -Wsign-compare diagnosticsThomas Schwinge
2015-07-032015-07-03 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini
2015-07-02Regenerate .pot files.Joseph Myers
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland
2015-06-30lex.c (search_line_sse42): New main loop using asm flag outputs.Uros Bizjak
2015-06-08re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek
2015-05-26line-map.c (LINE_MAP_MAX_COLUMN_NUMBER LINE_MAP_MAX_LOCATION_WITH_COLS,LINE_M...Manuel López-Ibáñez
2015-05-20libcpp: Eliminate most of the non-const/reference-returning inline fnsDavid Malcolm
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm
2015-05-13libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm
2015-05-13libcpp: Replace macro usage with C++ constructsDavid Malcolm
2015-05-13libcpp: Bump to automake 1.11.6Michael Haubenwallner
2015-05-13line-map.h: move linemap_assert and friends higher up within the fileDavid Malcolm
2015-05-12Implement -Wmisleading-indentationDavid Malcolm
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm
2015-05-05libcpp: Improvements to comments in line-map.h/cDavid Malcolm
2015-05-01* sv.po: Update.Joseph Myers
2015-04-30be.po, [...]: Update.Joseph Myers
2015-04-13gcc.pot: Regenerate.Joseph Myers
2015-04-12* sr.po: Update.Joseph Myers
2015-04-11* fr.po: Update.Joseph Myers
2015-04-10* fr.po: Update.Joseph Myers
2015-04-09re PR pch/65550 (ICE (segfault) with pch)Richard Biener
2015-04-07* da.po: Update.Joseph Myers
2015-04-07gcc.pot: Regenerate.Joseph Myers
2015-04-06re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek
2015-04-02re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek
2015-03-24* fr.po: Update.Joseph Myers
2015-03-23* fr.po: Update.Joseph Myers
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek
2015-03-17re PR c++/64626 (C++14 single quote should not always be a digit separator)Edward Smith-Rowland
2015-03-04re PR target/65261 (bootstrap-ubsan ppc64le: gcc/libcpp/lex.c:552:30: runtime...Markus Trippelsdorf
2015-02-25be.po, [...]: Update.Joseph Myers
2015-02-03PR preprocessor/64803 - __LINE__ inside macro is not constantDodji Seketeli