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:
parent
99c9cbcc3b
commit
3685aed8ef
3 changed files with 1215 additions and 1149 deletions
|
@ -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 \
|
||||
|
|
1213
gcc/analyzer/checker-event.cc
Normal file
1213
gcc/analyzer/checker-event.cc
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue