Skip to content

[cxx-interop] Rename tests in Cxx/templates to show they are class templates. #34086

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

Conversation

zoecarver
Copy link
Contributor

Once we have tests for both class templates and function templates it will be important that they are differentiated.

Refs.

templates.

Once we have tests for both class templates and function templates, it
will be important that they are differenciated.
@zoecarver zoecarver added the c++ interop Feature: Interoperability with C++ label Sep 25, 2020
@zoecarver
Copy link
Contributor Author

@swift-ci please smoke test.

@zoecarver
Copy link
Contributor Author

(I'll hold off on merging for a day or two in case anyone else has comments/reviews.)

@zoecarver zoecarver merged commit b03457d into swiftlang:main Sep 27, 2020
@hlopko
Copy link
Contributor

hlopko commented Sep 28, 2020

Wow you're fast :) Thank you Zoe!

ainu-bot pushed a commit to google/swift that referenced this pull request Sep 28, 2020
* 'master' of github.com:apple/swift: (37 commits)
  [android] Disable a test that needs LTO support.
  [Function builders] Add support for function builders on stored struct properties.
  [cxx-interop] Rename tests in Cxx/templates to show they are class templates. (swiftlang#34086)
  [Concurrency] (De-)mangling for SIL @async function types.
  Sema: Rename coerceObjectArgumentToType() to coerceSelfArgumentToType()
  Sema: Simplify adjustSelfTypeForMember() a little bit to avoid a cycle
  Sema: Fix diagnoseSelfAssignment() with computed properties
  [Gardening] Rename Incremental/PrivateDependencies to Incremental/Dependencies
  [ownership] Teach the ownership verifier how to verify that guaranteed yielded values are only used within the coroutine's lifetime.
  Sema: Don't trigger ImplInfoRequest from TypeChecker::buildRefExpr()
  Sema: Use ASTScope::lookupSingleLocalDecl() in BodyInitKindRequest
  Sema: Use ASTScope::lookupSingleLocalDecl() in CSGen's CollectVarRefs pass
  Sema: Use ASTScope::lookupSingleLocalDecl() in MissingOptionalUnwrapFailure
  ASTScope: Add a new lookupSingleLocalDecl() entry point
  AST: Convert ConstructorDecl::getDelegatingOrChainedInitKind() into a request
  WinSDK: extract version into a separate submodule
  Revert "Merge pull request swiftlang#33205 from meg-gupta/ometofunctionpass"
  Revert "[ownership] Move OME after CopyForwarding (swiftlang#33106)"
  [Type checker] Eliminate a use-after-free due to C++ temporaries.
  Install Incremental External Dependency Integration Code
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ interop Feature: Interoperability with C++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants