ClangError

public enum ClangError: Error

Represents the errors that can be thrown by libclang.

  • Clang had an internal failure while processing the request.

    Declaration

    Swift

    case failure
  • Clang crashed while processing the request.

    Declaration

    Swift

    case crashed
  • The arguments provided to the clang invocation were invalid.

    Declaration

    Swift

    case invalidArguments
  • Clang failed to parse an AST from the provided source file(s).

    Declaration

    Swift

    case astRead