Clang

API Documentation:Clang

Note: This class is incubating and may change in a future version of Gradle.

The Clang tool chain.

Properties

PropertyDescription
path
Incubating

The paths setting required for executing the tool chain. These are used to locate tools for this tool chain, and are prepended to the system PATH when executing these tools.

Property details

List<File> path (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The paths setting required for executing the tool chain. These are used to locate tools for this tool chain, and are prepended to the system PATH when executing these tools.

Script blocks

No script blocks

Methods

MethodDescription
addPlatformConfiguration(platformConfig)
Incubating

Add configuration for a target platform.

path(pathEntries)
Incubating

Append an entry or entries to the tool chain path.

Method details

void addPlatformConfiguration(TargetPlatformConfiguration platformConfig)

Note: This method is incubating and may change in a future version of Gradle.

Add configuration for a target platform.

void path(Object... pathEntries)

Note: This method is incubating and may change in a future version of Gradle.

Append an entry or entries to the tool chain path.