-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Autodiff] Derivative Registration for the Get and Set Accessors #32614
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 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ce3162d
initial changes
ematejska c96bd29
Add tests, undo unnecessary changes.
dan-zheng 83231e9
Fixing up computed properties accessors and adding tests for getters.
ematejska f18a2fe
Adding nested type testcase
ematejska 0a568d9
Fixing error message for when accessor is referenced but not acutally…
ematejska 8a463c0
Cleanup.
dan-zheng 8da86cc
Temporarily disable class subscript setter derivative registration test.
dan-zheng 1586da6
Adding libsyntax integration and fixing up an error message.
ematejska 0107d48
Added a helper function for checking if the next token is an accessor…
ematejska ab5bd6b
Merge branch 'master' into autodiff-accessor-derivatives
92f9988
Update utils/gyb_syntax_support/AttributeNodes.py
03d21e8
Update lib/Parse/ParseDecl.cpp
f1f6034
Add end-to-end derivative registration tests.
dan-zheng 2def6ee
NFC: run `git clang-format`.
dan-zheng a319546
NFC: clean up formatting.
dan-zheng bf998e1
Clarify parsing ambiguity FIXME comments.
dan-zheng 586cb24
Adding couple of more testcases and fixing up error message for when …
ematejska e7ddf70
Merge branch 'autodiff-accessor-derivatives' of https://github.com/ap…
ematejska 16a9b17
Update lib/Sema/TypeCheckAttr.cpp
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
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.