aboutsummaryrefslogtreecommitdiff
path: root/libcpp/macro.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-69/+69
2018-10-31[3/7] Preprocessor macro locNathan Sidwell1-15/+5
2018-10-11libcpp: show macro definition when used with wrong argument countDavid Malcolm1-0/+4
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-2/+2
2018-08-20[CPP PATCH] node typeNathan Sidwell1-20/+24
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell1-10/+1
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell1-6/+6
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell1-38/+36
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell1-119/+117
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell1-132/+148
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-14/+37
2018-07-18re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger1-18/+14
2018-02-15PR preprocessor/83063 - __VA_OPT__ and ##Jason Merrill1-23/+112
2018-02-15* libcpp/macro.c: Fix typos.Jason Merrill1-9/+9
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-0/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-21Use -Wtraditional for "would be stringified in traditional C" (PR preprocesso...Eric Gallager1-1/+1
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm1-0/+8
2017-11-13Implement __VA_OPT__Tom Tromey1-2/+168
2017-10-10[PATCH] preprocessor stringizing raw stringsNathan Sidwell1-3/+11
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou1-3/+7
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou1-7/+14
2016-04-06re PR preprocessor/61817 (Inconsistent location of tokens in the expansion li...Richard Henderson1-20/+32
2016-03-21re PR target/70296 (Incorrect handling of vector X; if X is function-like macro)Jakub Jelinek1-0/+9
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev1-23/+15
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-1/+1
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-8/+10
2015-02-03PR preprocessor/64803 - __LINE__ inside macro is not constantDodji Seketeli1-3/+28
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-0/+4
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers1-20/+39
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez1-24/+21
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez1-13/+12
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek1-3/+3
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-0/+14
2014-07-27re PR c/61861 (Incorrect column number for -Wdiscarded-qualifiers)Marek Polacek1-4/+7
2014-07-16Support location tracking for built-in macro tokensDodji Seketeli1-1/+22
2014-07-10re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...Edward Smith-Rowland1-21/+56
2014-06-05re PR c++/61038 (g++ -E is unusable with UDL strings)Edward Smith-Rowland1-4/+3
2014-05-21re PR c++/61038 (g++ -E is unusable with UDL strings)Edward Smith-Rowland1-0/+3
2014-02-19re PR preprocessor/58844 (ICE with invalid use of ##)Jakub Jelinek1-14/+11
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-11-06macro.c (_cpp_builtin_macro_text): Correct wording of two warnings.Tobias Burnus1-4/+4
2013-11-05c.opt (-Wdate-time): New optionTobias Burnus1-0/+7
2013-01-14Update copyright years in libcpp.Richard Sandiford1-3/+1