summaryrefslogtreecommitdiff
path: root/libcpp/include
Commit message (Expand)AuthorAgeFilesLines
* c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t.Ed Smith-Rowland2021-02-031-1/+7
* c++: Add support for -std=c++23Paul Fee2021-01-261-1/+2
* Update copyright years.Jakub Jelinek2021-01-044-4/+4
* preprocessor: Deferred macro supportNathan Sidwell2020-12-141-3/+8
* Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide2020-12-011-0/+5
* preprocessor: Add deferred macrosNathan Sidwell2020-11-241-5/+27
* preprocessor: main file searchingNathan Sidwell2020-11-191-0/+15
* preprocessor: C++ module-directivesNathan Sidwell2020-11-181-3/+7
* preprocessor: Add support for header unit translationNathan Sidwell2020-11-181-0/+3
* preprocessor: Update mkdeps for modulesNathan Sidwell2020-11-182-0/+10
* preprocessor: new callbacksNathan Sidwell2020-11-171-0/+8
* preprocessor: module line mapsNathan Sidwell2020-11-171-1/+50
* Do not warn about unused macros while processing #pragma GCC optimizePiotr H. Dabrowski2020-11-131-0/+4
* c: C2x __has_c_attributeJoseph Myers2020-11-121-1/+2
* libcpp: Provide date routineNathan Sidwell2020-11-061-0/+9
* libcpp: dependency emission tidyingNathan Sidwell2020-11-031-2/+4
* c-family: Macro support in -Wmisleading-indentation [PR80076]Patrick Palka2020-09-171-0/+6
* diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt2020-07-141-7/+33
* preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell2020-07-071-1/+2
* preprocessor: Random cleanupsNathan Sidwell2020-05-192-10/+7
* c++: Replace "C++2a" with "C++20".Jason Merrill2020-05-131-2/+2
* preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell2020-05-081-0/+12
* Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end ...Martin Sebor2020-02-051-1/+1
* preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell2020-01-281-1/+3
* [PR 80005] Fix __has_includeNathan Sidwell2020-01-201-1/+1
* Add diagnostic pathsDavid Malcolm2020-01-101-0/+7
* Update copyright years.Jakub Jelinek2020-01-014-4/+4
* Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm2019-12-181-1/+0
* Replace label_text ctor with "borrow" and "take"David Malcolm2019-12-101-4/+27
* Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt2019-12-091-0/+11
* Implement C++20 operator<=>.Jason Merrill2019-11-051-0/+1
* PR c/66970 - Add __has_builtin() macroMartin Sebor2019-10-281-1/+5
* [linemap PATCH] Constify lookupNathan Sidwell2019-10-151-40/+13
* Support decimal floating-point constants in C2x.Joseph Myers2019-10-111-0/+7
* Handle :: tokens in C for C2x.Joseph Myers2019-10-021-0/+3
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-093-48/+48
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-2/+4
* re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao2019-07-021-0/+3
* Do a refactoring in linemap (PR preprocessor/90382).Martin Liska2019-05-141-2/+2
* [libcpp] Reimplement mkdeps data structuresNathan Sidwell2019-05-071-7/+1
* [libcpp] struct deps renamingNathan Sidwell2019-05-062-12/+12
* Fix ICE with #line directive (PR c/89410)David Malcolm2019-02-201-2/+5
* Update copyright years.Jakub Jelinek2019-01-014-4/+4
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-132-138/+140
* [6/6] Preprocessor forced macro locationNathan Sidwell2018-10-311-1/+1
* [4/7] Preprocessor location-kind predicatesNathan Sidwell2018-10-311-9/+21
* [3/7] Preprocessor macro locNathan Sidwell2018-10-311-1/+4
* [2/7] Preprocessor node accessNathan Sidwell2018-10-311-3/+3
* Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers2018-10-181-1/+2
* [PATCH] A couple of line map fixesNathan Sidwell2018-10-111-1/+1