OpenSTA/verilog
Ethan Mahintorabi 7335731753
Fixes memory leak in verilog attribute code.
There appears to be two leaks one with string handling, and
one with Dcl not freeing the attribute stmt list when it returns
nullptr.

Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
2024-04-22 21:54:12 +00:00
..
Verilog.i update copyright 2024-01-11 16:34:49 -08:00
Verilog.tcl update copyright 2024-01-11 16:34:49 -08:00
VerilogLex.ll Initial Pass at Attribute parsing 2024-03-09 22:02:19 +00:00
VerilogParse.yy Fixes memory leak in verilog attribute code. 2024-04-22 21:54:12 +00:00
VerilogReader.cc Fixes memory leak in verilog attribute code. 2024-04-22 21:54:12 +00:00
VerilogReaderPvt.hh moving attribute types to std::string 2024-03-09 22:02:21 +00:00
VerilogWriter.cc update copyright 2024-01-11 16:34:49 -08:00