aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Eliminate fixit_hint class hierarchyDavid Malcolm1-62/+28
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek5-5/+5
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini1-1/+6
2016-10-25Implement ~line_maps ()David Malcolm1-1/+2
2016-10-12gcc/Jakub Jelinek1-0/+3
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+3
2016-09-21Add from_macro_definition_at predicate for locations.Jason Merrill1-3/+7
2016-09-15fix-it hints can't contain newlinesDavid Malcolm1-0/+2
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm1-6/+95
2016-09-02Introduce class edit_contextDavid Malcolm1-0/+1
2016-08-31diagnostic-show-locus.c: handle fixits on lines outside the regular rangesDavid Malcolm1-4/+3
2016-08-31Remove arbitrary limits from rich_locationDavid Malcolm1-13/+132
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm1-0/+34
2016-08-29Allow the use of ad-hoc locations for fix-it hintsDavid Malcolm1-0/+6
2016-08-26Add validation and consolidation of fix-it hintsDavid Malcolm1-3/+16
2016-08-23line-map.h: add source_range::from_locationsDavid Malcolm1-0/+10
2016-08-19Reimplement removal fix-it hints in terms of replaceDavid Malcolm1-22/+1
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+7
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm1-0/+8
2016-08-05On-demand locations within string-literalsDavid Malcolm1-0/+51
2016-08-01* include/cpplib.h: Fix comment typo.Andreas Schwab1-1/+1
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm1-2/+2
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesDavid Malcolm1-0/+10
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm1-1/+6
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm1-0/+16
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou1-3/+3
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou1-0/+3
2016-03-21re PR target/70296 (Incorrect handling of vector X; if X is function-like macro)Jakub Jelinek1-0/+1
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsDavid Malcolm1-0/+8
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm1-37/+14
2016-01-04Update copyright years.Jakub Jelinek5-5/+5
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm1-2/+2
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm1-0/+96
2015-11-19re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek1-0/+3
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm2-32/+190
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm2-2/+220
2015-11-06Add stats on adhoc table to dump_line_table_statisticsDavid Malcolm1-0/+2
2015-11-02libcpp: Improvements to description of source_location in line-map.hDavid Malcolm1-5/+18
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev1-1/+1
2015-07-08Address -Wsign-compare diagnosticsThomas Schwinge1-1/+1
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-0/+5
2015-05-20libcpp: Eliminate most of the non-const/reference-returning inline fnsDavid Malcolm1-85/+1
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm2-186/+202
2015-05-13libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations)David Malcolm1-1/+3
2015-05-13libcpp: Replace macro usage with C++ constructsDavid Malcolm1-110/+452
2015-05-13line-map.h: move linemap_assert and friends higher up within the fileDavid Malcolm1-35/+36
2015-05-12Implement -Wmisleading-indentationDavid Malcolm1-0/+3
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill1-1/+5
2015-05-05libcpp: Improvements to comments in line-map.h/cDavid Malcolm1-2/+69