-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #168 from MikePopoloski/dependabot/submodules/slan…
…g-5d7eabb build(deps): bump slang from `ded85a1` to `5d7eabb`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule slang
updated
8 files
+36 −11 | bindings/python/SyntaxBindings.cpp | |
+4 −0 | external/CMakeLists.txt | |
+15 −10 | include/slang/syntax/SyntaxTree.h | |
+8 −9 | source/syntax/SyntaxTree.cpp | |
+7 −1 | source/text/Glob.cpp | |
+44 −22 | source/util/OS.cpp | |
+1 −1 | tests/unittests/parsing/VisitorTests.cpp | |
+9 −14 | tools/rewriter/rewriter.cpp |