clang 19.0.0git
Public Attributes | List of all members
clang::driver::MultilibSet::FlagMatcher Struct Reference

Uses regular expressions to simplify flags used for multilib selection. More...

#include "clang/Driver/Multilib.h"

Public Attributes

std::string Match
 
std::vector< std::string > Flags
 

Detailed Description

Uses regular expressions to simplify flags used for multilib selection.

For example, we may wish both -mfloat-abi=soft and -mfloat-abi=softfp to be treated as -mfloat-abi=soft.

Definition at line 103 of file Multilib.h.

Member Data Documentation

◆ Flags

std::vector<std::string> clang::driver::MultilibSet::FlagMatcher::Flags

◆ Match

std::string clang::driver::MultilibSet::FlagMatcher::Match

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