summaryrefslogtreecommitdiff
path: root/libcpp/macro.c
AgeCommit message (Expand)Author
2020-02-14c++: Partially implement P1042R1: __VA_OPT__ wording clarifications [PR92319]Jakub Jelinek
2020-02-04libcpp: Diagnose __has_include outside of preprocessor directives [PR93545]Jakub Jelinek
2020-02-04libcpp: Fix ICEs on __has_include syntax errors [PR93545]Jakub Jelinek
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell
2020-01-01Update copyright years.Jakub Jelinek
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[3/7] Preprocessor macro locNathan Sidwell
2018-10-11libcpp: show macro definition when used with wrong argument countDavid Malcolm
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm
2018-08-20[CPP PATCH] node typeNathan Sidwell
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-07-18re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger
2018-02-15PR preprocessor/83063 - __VA_OPT__ and ##Jason Merrill
2018-02-15* libcpp/macro.c: Fix typos.Jason Merrill
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov
2018-01-03Update copyright years.Jakub Jelinek
2017-11-21Use -Wtraditional for "would be stringified in traditional C" (PR preprocesso...Eric Gallager
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm
2017-11-13Implement __VA_OPT__Tom Tromey
2017-10-10[PATCH] preprocessor stringizing raw stringsNathan Sidwell
2017-01-01Update copyright years.Jakub Jelinek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou
2016-04-06re PR preprocessor/61817 (Inconsistent location of tokens in the expansion li...Richard Henderson
2016-03-21re PR target/70296 (Incorrect handling of vector X; if X is function-like macro)Jakub Jelinek
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm
2015-02-03PR preprocessor/64803 - __LINE__ inside macro is not constantDodji Seketeli
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek
2014-07-27re PR c/61861 (Incorrect column number for -Wdiscarded-qualifiers)Marek Polacek
2014-07-16Support location tracking for built-in macro tokensDodji Seketeli
2014-07-10re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...Edward Smith-Rowland
2014-06-05re PR c++/61038 (g++ -E is unusable with UDL strings)Edward Smith-Rowland