-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[Clang] Bypass TAD during overload resolution if a perfect match exists #136018
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
30 commits
Select commit
Hold shift + click to select a range
07e8828
[Clang][WIP][RFC] Bypass TAD during overload resolution if a perfect …
cor3ntin d35cfbb
avoid comparing types
cor3ntin 297109c
Fix logic
cor3ntin f1b0454
optimize
cor3ntin 31ad232
optimize again
cor3ntin f57291b
Cleanups, fix tests
cor3ntin bade63f
Fix templight test
cor3ntin a134656
format
cor3ntin 057b935
do not skip templates when initializing by constructors as that might…
cor3ntin 721f26c
move and document the special handling of implicit object member func…
cor3ntin a21bc4d
Fix typos and cuda tests
cor3ntin b205be1
remove redundant check
cor3ntin af22b19
More code simplification
cor3ntin 42e8795
fix cuda, add comments
cor3ntin 03c157a
add tests
cor3ntin 0709939
* Fix handling of explicit specifiers
cor3ntin a02299e
slab allocate template candidates
cor3ntin 8ee938c
fix rvalue to lvalue binding
cor3ntin bcf08f5
Disable resolution by perfect match when
cor3ntin 8aee255
address Erich's, format, add release notes
cor3ntin 6edcb65
address more of Erich's feedback
cor3ntin 7b0c9c6
Clarify changelog
cor3ntin c621548
fix assertion
cor3ntin cfecf5a
cleanups
cor3ntin 8004549
fix assertion
cor3ntin 14e0515
Cleaner approach
cor3ntin d4db7e6
Add comment
cor3ntin 02db83a
Add asserts
cor3ntin 17cbd62
fix missplaced assert
cor3ntin b1ce5e7
typo
cor3ntin 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
Oops, something went wrong.
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.