Files
clang-p2996/clang/unittests/Format/FormatTestVerilog.cpp
sstwcw 253ff32724 [clang-format] Stop crashing when formatting Verilog (#112043)
The part of the code for parsing Verilog module instantiations
dereferenced a pointer without checking for null pointer. The pointer
may be null if the input is not complete and a line starts with a comma.
2024-10-14 13:57:35 +00:00

46 KiB