swift
c78491ed - Merge pull request #65317 from hborla/5.9-fix-macro-expansion-walking

Commit
2 years ago
Merge pull request #65317 from hborla/5.9-fix-macro-expansion-walking [5.9][Macros] Fix type-checking local pattern bindings in macro-expanded closures.
Author
  • include/swift/AST
    • File
      Attr.h
    • File
      Decl.h
    • File
      Module.h
  • lib
    • AST
      • File
        ASTWalker.cpp
      • File
        Attr.cpp
      • File
        Decl.cpp
      • File
        Module.cpp
    • IDE
      • File
        SourceEntityWalker.cpp
    • Refactoring
      • File
        Refactoring.cpp
  • test/Macros
    • Inputs
      • File
        syntax_macro_definitions.swift
    • File
      macro_expand_closure.swift