-
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.
build(deps): bump third_party/tools/slang from
7c69ac0
to f384536
Bumps [third_party/tools/slang](https://github.com/MikePopoloski/slang) from `7c69ac0` to `f384536`. - [Release notes](https://github.com/MikePopoloski/slang/releases) - [Commits](MikePopoloski/slang@7c69ac0...f384536) --- updated-dependencies: - dependency-name: third_party/tools/slang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3541f91
commit fd252d4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule slang
updated
15 files
+1 −0 | .gitignore | |
+2 −2 | bindings/python/ASTBindings.cpp | |
+2 −2 | bindings/python/CompBindings.cpp | |
+6 −6 | bindings/python/SymbolBindings.cpp | |
+1 −1 | bindings/python/TypeBindings.cpp | |
+3 −1 | bindings/python/UtilBindings.cpp | |
+4 −0 | docs/Doxyfile.in | |
+37 −0 | docs/building.dox | |
+1 −1 | external/CMakeLists.txt | |
+1 −0 | include/slang/ast/Compilation.h | |
+53 −17 | source/ast/Compilation.cpp | |
+3 −1 | source/ast/ElabVisitors.h | |
+3 −3 | source/ast/expressions/MiscExpressions.cpp | |
+3 −0 | source/ast/symbols/InstanceSymbols.cpp | |
+10 −0 | tests/unittests/ast/AssertionTests.cpp |