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 3332dc1a42
[AI] improve disjunctive domain
5 years ago
..
Makefile [pulse] run tests against C++17 5 years ago
basic_string.cpp [pulse] model some of `std::basic_string` 5 years ago
basics.cpp [clang] rewrite scope computations 6 years ago
closures.cpp [pulse] support modelling destructors 5 years ago
conditionals.cpp [pudge] it's alive! 5 years ago
deduplication.cpp [copyright] Remove years 6 years ago
exit_test.cpp [pulse] Distinguish exit state at top level 5 years ago
fbstring.cpp [pulse] intervals! 5 years ago
folly_DestructorGuard.cpp [copyright] Remove years 6 years ago
frontend.cpp [clang] NamespaceAliasDecl is just a no-op 5 years ago
interprocedural.cpp [pulse] interprocedural histories and traces 5 years ago
issues.exp [AI] improve disjunctive domain 5 years ago
join.cpp [copyright] Remove years 6 years ago
memory_leak.cpp [pulse] add a cache of constants to equate them 5 years ago
nullptr.cpp [pulse] model std::integral_constant 5 years ago
reference_wrapper.cpp [copyright] Remove years 6 years ago
returns.cpp [pulse] C++ temporaries bound to globals do not "escape" 5 years ago
std_atomics.cpp [pulse] model some of `std::atomic` 5 years ago
std_visit.cpp [clang] fix translation of `initListExpr` again 5 years ago
temporaries.cpp [clang] fix destructor placement for temporaries in conditionals 5 years ago
throw_test.cpp [pulse] Distinguish exit state at top level 5 years ago
trace.cpp [pulse] interprocedural histories and traces 5 years ago
unknown_functions.cpp [pulse] Do not havoc arguments of unknown functions that are pointers to const 5 years ago
use_after_delete.cpp [copyright] Remove years 6 years ago
use_after_destructor.cpp [clang] destroy C++ temporaries 6 years ago
use_after_free.cpp [pulse] model the fact `free(0)` is a no-op 5 years ago
use_after_scope.cpp [pulse] Handle stack refs escaping their scope via pointer 5 years ago
values.cpp [pulse] add a cache of constants to equate them 5 years ago
vector.cpp [pulse] add model for std::vector<>::at() 5 years ago
vector_iterator.cpp [pulse] Vector iterator model 5 years ago