Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
nzslc: Add support for struct reflection #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
nzslc: Add support for struct reflection #94
Changes from all commits
d2ea1056b32e19File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 208 in src/ShaderCompiler/Compiler.cpp
Use "line" member function of "std::source_location" instead of "__LINE__" macro.
Check failure on line 701 in src/ShaderCompiler/Compiler.cpp
Refactor this function to reduce its Cognitive Complexity from 28 to the 25 allowed.
Check warning on line 708 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L708
Check warning on line 715 in src/ShaderCompiler/Compiler.cpp
Use the transparent equality "std::equal_to<>" and a custom transparent heterogeneous hasher with this associative string container.
Check warning on line 720 in src/ShaderCompiler/Compiler.cpp
This lambda has 53 lines, which is greater than the 20 lines authorized. Split it into several lambdas or functions, or make it a named function.
Check warning on line 724 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L724
Check warning on line 731 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L731
Check warning on line 743 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L740-L743
Check warning on line 753 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L750-L753
Check warning on line 757 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L756-L757
Check warning on line 771 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L770-L771
Check warning on line 774 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L774
Check warning on line 776 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L776
Check warning on line 785 in src/ShaderCompiler/Compiler.cpp
Complete the task associated to this "TODO" comment.
Check warning on line 792 in src/ShaderCompiler/Compiler.cpp
Define and throw a dedicated exception instead of using a generic one.
Check warning on line 792 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L792
Check warning on line 798 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L798
Check warning on line 803 in src/ShaderCompiler/Compiler.cpp
src/ShaderCompiler/Compiler.cpp#L802-L803
Check warning on line 845 in src/ShaderCompiler/Compiler.cpp
Use "line" member function of "std::source_location" instead of "__LINE__" macro.
Check warning on line 846 in src/ShaderCompiler/Compiler.cpp
Use "line" member function of "std::source_location" instead of "__LINE__" macro.
Uh oh!
There was an error while loading. Please reload this page.