Language

sealed interface Language

The language of the source code file, as passed to the compiler via command-line switches such as -xc or -xc++.

See also

Other

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val name: String

The language in the format -x switch accepts (Clang and GCC).