aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-06libcpp: Provide date routineNathan Sidwell1-0/+9
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt1-7/+33
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell1-1/+2
2020-05-19preprocessor: Random cleanupsNathan Sidwell1-3/+3
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-2/+2
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell1-0/+12
2020-02-05Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end ...Martin Sebor1-1/+1
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell1-1/+3
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm1-1/+0
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt1-0/+11
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+1
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor1-1/+5
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers1-0/+7
2019-10-02Handle :: tokens in C for C2x.Joseph Myers1-0/+3
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+3
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao1-0/+3
2019-05-06[libcpp] struct deps renamingNathan Sidwell1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-26/+28
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell1-1/+1
2018-10-31[3/7] Preprocessor macro locNathan Sidwell1-1/+4
2018-10-31[2/7] Preprocessor node accessNathan Sidwell1-3/+3
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-1/+2
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-73/+85
2018-08-20[CPP PATCH] node field bitsNathan Sidwell1-3/+5
2018-08-20[CPP PATCH] node typeNathan Sidwell1-46/+25
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell1-2/+5
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell1-11/+18
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell1-5/+9
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell1-12/+22
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell1-0/+51
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-1/+15
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek1-1/+1
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-0/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm1-0/+1
2017-11-13Implement __VA_OPT__Tom Tromey1-0/+3
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-3/+3
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers1-2/+2
2017-09-15Add support for -std=c++2a.Andrew Sutton1-1/+2
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-06-05libcpp: add callback for comment-handlingDavid Malcolm1-0/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini1-1/+6
2016-10-12gcc/Jakub Jelinek1-0/+3
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+3
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+7
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm1-0/+8