summaryrefslogtreecommitdiff
path: root/libcpp/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for -std=c++2a.jakub2017-09-151-1/+2
* * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentjakub2017-09-151-1/+1
* diagnostics: fix end-points of ranges within macros (PR c++/79300)dmalcolm2017-07-061-1/+11
* Prevent fix-it hints from affecting more than one linedmalcolm2017-06-201-0/+2
* Add support for mutually-incompatible fix-it hintsdmalcolm2017-06-091-0/+22
* libcpp: add callback for comment-handlingdmalcolm2017-06-051-0/+9
* Support fix-it hints that add new linesdmalcolm2017-05-021-2/+14
* Eliminate fixit_hint class hierarchydmalcolm2017-05-011-62/+28
* Fix numerous typos in commentsredi2017-04-031-1/+1
* Update copyright years.jakub2017-01-015-5/+5
* gcc:bonzini2016-11-231-1/+6
* Implement ~line_maps ()dmalcolm2016-10-251-1/+2
* gcc/jakub2016-10-111-0/+3
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-1/+3
* Add from_macro_definition_at predicate for locations.jason2016-09-211-3/+7
* fix-it hints can't contain newlinesdmalcolm2016-09-151-0/+2
* fix-it hints: insert_before vs insert_afterdmalcolm2016-09-131-6/+95
* Introduce class edit_contextdmalcolm2016-09-021-0/+1
* diagnostic-show-locus.c: handle fixits on lines outside the regular rangesdmalcolm2016-08-311-4/+3
* Remove arbitrary limits from rich_locationdmalcolm2016-08-311-13/+132
* rich_location: add convenience overloads for adding fix-it hintsdmalcolm2016-08-301-0/+34
* Allow the use of ad-hoc locations for fix-it hintsdmalcolm2016-08-291-0/+6
* Add validation and consolidation of fix-it hintsdmalcolm2016-08-261-3/+16
* line-map.h: add source_range::from_locationsdmalcolm2016-08-231-0/+10
* Reimplement removal fix-it hints in terms of replacedmalcolm2016-08-191-22/+1
* Implement C _FloatN, _FloatNx types.jsm282016-08-191-0/+7
* Spelling suggestions for misspelled preprocessor directivesdmalcolm2016-08-181-0/+8
* On-demand locations within string-literalsdmalcolm2016-08-051-0/+51
* * include/cpplib.h: Fix comment typo.schwab2016-08-011-1/+1
* Move make_location from tree.h/c to input.h/cdmalcolm2016-07-271-2/+2
* input.c: add lexing selftests and a test matrix for line_table statesdmalcolm2016-07-111-0/+10
* libcpp: Tweak to missing #include source locationdmalcolm2016-06-221-1/+6
* Implement -fdiagnostics-parseable-fixitsdmalcolm2016-06-221-0/+16
* gcc/c-family/ChangeLog:doko2016-06-011-3/+3
* gcc/c-family/ChangeLog:doko2016-04-281-0/+3
* PR target/70296jakub2016-03-211-0/+1
* PR c++/70105: prevent nonsensical underline spew for macro expansionsdmalcolm2016-03-091-0/+8
* PR c++/70105: Defer location expansion until diagnostic_show_locusdmalcolm2016-03-091-37/+14
* Update copyright years.jakub2016-01-045-5/+5
* Fix missing range information for "%q+D" format codedmalcolm2015-12-071-2/+2
* PR 62314: add ability to add fixit-hints to a diagnosticdmalcolm2015-11-201-0/+96
* PR preprocessor/60736jakub2015-11-191-0/+3
* Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm2015-11-132-32/+190
* Reimplement diagnostic_show_locus, introducing rich_location classesdmalcolm2015-11-062-2/+220
* Add stats on adhoc table to dump_line_table_statisticsdmalcolm2015-11-061-0/+2
* libcpp: Improvements to description of source_location in line-map.hdmalcolm2015-11-021-5/+18
* [PATCH 2/9] ENABLE_CHECKING refactoring: libcpplaw2015-10-211-1/+1
* Address -Wsign-compare diagnosticstschwinge2015-07-081-1/+1
* libcpp:emsr2015-06-301-0/+5
* libcpp: Eliminate most of the non-const/reference-returning inline fnsdmalcolm2015-05-201-85/+1