]> git.ipfire.org Git - thirdparty/gcc.git/history - libcpp/macro.c
Make TOPN counter dynamically allocated.
[thirdparty/gcc.git] / libcpp / macro.c
2020-05-19  Nathan Sidwellpreprocessor: Fix ICE with EOF in macro args [pr95182]
2020-05-13  Jason Merrillc++: Replace "C++2a" with "C++20".
2020-02-14  Jakub Jelinekc++: Partially implement P1042R1: __VA_OPT__ wording...
2020-02-04  Jakub Jelineklibcpp: Diagnose __has_include outside of preprocessor...
2020-02-04  Jakub Jelineklibcpp: Fix ICEs on __has_include syntax errors [PR93545]
2020-01-28  Nathan Sidwellpreprocessor: Make __has_include a builtin macro [PR93452]
2020-01-01  Jakub JelinekUpdate copyright years.
2019-10-28  Martin SeborPR c/66970 - Add __has_builtin() macro
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-13  David MalcolmEliminate source_location in favor of location_t
2018-10-31  Nathan Sidwell[3/7] Preprocessor macro loc
2018-10-11  David Malcolmlibcpp: show macro definition when used with wrong...
2018-10-09  David MalcolmCleanup of libcpp diagnostic callbacks
2018-08-20  Nathan Sidwell[CPP PATCH] node type
2018-08-20  Nathan Sidwell[CPP PATCH] Fix warning & other cleanups.
2018-08-20  Nathan Sidwell[PATCH] #assert becomes macro-like
2018-08-17  Nathan Sidwell[PATCH] Adjust lazy macro definition
2018-08-17  Nathan Sidwell[PATCH] Macro body is trailing array
2018-08-16  Nathan Sidwell[PATCH] Macro definition parameter parsing
2018-08-16  Nathan Sidwell[PATCH] CPP Macro predicates
2018-07-18  Bernd Edlingerre PR c/69558 (glib2 warning pragmas stopped working)
2018-02-15  Jason MerrillPR preprocessor/83063 - __VA_OPT__ and ##
2018-02-15  Jason Merrill* libcpp/macro.c: Fix typos.
2018-01-18  Boris KolpackovAdd ability to remap file names in __FILE__, etc (PR...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-21  Eric GallagerUse -Wtraditional for "would be stringified in traditio...
2017-11-21  David MalcolmC++: provide macro used-before-defined hint (PR c+...
2017-11-13  Tom TromeyImplement __VA_OPT__
2017-10-10  Nathan Sidwell[PATCH] preprocessor stringizing raw strings
2017-01-01  Jakub JelinekUpdate copyright years.
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-06-01  Eduard Sanouc-common.c (get_source_date_epoch): Rename to cb_get_so...
2016-04-28  Eduard Sanouc-common.c (get_source_date_epoch): New function...
2016-04-06  Richard Hendersonre PR preprocessor/61817 (Inconsistent location of...
2016-03-21  Jakub Jelinekre PR target/70296 (Incorrect handling of vector X...
2016-01-27  David Malcolmlibcpp: use better locations for _Pragma tokens (prepro...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-10-21  Mikhail Maltsev[PATCH 2/9] ENABLE_CHECKING refactoring: libcpp
2015-06-30  Edward Smith-RowlandImplement N4197 - Adding u8 character literals
2015-05-19  David MalcolmReplace line_map union with C++ class hierarchy
2015-02-03  Dodji SeketeliPR preprocessor/64803 - __LINE__ inside macro is not...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-19  Jakub Jelinekre PR preprocessor/63831 (r217292 causes segfaults...
2014-11-06  Joseph MyersPreserve original spellings of extended identifiers.
2014-09-04  Manuel López-Ibáñezoptions.texi: Document that Var and Init are required...
2014-08-29  Manuel López-Ibáñezmacro.c (warn_of_redefinition): Suppress warnings for...
2014-08-19  Marek Polacekc-opts.c (sanitize_cpp_opts): Make warn_long_long be...
2014-08-10  Marek Polacekre PR c/51849 (-Wc99-compat would be considered useful)
2014-07-27  Marek Polacekre PR c/61861 (Incorrect column number for -Wdiscarded...
2014-07-16  Dodji SeketeliSupport location tracking for built-in macro tokens
2014-07-10  Edward Smith-Rowlandre PR preprocessor/61389 (libcpp diagnostics shouldn...
2014-06-05  Edward Smith-Rowlandre PR c++/61038 (g++ -E is unusable with UDL strings)
2014-05-21  Edward Smith-Rowlandre PR c++/61038 (g++ -E is unusable with UDL strings)
2014-02-19  Jakub Jelinekre PR preprocessor/58844 (ICE with invalid use of ##)
2014-01-02  Richard SandifordUpdate copyright years in libcpp/
2013-11-06  Tobias Burnusmacro.c (_cpp_builtin_macro_text): Correct wording...
2013-11-05  Tobias Burnusc.opt (-Wdate-time): New option
2013-01-14  Richard SandifordUpdate copyright years in libcpp.
2012-05-29  Joseph Myersdirectives.c: Fix typos.
2012-05-29  Dodji SeketeliPR preprocessor/53229 - Fix diagnostics location when...
2012-05-02  Dodji SeketeliProperly initialize cpp_context in destringize_and_run
2012-04-30  Dodji SeketeliFix expansion point loc for macro-like tokens
2012-04-30  Dodji SeketeliFix token pasting with -ftrack-macro-expansion
2012-04-30  Dodji SeketeliFix cpp_sys_macro_p with -ftrack-macro-expansion
2012-01-09  Richard Guenthermacro.c (_cpp_builtin_macro_text): Remove unused variab...
2012-01-09  Gary Funckre PR preprocessor/33919 (__BASE_FILE__ does not expand...
2011-12-05  Dodji SeketeliAdd 'inline' to prototype of tokens_buff_remove_last_token
2011-10-18  Dodji SeketeliFix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
2011-10-17  Tom TromeyAdd line map statistics to -fmem-report output
2011-10-17  Tom TromeyGenerate virtual locations for tokens
2011-10-17  Tom TromeyLinemap infrastructure for virtual locations
2011-04-20  Jim Meyeringremove useless if-before-free tests
2010-09-29  Joseph Myersoptc-gen.awk: Generate global_options initializer inste...
2010-06-11  Jakub Jelinekcpplib.h (struct cpp_callbacks): Add user_builtin_macro...
2010-04-07  Simon Baldwindiagnostic.h (diagnostic_override_option_index): New...
2009-11-20  Arnaud Charletmacro.c (enter_macro_context): Call cb.used callback...
2009-10-19  Jakub Jelinekcharset.c (cpp_init_iconv): Initialize utf8_cset_desc.
2009-09-02  Ian Lance Taylormacro.c (stringify_arg): Escape CPP_WCHAR tokens.
2009-05-10  Joseph Myersc-lex.c (c_lex_with_flags): Expect cpp_hashnode in...
2009-04-19  Joseph Myersre PR preprocessor/20078 (Gcc doesn't complain about...
2009-04-12  Joseph Myersre PR preprocessor/31869 (stringifying empty macros)
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-03-30  Jakub Jelinekre PR target/39558 (Bad interaction of decls named...
2009-03-29  Joseph Myersre PR preprocessor/34695 (Preprocessor warning->error...
2008-09-18  Simon Baldwincpplib.h (struct cpp_options): Add new boolean flag...
2008-07-21  Manuel López-Ibáñezline-map.h (linenum_type): New typedef.
2008-07-14  Ben Ellistoncpplib.h (NODE_CONDITIONAL): New.
2008-07-03  Andrew Haleyre PR preprocessor/33305 (We should warn about empty...
2008-04-18  Kris Van Heescpp-id-data.h (UC): Was U, conflicts with U...
2008-04-02  Joseph Myerscppopts.texi (-dU): Document.
2008-01-25  Jakub Jelinekre PR preprocessor/34692 (Internal error with pragma...
2008-01-22  Tom Tromeyre PR c++/34859 (g++ -D__STDC_LIMIT_MACROS -D__STDC_LIM...
2007-11-30  Tom Tromeyre PR preprocessor/32868 (Don't warn about redefinition...
2007-11-01  Tom Tromeyre PR preprocessor/30805 (Internal compiler error when...
2007-10-31  Tom Tromeyre PR preprocessor/30786 (ICE on _Pragma at end of...
2007-09-06  Tom Tromeytree-cfg.c (remove_bb): Only warn if line is non-zero.
2007-07-30  Ollie Wilddirectives-only.c: New file.
2007-05-24  Ollie Wildmacro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.
2007-05-23  Simon Martinre PR preprocessor/20077 (GCC accepts macro definitions...
2007-05-02  Tom Tromeyre PR preprocessor/28709 (Bad diagnostic pasting tokens...
next