-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[FixIt] Improve Source Ranges and Fix-It Hints for Unused Lambda Captures #106445 #117953
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
Closed
Closed
Changes from 58 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
b886394
Update SemaLambda.cpp
charan-003 ccb3952
Update fixit-unused-lambda-capture.cpp
charan-003 6b5fff5
Update SemaLambda.cpp
charan-003 46fd602
Update SemaLambda.cpp
charan-003 3e48830
Update SemaLambda.cpp
charan-003 41adf62
Update SemaLambda.cpp
charan-003 420d7d0
Update DiagnosticSemaKinds.td
charan-003 ffd9f20
Update ParseExprCXX.cpp
charan-003 c355082
Update SemaLambda.cpp
charan-003 ff42abb
Update SemaLambda.cpp
charan-003 3ee7a72
Update fixit-unused-lambda-capture.cpp
charan-003 5cb9c15
Update ParseExprCXX.cpp
charan-003 0326d6e
Update DiagnosticSemaKinds.td
charan-003 c1326a9
Update DiagnosticSemaKinds.td
charan-003 34807aa
Update ParseExprCXX.cpp
charan-003 cbda68a
Update SemaLambda.cpp
charan-003 f899a90
Update fixit-unused-lambda-capture.cpp
charan-003 e41a05a
Update DiagnosticSemaKinds.td
charan-003 a830c8a
Update ParseExprCXX.cpp
charan-003 a7c1d16
Update ParseExprCXX.cpp
charan-003 82a1667
Update SemaLambda.cpp
charan-003 cd72b63
Update lambda-expressions.cpp
charan-003 0f9b9f8
Update SemaLambda.cpp
charan-003 e0cdf27
Update SemaLambda.cpp
charan-003 d5bcc61
Update lambda-expressions.cpp
charan-003 9a57baf
Update lambda-misplaced-capture-default.cpp
charan-003 fa58b4f
Update init-capture.cpp
charan-003 6f38efc
Update cxx1y-init-captures.cpp
charan-003 524d0cc
Update lambda-expressions.cpp
charan-003 f5ef37c
Update fold_lambda_with_variadics.cpp
charan-003 fb23624
Update SemaLambda.cpp
charan-003 c6fe811
Update p11-1y.cpp
charan-003 24004a0
Update p23.cpp
charan-003 56d2d59
Update p11-1y.cpp
charan-003 22b40e1
Update fold_lambda_with_variadics.cpp
charan-003 c553055
Update fold_lambda_with_variadics.cpp
charan-003 9779723
Merge branch 'main' into main
charan-003 46ab97b
Update SemaLambda.cpp
charan-003 0fa8171
Update SemaLambda.cpp
charan-003 961c26c
Update SemaLambda.cpp
charan-003 73866bc
Update SemaLambda.cpp
charan-003 8b64a3a
Update recovery.cpp
charan-003 a2c7116
Fix unused lambda capture source ranges and tests
b55c1e9
Merge remote-tracking branch 'origin/main'
119e23c
Merge branch 'main' into main
charan-003 40e6697
Update lambda-expressions.cpp
charan-003 be57824
Update fold_lambda_with_variadics.cpp
charan-003 e2adf7c
Update SemaLambda.cpp
charan-003 15dde87
Update SemaLambda.cpp
charan-003 30b5880
Update recovery.cpp
charan-003 4959dab
Update p11-1y.cpp
charan-003 1ac52d5
Update lambda-misplaced-capture-default.cpp
charan-003 9ce2043
Update p23.cpp
charan-003 e6ec625
Update init-capture.cpp
charan-003 d30c84b
Update cxx1y-init-captures.cpp
charan-003 675199f
Update fold_lambda_with_variadics.cpp
charan-003 146b98b
Update lambda-expressions.cpp
charan-003 746f00e
Update SemaLambda.cpp
charan-003 2687f42
Update DiagnosticSemaKinds.td
charan-003 bb74e5f
Update DiagnosticSemaKinds.td
charan-003 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you've last the code to emit these :-O