Skip to content

Commit 42bcc06

Browse files
committed
CHC:Check Initialized: add locations to diagnoatic messages
1 parent c9e1cd2 commit 42bcc06

File tree

5 files changed

+136
-64
lines changed

5 files changed

+136
-64
lines changed

CodeHawk/CHC/cchanalyze/cCHGenerateAndCheck.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ let generate_and_check_process_file (domains: string list) =
370370
let _ = read_cfile_context () in
371371
let _ = read_cfile_predicate_dictionary () in
372372
let _ = read_cfile_interface_dictionary () in
373+
let _ = read_cfile_dictionary () in
373374
let _ = read_cfile_assignment_dictionary () in
374375
let _ = read_cfile_contract () in
375376
let _ = file_contract#collect_file_attributes in

0 commit comments

Comments
 (0)