You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jules Villard
94e7a7b141
[siof] one access per sink, better report deduplication
...
Summary:
The previous domain for SIOF was duplicating some work with the generic Trace
domain, and basically was a bit confused and confusing. A sink was a set of
global accesses, and a state contains a set of sinks. Then the checker has to
needlessly jump through hoops to normalize this set of sets of accesses into a
set of accesses.
The new domain has one sink = one access, as suggested by sblackshear. This simplifies
a few things, and makes the dedup logic much easier: just grab the first report
of the list of reports for a function.
We only report on the fake procedures generated to initialise a global, and the
filtering means that we keep only one report per global.
Reviewed By: sblackshear
Differential Revision: D5932138
fbshipit-source-id: acb7285
7 years ago
..
box.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
box.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
increment.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
increment.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
init.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
init.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
member_access.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
member_access.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
member_access_from_return.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
member_access_from_return.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
nested_assignment.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
nested_assignment.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
reference_field.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
reference_field.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
reference_struct_e2e.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
reference_struct_e2e.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
reference_type_e2e.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
reference_type_e2e.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
temporary_lvalue.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
temporary_lvalue.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
unbox.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
unbox.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago