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
..
constructor_array.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
constructor_array.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
constructor_default_arg.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
constructor_default_arg.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
constructor_init.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
constructor_init.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
constructor_new.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
constructor_new.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
constructor_struct_init_list.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
constructor_struct_init_list.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
constructor_with_body.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
constructor_with_body.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
copy_array_field.cpp
Update fcp
8 years ago
copy_array_field.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
copy_move_constructor.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
copy_move_constructor.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
default_field_init.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
default_field_init.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
std_init_list.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
std_init_list.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago
temp_object.cpp
[tests] Clean up test files shared between frontend and endtoend tests
8 years ago
temp_object.cpp.dot
[siof] one access per sink, better report deduplication
7 years ago