swift
5bb6245a - [NFC] Check that SILGen doesn’t use ABI-only decls

Commit
87 days ago
[NFC] Check that SILGen doesn’t use ABI-only decls Adds assertions in various places where properties that can vary between ABI-only decls and their counterparts—particularly function and parameter attributes—are handled in SILGen, ensuring that we don’t accidentally end up processing ABI-only decls there.
Author
Committer
Parents
  • lib
    • SIL/IR
      • File
        SILDeclRef.cpp
      • File
        SILFunctionBuilder.cpp
      • File
        SILSymbolVisitor.cpp
    • SILGen
      • File
        SILGen.cpp