.. |
CPP
|
Fix clang-tidy modernize-return-braced-init-list findings
|
2025-06-06 11:43:06 -07:00 |
ZAM
|
Fix clang-tidy modernize-use-bool-literals findings
|
2025-06-06 11:43:06 -07:00 |
CSE.cc
|
Fix clang-tidy bugprone-unused-local-non-trivial-variable warnings
|
2025-05-27 11:58:27 -07:00 |
CSE.h
|
fix for ZAM optimization when an aggregate is modified inside of a loop
|
2025-05-09 15:01:55 -07:00 |
Expr.cc
|
fix for crash when interpreting transformed ASTs that include multi-field record assignments/additions
|
2025-05-30 09:44:26 -07:00 |
Expr.h
|
Add missing copyright line to headers and cc files
|
2024-12-06 12:50:58 +01:00 |
FuncInfo.cc
|
Fix clang-tidy cppcoreguidelines-macro-usage findings (macros as constants)
|
2025-06-04 09:24:05 -07:00 |
FuncInfo.h
|
Remove unnecessary #includes in script_opt
|
2025-05-19 10:25:05 -07:00 |
GenIDDefs.cc
|
Fix clang-tidy bugprone-branch-clone warnings
|
2025-05-27 11:58:27 -07:00 |
GenIDDefs.h
|
better name for key variable in script optimization
|
2024-01-15 15:03:56 +01:00 |
IDOptInfo.cc
|
Fix clang-tidy performance-move-const-argument warnings (moving const variables)
|
2025-05-30 08:12:29 -07:00 |
IDOptInfo.h
|
Add some uses of std::move in constructors and simple functions for pass-by-value arguments
|
2023-11-28 13:40:28 -07:00 |
Inline.cc
|
Fix clang-tidy modernize-use-emplace findings
|
2025-06-06 11:43:06 -07:00 |
Inline.h
|
coalescing of event handlers (ZAM optimization)
|
2023-11-16 12:58:28 -08:00 |
ObjMgr.h
|
Use quotes instead of <> for zeek includes
|
2025-05-16 10:14:36 -07:00 |
ProfileFunc.cc
|
Fix clang-tidy modernize-use-emplace findings
|
2025-06-06 11:43:06 -07:00 |
ProfileFunc.h
|
-O gen-standalone-C++ fixes for recent more aggressive AST profiling
|
2024-12-12 14:27:12 -08:00 |
Reduce.cc
|
Fix clang-tidy modernize-use-emplace findings
|
2025-06-06 11:43:06 -07:00 |
Reduce.h
|
Fix for ZAM inlining of nested function calls with the same parameter names
|
2024-05-15 17:32:13 -07:00 |
ScriptOpt.cc
|
Fix clang-tidy cppcoreguidelines-macro-usage findings (macros as constants)
|
2025-06-04 09:24:05 -07:00 |
ScriptOpt.h
|
Remove unnecessary #includes in script_opt
|
2025-05-19 10:25:05 -07:00 |
Stmt.cc
|
Fix clang-tidy performance-unnecessary-copy-initialization warnings
|
2025-05-30 08:12:29 -07:00 |
StmtOptInfo.h
|
Reformat Zeek in Spicy style
|
2023-10-30 09:40:55 +01:00 |
TempVar.cc
|
greater ZAM optimization of inlined function calls
|
2023-11-10 09:57:35 +01:00 |
TempVar.h
|
greater ZAM optimization of inlined function calls
|
2023-11-10 09:57:35 +01:00 |
UsageAnalyzer.cc
|
Remove unnecessary #includes in script_opt
|
2025-05-19 10:25:05 -07:00 |
UsageAnalyzer.h
|
reworked AST optimizers analysis of side effects during aggregate operations & calls
|
2023-12-06 12:26:27 -08:00 |
UseDefs.cc
|
More std::move changes based on Coverity findings
|
2025-04-08 11:01:21 -07:00 |
UseDefs.h
|
retention of superseded AST elements to prevent pointer mis-aliasing
|
2023-11-10 11:06:16 +01:00 |