commit | d6fd24953a658b78f424da4ec6b94206ab95dab4 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubervac@fit.cvut.cz> | Mon Nov 19 15:11:16 2018 +0100 |
committer | Václav Kubernát <kubervac@fit.cvut.cz> | Mon Nov 19 15:48:42 2018 +0100 |
tree | fd5ec5045c2b4d0d6805c74f755a986a81783314 | |
parent | 5c75b257590c12b8f41e832121eb7483c8873dc5 [diff] [blame] |
Support trailing slashes in paths Making the trailing slash a part of the AST will help us implement path completion. Change-Id: I64b34634a0affef4046325c29d2767120ece9d37
diff --git a/src/ast_handlers.hpp b/src/ast_handlers.hpp index 0cb64f1..c596821 100644 --- a/src/ast_handlers.hpp +++ b/src/ast_handlers.hpp
@@ -476,3 +476,5 @@ parserContext.m_topLevelModulePresent = false; } }; + +struct trailingSlash_class;