analyzer: split out checker-path.cc into a new checker-event.cc

gcc/ChangeLog:
	* Makefile.in (ANALYZER_OBJS): Add analyzer/checker-event.o.

gcc/analyzer/ChangeLog:
	* checker-event.cc: New file, split out from...
	* checker-path.cc: ...this file.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
This commit is contained in:
David Malcolm 2022-11-16 08:21:17 -05:00
parent 99c9cbcc3b
commit 3685aed8ef
3 changed files with 1215 additions and 1149 deletions

View file

@ -1257,6 +1257,7 @@ ANALYZER_OBJS = \
analyzer/call-info.o \
analyzer/call-string.o \
analyzer/call-summary.o \
analyzer/checker-event.o \
analyzer/checker-path.o \
analyzer/complexity.o \
analyzer/constraint-manager.o \

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff