summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...David Malcolm2016-01-142-6/+40
* re PR c++/69145 (Bogus 'warning: #pragma implementation for ‘...’ appears...Jakub Jelinek2016-01-082-3/+11
* Update copyright years.Jakub Jelinek2016-01-0427-27/+37
* libcpp: Avoid unnecessary ad-hoc uses for large source filesDavid Malcolm2015-12-222-3/+9
* Fix missing range information for "%q+D" format codeDavid Malcolm2015-12-073-19/+28
* PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm2015-11-203-2/+264
* re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek2015-11-194-7/+35
* Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm2015-11-137-161/+622
* Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm2015-11-065-4/+374
* Add stats on adhoc table to dump_line_table_statisticsDavid Malcolm2015-11-063-0/+11
* ENABLE_CHECKING refactoring: remove remaining occurrencesMikhail Maltsev2015-11-044-8/+7
* lex.c (search_line_sse42): Correctly advance the pointer to an aligned address.Uros Bizjak2015-11-032-3/+8
* libcpp: Improvements to description of source_location in line-map.hDavid Malcolm2015-11-022-5/+25
* [PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev2015-10-214-25/+24
* [PATCH 1/9] ENABLE_CHECKING refactoringMikhail Maltsev2015-10-215-3/+39
* [PATCH 1/9] ENABLE_CHECKING refactoringMikhail Maltsev2015-10-132-0/+13
* * zh_TW.po: Update.Joseph Myers2015-10-082-56/+28
* Handle lines encoded into several maps in linemap_position_for_loc_and_offsetManuel López-Ibáñez2015-09-212-14/+26
* system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.Marek Polacek2015-09-072-1/+5
* Makefile.def (libiconv): Define bootstrap=true.Yaakov Selkowitz2015-08-072-26/+131
* * sv.po: Update.Joseph Myers2015-07-312-3/+7
* * nl.po: Update.Joseph Myers2015-07-242-62/+37
* Address -Wsign-compare diagnosticsThomas Schwinge2015-07-082-1/+6
* 2015-07-03 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2015-07-031-1/+1
* re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini2015-07-024-20/+31
* Regenerate .pot files.Joseph Myers2015-07-022-169/+177
* Implement N4197 - Adding u8 character literalsEdward Smith-Rowland2015-06-307-24/+58
* lex.c (search_line_sse42): New main loop using asm flag outputs.Uros Bizjak2015-06-302-5/+28
* re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek2015-06-082-3/+11
* line-map.c (LINE_MAP_MAX_COLUMN_NUMBER LINE_MAP_MAX_LOCATION_WITH_COLS,LINE_M...Manuel López-Ibáñez2015-05-262-6/+28
* libcpp: Eliminate most of the non-const/reference-returning inline fnsDavid Malcolm2015-05-203-100/+33
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-198-308/+524
* libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm2015-05-133-1/+225
* libcpp: Replace macro usage with C++ constructsDavid Malcolm2015-05-133-113/+517
* libcpp: Bump to automake 1.11.6Michael Haubenwallner2015-05-132-2/+7
* line-map.h: move linemap_assert and friends higher up within the fileDavid Malcolm2015-05-132-35/+44
* Implement -Wmisleading-indentationDavid Malcolm2015-05-123-2/+14
* lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill2015-05-094-1/+19
* Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm2015-05-052-1/+6
* libcpp: Improvements to comments in line-map.h/cDavid Malcolm2015-05-053-3/+78
* * sv.po: Update.Joseph Myers2015-05-012-2/+6
* be.po, [...]: Update.Joseph Myers2015-04-3022-1241/+1247
* gcc.pot: Regenerate.Joseph Myers2015-04-132-9/+13
* * sr.po: Update.Joseph Myers2015-04-122-49/+25
* * fr.po: Update.Joseph Myers2015-04-112-180/+141
* * fr.po: Update.Joseph Myers2015-04-102-19185/+217
* re PR pch/65550 (ICE (segfault) with pch)Richard Biener2015-04-092-5/+13
* * da.po: Update.Joseph Myers2015-04-072-15495/+240
* gcc.pot: Regenerate.Joseph Myers2015-04-072-63/+67
* re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek2015-04-062-2/+11