We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0930812 commit ca8441dCopy full SHA for ca8441d
clang/lib/Format/MatchFilePath.cpp
@@ -19,8 +19,8 @@ using namespace llvm;
19
namespace clang {
20
namespace format {
21
22
-// Check whether `FilePath` matches `Pattern` based on POSIX (1003.1-2008)
23
-// 2.13.1, 2.13.2, and Rule 1 of 2.13.3.
+// Check whether `FilePath` matches `Pattern` based on POSIX 2.13.1, 2.13.2, and
+// Rule 1 of 2.13.3.
24
bool matchFilePath(StringRef Pattern, StringRef FilePath) {
25
assert(!Pattern.empty());
26
assert(!FilePath.empty());
0 commit comments