Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Review help needed for C++20 change

Hi CDT devs,

Igor has provided a PR to add some support for part of C++20.

Is anyone able to review this code?

Alexander has provided the process feedback to Igor already (thanks Alexander).

Jonah


~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


---------- Forwarded message ---------
From: Igor V. Kovalenko <notifications@xxxxxxxxxx>
Date: Sun, 11 Dec 2022 at 14:06
Subject: [eclipse-cdt/cdt] Add basic support for c++20 three-way comparison operator (PR #219)
To: eclipse-cdt/cdt <cdt@xxxxxxxxxxxxxxxxxx>
Cc: Subscribed <subscribed@xxxxxxxxxxxxxxxxxx>


This adds initial support for operator<=>, corresponding Lexer option is enabled if __cpp_impl_three_way_comparison feature-test macro is found.

Support is very rudimentary (e.g. return type deduction is not implemented, _expression_ evaluation is not handled etc..)


You can view, comment on, or merge this pull request online at:

  https://github.com/eclipse-cdt/cdt/pull/219

Commit Summary

  • 8483ae5 Add basic support for c++20 three-way comparison operator

File Changes

(18 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <eclipse-cdt/cdt/pull/219@github.com>


Back to the top