aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/line-map.h
AgeCommit message (Expand)Author
2017-04-03Fix numerous typos in commentsredi
2017-01-01 Update copyright years.jakub
2016-10-25Implement ~line_maps ()dmalcolm
2016-09-21 Add from_macro_definition_at predicate for locations.jason
2016-09-15fix-it hints can't contain newlinesdmalcolm
2016-09-13fix-it hints: insert_before vs insert_afterdmalcolm
2016-09-02Introduce class edit_contextdmalcolm
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-23line-map.h: add source_range::from_locationsdmalcolm
2016-08-19Reimplement removal fix-it hints in terms of replacedmalcolm
2016-07-27Move make_location from tree.h/c to input.h/cdmalcolm
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesdmalcolm
2016-06-22Implement -fdiagnostics-parseable-fixitsdmalcolm
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-01-04 Update copyright years.jakub
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-11-02libcpp: Improvements to description of source_location in line-map.hdmalcolm
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcpplaw
2015-07-08Address -Wsign-compare diagnosticstschwinge
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/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)dmalcolm
2015-05-13libcpp: Replace macro usage with C++ constructsdmalcolm
2015-05-13line-map.h: move linemap_assert and friends higher up within the filedmalcolm
2015-05-12Implement -Wmisleading-indentationdmalcolm
2015-05-05libcpp: Improvements to comments in line-map.h/cdmalcolm
2015-01-05 Update copyright years.jakub
2014-12-02libcpp/ChangeLog:manu
2014-11-13 * include/line-map.h: Include EXPR, so that unused variable warningsmarxin
2014-11-11libcpp/ChangeLog:manu
2014-10-14libcpp/ChangeLog:manu
2014-07-16Support location tracking for built-in macro tokensdodji
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
2012-09-25gcc:dehao
2012-09-19Integrate lexical block into source_location.dehao
2012-07-30gcc:lauras
2012-05-29 * directives.c: Fix typos.jsm28
2012-04-30Strip "<built-in>" loc from displayed expansion contextdodji
2012-04-262012-04-26 Manuel López-Ibáñez <manu@gcc.gnu.org>manu