clang 19.0.0git
Public Attributes | List of all members
clang::tooling::dependencies::Command Struct Reference

A command-line tool invocation that is part of building a TU. More...

#include "clang/Tooling/DependencyScanning/DependencyScanningWorker.h"

Public Attributes

std::string Executable
 
std::vector< std::string > Arguments
 

Detailed Description

A command-line tool invocation that is part of building a TU.

See also
TranslationUnitDeps::Commands.

Definition at line 35 of file DependencyScanningWorker.h.

Member Data Documentation

◆ Arguments

std::vector<std::string> clang::tooling::dependencies::Command::Arguments

Definition at line 37 of file DependencyScanningWorker.h.

◆ Executable

std::string clang::tooling::dependencies::Command::Executable

Definition at line 36 of file DependencyScanningWorker.h.


The documentation for this struct was generated from the following file: