aboutsummaryrefslogtreecommitdiff
path: root/libcpp/macro.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-29directives.c: Fix typos.Joseph Myers1-7/+7
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli1-18/+57
2012-05-02Properly initialize cpp_context in destringize_and_runDodji Seketeli1-0/+4
2012-04-30Fix expansion point loc for macro-like tokensDodji Seketeli1-8/+48
2012-04-30Fix token pasting with -ftrack-macro-expansionDodji Seketeli1-1/+27
2012-04-30Fix cpp_sys_macro_p with -ftrack-macro-expansionDodji Seketeli1-1/+6
2012-01-09macro.c (_cpp_builtin_macro_text): Remove unused variable map.Richard Guenther1-2/+0
2012-01-09re PR preprocessor/33919 (__BASE_FILE__ does not expand correctly when includ...Gary Funck1-5/+4
2011-12-05Add 'inline' to prototype of tokens_buff_remove_last_tokenDodji Seketeli1-8/+8
2011-10-18Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targetsDodji Seketeli1-0/+4
2011-10-17Add line map statistics to -fmem-report outputTom Tromey1-4/+25
2011-10-17Generate virtual locations for tokensTom Tromey1-131/+1195
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-12/+16
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-3/+3
2010-06-11cpplib.h (struct cpp_callbacks): Add user_builtin_macro callback.Jakub Jelinek1-9/+22
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-11/+16
2009-11-20macro.c (enter_macro_context): Call cb.used callback if defined.Arnaud Charlet1-0/+3
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-1/+2
2009-09-02macro.c (stringify_arg): Escape CPP_WCHAR tokens.Ian Lance Taylor1-1/+1
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers1-13/+13