-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Enable __cpp_lib_concepts
for EDG, part 1
#4296
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
72de60e
Make `ranges::construct_at` call `std::construct_at` on EDG
cpplearner 75fd274
VSO-1161828 DevCom-10156297 EDGcpfe/23297 REPORTED: EDG: wrong preced…
cpplearner 94b23b8
VSO-1898880 EDGcpfe/26641 EDG fails to handle variable template speci…
cpplearner ae5116f
VSO-1898890 EDGcpfe/26576 EDG produces an error for conversion from a…
cpplearner 22b1235
VSO-1898912 EDGcpfe/26535 EDG does not consider single_view<trivially…
cpplearner d1d6942
VSO-1898913 EDGcpfe/26534 Befriending an abbreviated function templat…
cpplearner d27b9be
VSO-1898915 EDGcpfe/23896 EDG produces a hard error for can_three_way…
cpplearner ee2f18b
VSO-1898929 EDGcpfe/25761 EDG rejects requires-clause in a definition…
cpplearner 0f4a9a0
VSO-1898933 EDGcpfe/26745 EDG rejects parenthesized aggregate initial…
cpplearner 70ecbd1
VSO-1898937 EDGcpfe/23985 EDG's __is_convertible_to depends on whethe…
cpplearner a269667
VSO-1898939 EDGcpfe/26746 EDG's __is_constructible has wrong value
cpplearner eb3f1b9
VSO-1898941 EDGcpfe/23985 EDG's default_initializable<const T> has wr…
cpplearner 7067fd1
VSO-1898945 EDGcpfe/23985 EDG's default_initializable<AggregatesExpli…
cpplearner 0564fb7
VSO-1898947 EDGcpfe/26747 EDG's std::nullptr_t has relational operato…
cpplearner 6959375
VSO-1898962 EDGcpfe/26750 EDG constexpr dynamic allocations can't han…
cpplearner 894549c
VSO-1900279 EDGcpfe/26763 EDG: Conditional explicit specifier is chec…
cpplearner de175b6
VSO-1900281 EDGcpfe/26539 EDG: Variable template is instantiated too …
cpplearner 350387a
VSO-1900290 EDGcpfe/25760 EDG thinks a member does not exist in condi…
cpplearner 082225b
VSO-1900293 EDGcpfe/26577 EDG rejects constrained alias template in a…
cpplearner 743e9fa
VSO-1901430 EDGcpfe/26547 EDG rejects as_const_view with error: atomi…
cpplearner 8753c4c
P0896R4_views_join: EDG ICE with constant-evaluating std::string in d…
cpplearner b4afb3a
P2322R6_ranges_alg_fold: EDG rejects constant-evaluating vector in de…
cpplearner ed64238
Make __cpp_lib_concepts not depend on __EDG__
cpplearner c2f695c
Uncomment `/BE` tests
cpplearner 32f4220
Fix P0898R3_concepts
cpplearner 70c6c8e
VSO-1900291 EDGcpfe/26751 EDG ICE involving pointer arithmetic
cpplearner 07c08df
<ranges>: EDG mishandles a requires-clause that involves a local type…
cpplearner bc7e59d
Skip parts of ranges tests that seem to make EDG run forever
cpplearner 65cfb73
VSO-1900294 EDGcpfe/26749 EDG: Constrained default constructor causes…
cpplearner 9e9d1ee
Remove `(Clang)` and `(EDG)` from comments
cpplearner 8bdc2c3
Merge branch 'main' into edg-concepts-1
cpplearner 1ec9af8
Report EDG bug VSO-1948896
CaseyCarter 688025a
Report EDG bug VSO-1949414
CaseyCarter f12c63a
Merge branch 'main' into edg-concepts-1
StephanTLavavej a8b9271
Work around VSO-1949451 "EDG concepts rejects std::expected trying to…
StephanTLavavej 6b4e30b
Attempt to avoid timeouts in P0896R4_ranges_alg_find_end.
StephanTLavavej 0409b66
Drop "assert bug so we'll notice when it's fixed".
StephanTLavavej 1b4673f
Properly detect MSVC, part 1.
StephanTLavavej 5850a46
Properly detect MSVC, part 2.
StephanTLavavej File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.