aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-21Handle lines encoded into several maps in linemap_position_for_loc_and_offsetManuel López-Ibáñez2-14/+26
2015-09-07system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.Marek Polacek2-1/+5
2015-08-07Makefile.def (libiconv): Define bootstrap=true.Yaakov Selkowitz2-26/+131
2015-07-31* sv.po: Update.Joseph Myers2-3/+7
2015-07-24* nl.po: Update.Joseph Myers2-62/+37
2015-07-08Address -Wsign-compare diagnosticsThomas Schwinge2-1/+6
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 Carlini4-20/+31
2015-07-02Regenerate .pot files.Joseph Myers2-169/+177
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland7-24/+58
2015-06-30lex.c (search_line_sse42): New main loop using asm flag outputs.Uros Bizjak2-5/+28
2015-06-08re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek2-3/+11
2015-05-26line-map.c (LINE_MAP_MAX_COLUMN_NUMBER LINE_MAP_MAX_LOCATION_WITH_COLS,LINE_M...Manuel López-Ibáñez2-6/+28
2015-05-20libcpp: Eliminate most of the non-const/reference-returning inline fnsDavid Malcolm3-100/+33
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm8-308/+524
2015-05-13libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm3-1/+225
2015-05-13libcpp: Replace macro usage with C++ constructsDavid Malcolm3-113/+517
2015-05-13libcpp: Bump to automake 1.11.6Michael Haubenwallner2-2/+7
2015-05-13line-map.h: move linemap_assert and friends higher up within the fileDavid Malcolm2-35/+44
2015-05-12Implement -Wmisleading-indentationDavid Malcolm3-2/+14
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill4-1/+19
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm2-1/+6
2015-05-05libcpp: Improvements to comments in line-map.h/cDavid Malcolm3-3/+78
2015-05-01* sv.po: Update.Joseph Myers2-2/+6
2015-04-30be.po, [...]: Update.Joseph Myers22-1241/+1247
2015-04-13gcc.pot: Regenerate.Joseph Myers2-9/+13
2015-04-12* sr.po: Update.Joseph Myers2-49/+25
2015-04-11* fr.po: Update.Joseph Myers2-180/+141
2015-04-10* fr.po: Update.Joseph Myers2-19185/+217
2015-04-09re PR pch/65550 (ICE (segfault) with pch)Richard Biener2-5/+13
2015-04-07* da.po: Update.Joseph Myers2-15495/+240
2015-04-07gcc.pot: Regenerate.Joseph Myers2-63/+67
2015-04-06re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek2-2/+11
2015-04-02re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek2-0/+12
2015-03-24* fr.po: Update.Joseph Myers2-2/+6
2015-03-23* fr.po: Update.Joseph Myers2-6/+11
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek4-18/+163
2015-03-17re PR c++/64626 (C++14 single quote should not always be a digit separator)Edward Smith-Rowland2-0/+9
2015-03-04re PR target/65261 (bootstrap-ubsan ppc64le: gcc/libcpp/lex.c:552:30: runtime...Markus Trippelsdorf2-0/+6
2015-02-25be.po, [...]: Update.Joseph Myers22-7254/+5705
2015-02-03PR preprocessor/64803 - __LINE__ inside macro is not constantDodji Seketeli3-3/+45
2015-02-02Regenerate .pot files.Joseph Myers2-221/+288
2015-01-30[Patch/libcpp] Change __ARM_NEON__ to __ARM_NEON in lex.cSzabolcs Nagy2-1/+5
2015-01-23re PR preprocessor/60570 (expression in 'elif' directive mis-diagnosed as err...Marek Polacek2-16/+16
2015-01-16expr.c (cpp_classify_number): Add N_() around ?...Jakub Jelinek2-3/+8
2015-01-05Update copyright years.Jakub Jelinek27-27/+31
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek10-46/+34
2014-12-11xvasprintf.c: New file.Uros Bizjak2-2/+6
2014-12-04line-map.c (linemap_position_for_loc_and_offset): Add new linemap_assert_fails.Manuel López-Ibáñez2-1/+7
2014-12-02line-map.h (linemap_assert_fails): Declare.Manuel López-Ibáñez3-5/+28