forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignoring fields declared within implicit function specializations.
Prior to this CL, field decls within implicit *class* template specializations have been ignored, to avoid generating conflicting replacements (e.g. can't rewrite |T*| both to |CheckedPtr<T>| and to |CheckedPtr<SomeClass>| just because there exists an implicit specialization where T=SomeClass). It turns out that function specializations need a similar treatment (otherwise, a conflicting edit/replacement may get generated). Bug: 1069567 Change-Id: I18a004f6268ecc926f5b61311fd3a13a88c546e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223716 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#776996}
- Loading branch information
1 parent
d216149
commit ab49d16
Showing
5 changed files
with
149 additions
and
11 deletions.
There are no files selected for viewing
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
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
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
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
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