aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-05-24 16:16:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-05-28 10:10:44 +0200
commit9c3e14bb61d6fb1da6ada3213e2c4d566ddd5e33 (patch)
treec4dcb4f2e9b4430e7a8e74cee08cb101dcfd27d6 /libbuild2/parser.hxx
parent726aaab07a785b904dd1265bffa603bdd2a7665b (diff)
Add pattern_mode::ignore and use in appropriate places
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r--libbuild2/parser.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx
index d6044e9..889d339 100644
--- a/libbuild2/parser.hxx
+++ b/libbuild2/parser.hxx
@@ -108,6 +108,7 @@ namespace build2
//
enum class pattern_mode
{
+ ignore, // Treat as literals.
preserve, // Preserve as name pattern.
expand, // Expand to non-pattern names.
detect // Implementation detail mode (see code for more information).