aboutsummaryrefslogtreecommitdiff
path: root/libcpp/line-map.c
AgeCommit message (Expand)Author
2016-09-15fix-it hints can't contain newlinesdmalcolm
2016-09-13fix-it hints: insert_before vs insert_afterdmalcolm
2016-08-31diagnostic-show-locus.c: handle fixits on lines outside the regular rangesdmalcolm
2016-08-31Remove arbitrary limits from rich_locationdmalcolm
2016-08-30rich_location: add convenience overloads for adding fix-it hintsdmalcolm
2016-08-29Allow the use of ad-hoc locations for fix-it hintsdmalcolm
2016-08-26Add validation and consolidation of fix-it hintsdmalcolm
2016-08-19Reimplement removal fix-it hints in terms of replacedmalcolm
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesdmalcolm
2016-06-22 * c-common.c (get_source_date_epoch): Use int64_t instead of long long.danglin
2016-03-25 PR lto/69650law
2016-03-15Fix compiling large filesrth
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsdmalcolm
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusdmalcolm
2016-03-01PR preprocessor/69985: fix ICE with long lines in -Wformatdmalcolm
2016-02-23PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc locationsdmalcolm
2016-02-08PR preprocessor/69664: fix rich_location::override_columndmalcolm
2016-01-14PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...dmalcolm
2016-01-04 Update copyright years.jakub
2015-12-22libcpp: Avoid unnecessary ad-hoc uses for large source filesdmalcolm
2015-12-07Fix missing range information for "%q+D" format codedmalcolm
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticdmalcolm
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesdmalcolm
2015-11-06Add stats on adhoc table to dump_line_table_statisticsdmalcolm
2015-09-21Handle lines encoded into several maps in linemap_position_for_loc_and_offsetmanu
2015-06-08 PR c/66415mpolacek
2015-05-26libcpp/ChangeLog:manu
2015-05-20libcpp: Eliminate most of the non-const/reference-returning inline fnsdmalcolm
2015-05-19Replace line_map union with C++ class hierarchydmalcolm
2015-05-13libcpp: Replace macro usage with C++ constructsdmalcolm
2015-05-05libcpp: Improvements to comments in line-map.h/cdmalcolm
2015-01-05 Update copyright years.jakub
2014-12-04libcpp/ChangeLog:manu
2014-12-02libcpp/ChangeLog:manu
2014-12-022014-12-02 Manuel López-Ibáñez <manu@gcc.gnu.org>manu
2014-11-25 PR preprocessor/60436jakub
2014-11-11libcpp/ChangeLog:manu
2014-10-14libcpp/ChangeLog:manu
2014-07-16Support location tracking for built-in macro tokensdodji
2014-02-07 PR preprocessor/56824jakub
2014-01-23PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsdodji
2014-01-02Update copyright years in libcpp/rsandifo
2013-01-14Update copyright years in libcpp.rsandifo
2013-01-032013-01-03 Marc Glisse <marc.glisse@inria.fr>glisse
2012-09-25libcpp:dehao
2012-09-25gcc:dehao
2012-09-19Integrate lexical block into source_location.dehao
2012-06-05 * line-map.c (linemap_enter_macro): Don't zero max_column_hint injason
2012-06-04PR preprocessor/53463 - Fix system header detection for built-in macro tokensdodji