clang 20.0.0git
|
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) |
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.