LLVM 19.0.0git
Functions
GlobPattern.cpp File Reference
#include "llvm/Support/GlobPattern.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Errc.h"

Go to the source code of this file.

Functions

static Expected< BitVectorexpand (StringRef S, StringRef Original)
 
static Expected< SmallVector< std::string, 1 > > parseBraceExpansions (StringRef S, std::optional< size_t > MaxSubPatterns)
 

Function Documentation

◆ expand()

static Expected< BitVector > expand ( StringRef  S,
StringRef  Original 
)
static

◆ parseBraceExpansions()

static Expected< SmallVector< std::string, 1 > > parseBraceExpansions ( StringRef  S,
std::optional< size_t >  MaxSubPatterns 
)
static