-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix codegen_cpp_visitor.*pp based on cppcheck (#1073)
* Trying to fix various aspects of codegen_cpp_visitor.*pp based on suggestions from cppcheck * Add vscode specific file to ignored files * Improved time and date printing * Renaming of arguments * Improve CodegenCppVisitor constructors * Use std::any_of with lamda instead of for loops
- Loading branch information
1 parent
0d1ffea
commit 441a3b1
Showing
3 changed files
with
86 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ venv/ | |
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
.vscode | ||
|
||
# HPC coding conventions | ||
.clang-format | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.