clang 19.0.0git
Namespaces | Functions
MatchFilePath.cpp File Reference

This file implements the functionality of matching a file path name to a pattern, similar to the POSIX fnmatch() function. More...

#include "MatchFilePath.h"

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::format
 

Functions

bool clang::format::matchFilePath (StringRef Pattern, StringRef FilePath)
 

Detailed Description

This file implements the functionality of matching a file path name to a pattern, similar to the POSIX fnmatch() function.

Definition in file MatchFilePath.cpp.