aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-05Update copyright years.Jakub Jelinek5-5/+5
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-0/+1
2014-12-02line-map.h (linemap_assert_fails): Declare.Manuel López-Ibáñez1-0/+11
2014-11-13line-map.h: Include EXPR, so that unused variable warnings do not occur.Manuel López-Ibáñez1-1/+2
2014-11-11re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-0/+8
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-0/+3
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers2-2/+16
2014-10-14line-map.h (linemap_location_from_macro_expansion_p): const struct line_maps ...Manuel López-Ibáñez1-4/+5
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-0/+3
2014-09-09invoke.texi (Wnormalized=): Update.Manuel López-Ibáñez1-2/+2
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez1-1/+3
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-1/+1
2014-08-20cpplib.h (cpp_options): Use signed char.Marek Polacek1-1/+1
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek1-1/+1
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-0/+3
2014-07-16Support location tracking for built-in macro tokensDodji Seketeli1-2/+10
2014-05-26configure.ac: Remove long long and __int64 type checks...Richard Biener1-16/+2
2014-05-20config.gcc: Remove need_64bit_hwint.Richard Biener1-1/+18
2014-01-23PR preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli1-0/+8
2014-01-02Update copyright years in libcpp/Richard Sandiford5-5/+5
2013-11-16ucnid-2011-1.c: New test.Joseph Myers1-0/+4
2013-11-05c.opt (-Wdate-time): New optionTobias Burnus1-1/+5
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-0/+3
2013-07-10c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...Jakub Jelinek1-1/+1
2013-04-28N3472 binary constantsJakub Jelinek1-1/+4
2013-04-24cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini1-1/+2
2013-01-14Update copyright years in libcpp.Richard Sandiford5-10/+5
2012-11-16cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin1-0/+3
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland1-2/+8
2012-10-23gcc:Joseph Myers1-1/+2
2012-09-25re PR middle-end/54645 (Many testsuite failures)Dehao Chen1-6/+8
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+41
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-10/+10