aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-24c++: Macro location fixes [PR 98718]Nathan Sidwell1-2/+3
2021-02-18c++: header-unit build capability [PR 99023]Nathan Sidwell1-2/+2
2021-02-03c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t.Ed Smith-Rowland1-1/+7
2021-01-26c++: Add support for -std=c++23Paul Fee1-1/+2
2021-01-04Update copyright years.Jakub Jelinek4-4/+4
2020-12-14preprocessor: Deferred macro supportNathan Sidwell1-3/+8
2020-12-01Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide1-0/+5
2020-11-24preprocessor: Add deferred macrosNathan Sidwell1-5/+27
2020-11-19preprocessor: main file searchingNathan Sidwell1-0/+15
2020-11-18preprocessor: C++ module-directivesNathan Sidwell1-3/+7
2020-11-18preprocessor: Add support for header unit translationNathan Sidwell1-0/+3
2020-11-18preprocessor: Update mkdeps for modulesNathan Sidwell2-0/+10
2020-11-17preprocessor: new callbacksNathan Sidwell1-0/+8
2020-11-17preprocessor: module line mapsNathan Sidwell1-1/+50
2020-11-13Do not warn about unused macros while processing #pragma GCC optimizePiotr H. Dabrowski1-0/+4
2020-11-12c: C2x __has_c_attributeJoseph Myers1-1/+2
2020-11-06libcpp: Provide date routineNathan Sidwell1-0/+9
2020-11-03libcpp: dependency emission tidyingNathan Sidwell1-2/+4
2020-09-17c-family: Macro support in -Wmisleading-indentation [PR80076]Patrick Palka1-0/+6
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 Sidwell2-10/+7
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-10Add diagnostic pathsDavid Malcolm1-0/+7
2020-01-01Update copyright years.Jakub Jelinek4-4/+4
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm1-1/+0
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm1-4/+27
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-15[linemap PATCH] Constify lookupNathan Sidwell1-40/+13
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 Sebor3-48/+48
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+4
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao1-0/+3
2019-05-14Do a refactoring in linemap (PR preprocessor/90382).Martin Liska1-2/+2
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell1-7/+1
2019-05-06[libcpp] struct deps renamingNathan Sidwell2-12/+12
2019-02-20Fix ICE with #line directive (PR c/89410)David Malcolm1-2/+5
2019-01-01Update copyright years.Jakub Jelinek4-4/+4
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm2-138/+140
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell1-1/+1
2018-10-31[4/7] Preprocessor location-kind predicatesNathan Sidwell1-9/+21
2018-10-31[3/7] Preprocessor macro locNathan Sidwell1-1/+4
2018-10-31[2/7] Preprocessor node accessNathan Sidwell1-3/+3