-
Notifications
You must be signed in to change notification settings - Fork 75
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 #6610 from chipsalliance/dependabot/submodules/thi…
…rd_party/tools/slang-c9dd854 build(deps): bump third_party/tools/slang from `f384536` to `c9dd854`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule slang
updated
13 files
+12 −1 | CHANGELOG.md | |
+2 −2 | docs/building.dox | |
+1,217 −106 | external/boost_unordered.hpp | |
+1,015 −74 | external/expected.hpp | |
+1 −0 | include/slang/ast/expressions/CallExpression.h | |
+0 −12 | include/slang/util/Hash.h | |
+2 −18 | include/slang/util/SmallVector.h | |
+1 −1 | source/ast/Constraints.cpp | |
+9 −0 | source/ast/expressions/CallExpression.cpp | |
+3 −1 | source/ast/expressions/ConversionExpression.cpp | |
+15 −0 | source/ast/expressions/OperatorExpressions.cpp | |
+1 −5 | tests/unittests/ast/SystemFuncTests.cpp | |
+12 −2 | tests/unittests/ast/WarningTests.cpp |