-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++ : support C++20 modules #3941
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
masatake
requested review from
pragmaware
and removed request for
pragmaware
February 17, 2024 09:49
masatake
force-pushed
the
cxx--module
branch
from
February 17, 2024 12:00
06bd05d
to
d645ccf
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3941 +/- ##
==========================================
+ Coverage 85.38% 85.40% +0.02%
==========================================
Files 234 235 +1
Lines 56204 56429 +225
==========================================
+ Hits 47989 48193 +204
- Misses 8215 8236 +21 ☔ View full report in Codecov by Sentry. |
masatake
force-pushed
the
cxx--module
branch
3 times, most recently
from
February 20, 2024 02:48
e0b6b1f
to
9fec7f3
Compare
Closed
masatake
force-pushed
the
cxx--module
branch
2 times, most recently
from
February 21, 2024 23:49
b99e979
to
4cd26d1
Compare
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake
force-pushed
the
cxx--module
branch
from
February 24, 2024 05:21
4cd26d1
to
ad64148
Compare
masatake
changed the title
[WIP] C++ : support C++20 modules
C++ : support C++20 modules
Feb 24, 2024
masatake
force-pushed
the
cxx--module
branch
2 times, most recently
from
February 24, 2024 07:34
11e26f9
to
3a46418
Compare
We can use the same technique as cxxKeyworkdEnableFinal for handling the keywords "module" and "import". |
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake
force-pushed
the
cxx--module
branch
from
February 24, 2024 16:37
3a46418
to
d469bf9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close #3932.
TODO:
"export struct s {} v;"(invalid in C++)