This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
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 #401 from MikePopoloski/dependabot/submodules/slan…
…g-652a9ab build(deps): bump slang from `6cc7af5` to `652a9ab`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule slang
updated
19 files
+1 −1 | LICENSE | |
+1 −1 | README.md | |
+1 −1 | conanfile.py | |
+1 −1 | docs/Doxyfile.in | |
+1 −1 | docs/mainpage.dox | |
+27 −0 | docs/user-manual.dox | |
+2 −2 | external/CMakeLists.txt | |
+10 −6 | include/slang/parsing/Lexer.h | |
+3 −0 | include/slang/text/SourceManager.h | |
+5 −0 | source/driver/Driver.cpp | |
+54 −17 | source/parsing/Lexer.cpp | |
+2 −1 | source/parsing/Preprocessor.cpp | |
+8 −6 | source/parsing/Preprocessor_macros.cpp | |
+5 −0 | source/text/SourceManager.cpp | |
+3 −2 | tests/unittests/Test.cpp | |
+50 −0 | tests/unittests/parsing/DiagnosticTests.cpp | |
+16 −11 | tests/unittests/parsing/LexerTests.cpp | |
+3 −2 | tests/unittests/parsing/PreprocessorTests.cpp | |
+3 −3 | tools/netlist/netlist.cpp |