summaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-09Merge branches/gcc-6-branch rev 244220.Yvan Roux2-0/+8
2016-11-15Merge branches/gcc-6-branch rev 242371.Yvan Roux2-7/+10
2016-09-07 gcc/testsuite/Yvan Roux1-1/+1
2016-08-22Merge branches/gcc-6-branch rev 239654.Yvan Roux2-0/+8
2016-06-15Merge branches/gcc-6-branch rev 237469.Yvan Roux4-19/+25
2016-05-03 * nl.po: Update.jsm282-13/+12
2016-04-30 * sv.po: Update.jsm282-6/+8
2016-04-28Update .po files.jsm2822-1518/+1644
2016-04-27Update ChangeLog and version files for releasegccadmin2-0/+8
2016-04-21Regenerate .pot files for GCC 6.jsm282-36/+40
2016-04-13 Patch from Roger Orr <rogero@howzatt.demon.co.uk>bernds2-1/+12
2016-04-08Regenerate .pot files.jsm282-80/+89
2016-04-06PR preprocessor/61817rth3-21/+44
2016-03-30 * da.po: Update.jsm282-7/+9
2016-03-25 PR lto/69650law3-29/+29
2016-03-21 PR target/70296jakub3-0/+16
2016-03-17 * fr.po: Update.jsm282-6/+8
2016-03-15Fix compiling large filesrth2-1/+5
2016-03-15 * libcpp/expr.c (cpp_classify_number): Hex floats are new in C++1z.jason3-3/+8
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsdmalcolm3-2/+18
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusdmalcolm3-115/+88
2016-03-05 * sr.po: Update.jsm282-6/+8
2016-03-01PR preprocessor/69985: fix ICE with long lines in -Wformatdmalcolm2-8/+18
2016-02-23PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc locationsdmalcolm2-2/+17
2016-02-12 * eo.po: Update.jsm282-8/+10
2016-02-09 * fi.po: Update.jsm282-19/+22
2016-02-08PR preprocessor/69664: fix rich_location::override_columndmalcolm3-2/+21
2016-02-07 * ru.po: Update.jsm282-7/+9
2016-02-05 PR c++/69628jakub2-2/+15
2016-02-05 * fi.po: Update.jsm282-5/+7
2016-02-04Update cpplib .po files.jsm2822-4157/+4238
2016-01-31Regenerate .pot files.jsm282-135/+140
2016-01-31 * fi.po: Update.jsm282-189/+191
2016-01-28 PR pch/68176jakub2-1/+8
2016-01-28 * directives.c (destringize_and_run): Adjust prototype.jakub2-1/+6
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)dmalcolm4-5/+24
2016-01-14PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...dmalcolm2-6/+40
2016-01-08 PR c++/69145jakub2-3/+11
2016-01-04 Update copyright years.jakub27-27/+37
2015-12-22libcpp: Avoid unnecessary ad-hoc uses for large source filesdmalcolm2-3/+9
2015-12-07Fix missing range information for "%q+D" format codedmalcolm3-19/+28
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticdmalcolm3-2/+264
2015-11-19 PR preprocessor/60736jakub4-7/+35
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm7-161/+622
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesdmalcolm5-4/+374
2015-11-06Add stats on adhoc table to dump_line_table_statisticsdmalcolm3-0/+11
2015-11-04ENABLE_CHECKING refactoring: remove remaining occurrencesmiyuki4-8/+7
2015-11-03 * lex.c (search_line_sse42): Correctly advance the pointer to anuros2-3/+8
2015-11-02libcpp: Improvements to description of source_location in line-map.hdmalcolm2-5/+25
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcpplaw4-25/+24