Summary: When syntax highlighting the source excerpts that Infer prints on stdout, we would crash if `pygments.lexers` did not find a suitable class given the name of the source file. Instead, do not colorize when that's the case. Reviewed By: martinoluca Differential Revision: D3358115 fbshipit-source-id: ccb9b41master
parent
7ec8f59998
commit
6bb3b30c36
@ -0,0 +1 @@
|
||||
../../../../examples/hello.c
|
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"bug_type": "NULL_DEREFERENCE",
|
||||
"file": "hello.unknown_ext",
|
||||
"procedure": "test"
|
||||
}
|
||||
]
|
Loading…
Reference in new issue