swift
3cc452ee - Merge pull request #28479 from varungandhi-apple/vg-allow-clang-types-in-convention-attr

Commit
5 years ago
Merge pull request #28479 from varungandhi-apple/vg-allow-clang-types-in-convention-attr Allow spelling out a C type in the convention attribute.
  • include/swift
    • AST
      • File
        Attr.h
      • File
        DiagnosticsParse.def
    • Parse
      • File
        Parser.h
  • lib
    • AST
      • File
        Attr.cpp
      • File
        TypeRepr.cpp
    • Parse
      • File
        ParseDecl.cpp
    • ParseSIL
      • File
        ParseSIL.cpp
    • Sema
      • File
        TypeCheckType.cpp
  • test
    • Parse
      • File
        c_function_pointers.swift
    • SourceKit/CursorInfo
      • File
        cursor_info.swift