Skip to content

Commit 047671b

Browse files
add the uncaught exceptions analysis to the Makefile
1 parent d437833 commit 047671b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/analyses/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ SRC = ai.cpp \
2424
reaching_definitions.cpp \
2525
replace_symbol_ext.cpp \
2626
static_analysis.cpp \
27+
uncaught_exceptions_analysis.cpp \
2728
uninitialized_domain.cpp \
2829
# Empty last line
2930

0 commit comments

Comments
 (0)