Commit Graph

6197 Commits (e3734d3d2c23881007184ab4047fa2010d45ab30)

Author SHA1 Message Date
Mitya Lyubarskiy 5de3e415db [nullsafe] Remove custom hash calculation for err_instance 6 years ago
Fabio Milano caba376211 [UIComponentContext] Added UIContext to mutable_local_variables whitelist 6 years ago
Phoebe Nichols 426775c939 hook in incremental analysis add procedure test 6 years ago
Phoebe Nichols 71e1704bf9 Clean results directory before using incremental analysis 6 years ago
Phoebe Nichols 1a010eda78 Add method to clean the results directory 6 years ago
Phoebe Nichols eb38b9c4c3 Add method to clean capture data 6 years ago
Mitya Lyubarskiy 224d44d79a [nullsafe] Make intention of NullFieldAccess test explicit and add positive cases 6 years ago
Mitya Lyubarskiy 7132a84b0d [nullsafe] Reorder and add more cases for checking @PropagatesNullable annotation 6 years ago
Mitya Lyubarskiy 7a09618dc4 [nullsafe] Make test for @TrueOnNull and @FalseOnNull annotation specific about positive and negative cases 6 years ago
Dulma Churchill 86140581d5 [AL] Adding predicate for AL rule to check that a variable of a specific type is being captured in a block 6 years ago
Dulma Churchill ab683af1f1 [objc frontend] Keep the counter for block names local to each procedure 6 years ago
Sungkeun Cho d397ea03d1 [cost] Print debug information when top value is generated 6 years ago
Mitya Lyubarskiy b00b526928 [nullsafe] Remove "Field not mutable" check 6 years ago
Mitya Lyubarskiy fbeb58c0f2 [nullafe] Consolidate different ways to suppress field not initialized 6 years ago
Mitya Lyubarskiy b1810ef3ff [nullsafe] @Nonnull should not suppress Field Not Initialized warning 6 years ago
Sungkeun Cho f79871c5fa [cost] Ignore character symbols in the cost results 6 years ago
Mitya Lyubarskiy 63a5ffb4dc [nullsafe] Make FieldNotInitialized cover negative cases together with positive ones 6 years ago
Mitya Lyubarskiy 5bd61e75f2 [nullsafe] Consolidate and expand tests for known initializers 6 years ago
Mitya Lyubarskiy 260176251c [nullsafe] Make @Initializer annotation test specific and without "builder" boilerplate 6 years ago
Mitya Lyubarskiy 0d69999de8 [nullsafe] Provide both positive and negative cases for @Cleanup annotation test 6 years ago
Mitya Lyubarskiy 090fa92c15 [nullsafe] Make FieldNotNullable test specific about both positive and negative cases 6 years ago
Mitya Lyubarskiy fe674937a4 [nullsafe] Improve the test for checking `onDestroy` handling 6 years ago
Sungkeun Cho 5e1e5d412c [inferbo] Add Java String constructor models 6 years ago
Sungkeun Cho 962e56cb1b [infer] Use typ instead of root_typ if possible 6 years ago
Sungkeun Cho 3916d1b3bc [infer] Add type field in Sil.Store 6 years ago
Dulma Churchill 41aa20e2b6 [pulse] Adding tests for pulse in Objective-C++ (the C++ part) 6 years ago
Dulma Churchill 5c58689493 [pulse] Add pulse tests for objective-c (the c part of it) 6 years ago
Dulma Churchill 27ea5d041b [biabduction] Rename use_after_free to avoid name clash with Pulse 6 years ago
Nikos Gorogiannis 5ee59cea23 [sqlite] fix daemon logic in non-forking integrations 6 years ago
Nikos Gorogiannis 01dc06b05f [sqlite] launch daemon only if jobs > 1 6 years ago
Mitya Lyubarskiy 8add080e4a [nullsafe][refactor tests] split and improve FieldNotNullable tests 6 years ago
Sungkeun Cho 3250ff35d2 [infer] Add typ field in Sil.Load 6 years ago
Sungkeun Cho a50fcaf2dd [infer] Use inline record for Sil.Load and Sil.Store 6 years ago
Sungkeun Cho 78cfc867a5 [inferbo] Print non-verbose program variables 6 years ago
Nikos Gorogiannis c872fb5e1d [sqlite] kill write daemon in all circumstances 6 years ago
Dulma Churchill d04e098eb1 [AL] Add a is_static predicate 6 years ago
Dulma Churchill 0904be07aa [clang] Upgrade Infer after change to the plugin to swap storage_class with is_static 6 years ago
Mitya Lyubarskiy 1046c63b0f [nullsafe] Prepare to introduce gradual mode: split tests 6 years ago
Mitya Lyubarskiy 58fe80fdf5 [nullsafe] remove 'annotation' abstraction. 6 years ago
Mitya Lyubarskiy 46cf107411 [nullsafe] Remove functionality for @Present annotations 6 years ago
Nikos Gorogiannis b8954e714e [sqlite] write-server implementation 6 years ago
Nikos Gorogiannis 26823b22f1 [sqlite] skeleton protocol for dbwriter 6 years ago
Nikos Gorogiannis 83aea33c68 [sqlite] move all writes to one module 6 years ago
Nikos Gorogiannis c07555a768 [sqlite] reset before query 6 years ago
Sungkeun Cho ad4bc0a905 [cost] Ignore non-int symbols in the cost results 6 years ago
Nikos Gorogiannis 998960930f [deadcode] multilinks 6 years ago
Phoebe Nichols 43964c898c Add test for introducing a procedure 6 years ago
Phoebe Nichols 6874926b10 Clean specs directory before running capture 6 years ago
Sungkeun Cho a294085d9a [inferbo] Extend size alias domain for Java temporary variables 6 years ago
Sungkeun Cho 5127a975e3 [cost] Ignore boundends when getting range 6 years ago
Ezgi Çiçek a18e22ef7f [pulse] Remove empty edges and their WrittenTo from post 6 years ago
Jules Villard 0911a1297a [pulse] do not record addresses of logical variables 6 years ago
Jules Villard 22c5acd236 [pulse] utility method `PulseDomain.Memory.pp_edges` 6 years ago
Sungkeun Cho 1918477da8 [cost] Simplify range of min(1,x) 6 years ago
Mitya Lyubarskiy e97621c4ee [easy] we never created a param here 6 years ago
Mitya Lyubarskiy 753580095e make --debug option side-effect free 6 years ago
Mitya Lyubarskiy 2339791336 [nullsafe][EASY] rename test annotation for clarity 6 years ago
Mitya Lyubarskiy 5b0bdfb297 [nullsafe] Refine semantics of @Nonnull: obey minimum surprise principle 6 years ago
Sungkeun Cho 4351ba9bd1 [cost] Add version to BasicCost.t 6 years ago
Sungkeun Cho ddaf51713e [inferbo] Revise Java's String models 6 years ago
Ezgi Çiçek 28e84f275e [pulse] Don't print attribute ranks 6 years ago
Mitya Lyubarskiy 356ec9afe5 [easy] make method with side-effects looks like it has side-effects 6 years ago
Ezgi Çiçek 193aa91b05 [litho] Hookup litho tests to main test suite 6 years ago
Ezgi Çiçek 8081dbfbf1 [pulse] Record the trace of the address written to 6 years ago
Sungkeun Cho 6e1adf4d1d [inferbo] Remove deadcode 6 years ago
Sungkeun Cho 59f06568cf [inferbo] Use std::vector model for std::string 6 years ago
Jules Villard 9e5115a9e0 [annotreach] support for new `"symbol_regexps"` matcher 6 years ago
Dulma Churchill d0bfb856ed [AL] Add new predicate is_extern 6 years ago
Jules Villard f76ed88741 [clang] wrap test determinator in frontend exception catcher 6 years ago
Jules Villard b59ff499c7 [clang] move error handling from cFrontend_config to a new cFrontend_errors module 6 years ago
Sungkeun Cho fadd8cb541 [inferbo] Prune array size in Java 6 years ago
Jules Villard a18cf040df [al] better distinction AL vs frontend in file names 6 years ago
Jules Villard 1c0345f00c [clang] move AL source code to new al/ folder 6 years ago
Sungkeun Cho 77084782e1 [inferbo] Fix bug in integer pruning by pointer 6 years ago
Sungkeun Cho aaa40084c4 [inferbo] Add Preconditions.checkArgument model 6 years ago
Sungkeun Cho d11444f7d3 [inferbo] Change the order of StdBasicString and StdVector 6 years ago
Nikos Gorogiannis e49f3f1512 [racerd] use access expression structure in ownership domain 6 years ago
Sungkeun Cho 5f5b3de91a [inferbo] Pruning collection.size in Java 6 years ago
Phoebe Nichols 50c39a5b4b Log reverse analysis call graph statistics 6 years ago
Sungkeun Cho 28d617b345 [cost] Revise Java's cast model 6 years ago
Phoebe Nichols e45526ea02 Fail if incremental analysis is set without changed files 6 years ago
Nikos Gorogiannis 86a1bbf1a7 [racerd] output access expressions language-sensitively 6 years ago
Nikos Gorogiannis ccc7dcbc1e [racerd] use access expressions in place of paths 6 years ago
Sungkeun Cho e0a5cde2d5 [cost] Print elements field of collection 6 years ago
Ezgi Çiçek 22cfcc09f5 [cost] Add test about Preconditions 6 years ago
Sungkeun Cho 761d8bd614 [inferbo] Use inline record for Loc.Field 6 years ago
Ezgi Çiçek d287177820 [config] Convert checker tuples to record type 6 years ago
Sungkeun Cho 9c49841ebb [cost] Add Iterator.next model 6 years ago
Jules Villard de3f97136e [java] catch `Failure` to avoid crashing on invalid class type signatures 6 years ago
Jules Villard 0af754f3d7 [annot reachability] apply sanitizers in more cases 6 years ago
Jules Villard 00cbc9c1e4 [annot reachability] add debug logging and light refactor 6 years ago
Phoebe Nichols ad82124956 Remove logging 6 years ago
Sungkeun Cho d3056d3309 [cost] Ignore boolean symbols in the cost results 6 years ago
Nikos Gorogiannis 1bfbdbb4e1 [racerd] less boiler-plate in reporting violations 6 years ago
Nikos Gorogiannis 6bd25fd9dd [racerd] improve add_accesses 6 years ago
Ezgi Çiçek 5fa9f89285 [cost] Fix misleading test names 6 years ago
Sungkeun Cho 013a9bb97c [inferbo] Refactoring: give type alias for making symbol 6 years ago
Sungkeun Cho 7c18231c5c [cost] Revise hasNext() to avoid bottom in condition 6 years ago
Sungkeun Cho 4530ef5bb0 [inferbo] Fix min of minmax and linear 6 years ago
Ezgi Çiçek 89782dfff9 [cost] Mask min/max symbols when printing big O 6 years ago
Ezgi Çiçek 9c5b704ddd [cost] Record bigO in error trace description 6 years ago
Sungkeun Cho 9494199652 [inferbo] Rename AliasMap.store to forget 6 years ago
Sungkeun Cho 5331648b91 [inferbo] Revise vector model 6 years ago
Nikos Gorogiannis e272287377 [version check] add a check for the environment variable INFERVERSION 6 years ago
Martin Trojer 06d6363710 idirafter override flag 6 years ago
Phoebe Nichols 2151a54345 [short review] Add logging for when the results directory is deleted 6 years ago
Ezgi Çiçek 57492f830b [inferbo] Add missing list initialization with initial capacity 6 years ago
Phoebe Nichols 6fbe091987 Fix printing of analysis time 6 years ago
Sungkeun Cho ddd4d98636 [inferbo] Add vector model: data 6 years ago
Sungkeun Cho 58b403c8ff [inferbo] Add vector model: empty 6 years ago
Sungkeun Cho c05062556f [inferbo] Add vector model: push_back 6 years ago
Sungkeun Cho f6b4f75e7c [inferbo] Pruning by vector::size 6 years ago
Sungkeun Cho e9cf5d33b3 [inferbo] Add models of vector constructors 6 years ago
Phoebe Nichols 085ffa166e Logging number of procedure summaries invalidated for incremental analysis 6 years ago
Ezgi Çiçek 8286347ebf [inferbo] Add models for Java's Integer 6 years ago
Martin Trojer 6f7cd25b3a buck integration, no lonfer bail when .buckconfig is missing 6 years ago
Sungkeun Cho 8c4be65754 [inferbo] Ondemand value generation of vector as function parameter 6 years ago
Sungkeun Cho f488c5d6b7 [inferbo] Disable function instantiation of relational domain 6 years ago
Phoebe Nichols fc17a0fce3 Add test for cost change detection with incremental analysis 6 years ago
Sungkeun Cho f066776b17 [inferbo] Add model: vector size 6 years ago
Sungkeun Cho 7a8e7d13e9 [inferbo] Add model: vector constructor 6 years ago
Jules Villard 41c003ace1 [biabd] rename models-related things to "biabduction-..." 6 years ago
Jules Villard fe701a17cc [diff] delete infer-diff 6 years ago
Jules Villard 13d54990bd [models] get rid of include-based C++ models 6 years ago
Ezgi Çiçek 675c79480d [pulse] Record writes explicitly as Attributes and get rid of heuristic in is_cell_read_only 6 years ago
Martin Trojer 0fe30d13c5 add flag for (undefined) functions that should be modelled as mallocs 6 years ago
Phoebe Nichols e7af794abb Add incremental analysis test for changing a file 6 years ago
Phoebe Nichols e3668daaa5 Add test incremental_analysis_remove_file to the toplevel makefile 6 years ago
Ezgi Çiçek b8d25d1301 [inferbo] Fix the model of Collections.emptySet 6 years ago
Sungkeun Cho a3229fc43a [inferbo] Suppress intended integer underflow of unsigned integer 6 years ago
Jules Villard 98089a3067 [ondemand] trace cache operations 6 years ago
Jules Villard d97ee3bfee [stats] less error-prone `incr` functions 6 years ago
Sungkeun Cho 80f4b64915 [inferbo] Prune linear bound by minmax 6 years ago
Jules Villard ddddea3eda [java] easier to switch between java 8 and java 11 6 years ago
Jules Villard 8bdc03bba4 [help] scrub default values in the checked-in version of the manuals 6 years ago
Ezgi Çiçek e320d8a580 [config] Rename `filter-report` command to `censor-report` and stop reporting them on console and bugs.txt 6 years ago
Sungkeun Cho b3f52284ed [inferbo] Ignore the top of latest prune of callees 6 years ago
Ezgi Çiçek 127902222d [pulse] Filter AddressOfStackVariable from read only heuristic check 6 years ago
Sungkeun Cho 84a6561dc9 [inferbo] Precise mod semantics on unsigned integer 6 years ago
Sungkeun Cho 26a4f83e8b [inferbo] Avoid pruning on array elements 6 years ago
Jules Villard a857fec1f3 [increr] test incremental analysis 6 years ago
Sungkeun Cho f3311dfd98 [inferbo] Weak update on array contents 6 years ago
Phoebe Nichols 587c3d35f1 Catch error in SpecsFiles.delete 6 years ago
Phoebe Nichols 1415be9153 Log the reverse analysis call graph for tests 6 years ago
Ezgi Çiçek 09ab685c7e [pulse] Handle stack refs escaping their scope via pointer 6 years ago
Phoebe Nichols ee5abef97c Invalidate summaries for changed procedures 6 years ago
Phoebe Nichols 218e4dca52 Do not delete results directory if incremental-analysis is enabled 6 years ago
Jules Villard 75dab37300 [config] better way to refer to the toplevel results dir 6 years ago
Jules Villard 4fe9b2c8dd [debug] fix error about non-existing dir in infer-out/captured/... 6 years ago
Jules Villard ea32a9dfd8 [ondemand] refactor to avoid loading unneeded proc descs 6 years ago
Artem Pianykh 346c89c717 Make infer binary runnable on Mojave without fiddling with SDKROOT 6 years ago
Phoebe Nichols 70474ec2de Fix test buck_flavours_diff 6 years ago
Mitya Lyubarskiy 860d3aa8a4 Utilize @[deriving fields] in BackendStats 6 years ago
Phoebe Nichols d84b0881ba Change command line options desciption for reanalyze and incremental-analysis 6 years ago
Mitya Lyubarskiy 7c2f1a955f [infer] Log accumulated backend counters to scuba 6 years ago
Ezgi Çiçek cb4a16b460 [pulse] Fix marking of AddressOfCppTemporary in the loop 6 years ago
Jules Villard 8fbdc4e252 [analyze] be more consistent in logging 6 years ago
Ezgi Çiçek 4d1b300e5b [pulse] Remove bindings with empty edges in pre 6 years ago
Jules Villard daf38c6d54 [summary] change `int ref` field in record to `mutable` 6 years ago
Jules Villard 4fde351565 [processpool] collect results from children 6 years ago
Jules Villard deb9afe121 [backend] a module for recording simple counters-based stats 6 years ago
Jules Villard 73179f7182 [specs] put specs files operations in their own module 6 years ago
Sungkeun Cho 124ab9fed7 [inferbo] Downgrade issues of void pointer 6 years ago
David Pichardie 51f6b30d43 Complete pattern matching for Sawja JBir translation 6 years ago
Mitya Lyubarskiy 7368039ba8 [infer] Make infer respect external-packages param 6 years ago
Phoebe Nichols 9be3af16ac Create ReverseAnalysisCallGraph.ml 6 years ago
Phoebe Nichols 578b1c95f1 Add function to add an edge to the call graph 6 years ago
Phoebe Nichols a4c1e94c5f Add function to delete summary from disk and caches 6 years ago
Ezgi Çiçek 0682ccc1e9 [cost][inferbo] Add models for indexOf 6 years ago
Nikos Gorogiannis af12e55344 [buck/java2] rely on (and modify) PATH to find infer binary to improve caching 6 years ago
Ezgi Çiçek 998e7c8fe3 [inefficientKeysetIterator] Turn on by default and fix msg 6 years ago
Jules Villard 937e971849 [objc] fix test so that it looks like it could compile 6 years ago
Phoebe Nichols af8c57e07f Write function to load specfiles 6 years ago
David Pichardie f47d4ed285 Compatibility with javalib 3.1 release 6 years ago
Nikos Gorogiannis 380515bc89 [changed files] don't fail on non-existent absolute paths 6 years ago
Phoebe Nichols 82eb91fe71 Move core CallGraph API from SyntacticCallGraph.ml to CallGraph.ml 6 years ago
Jules Villard 15246ec2a2 [tests] attempt at fewer race conditions 6 years ago
Phoebe Nichols 0ecd73d0f8 Add --incremental-analysis flag 6 years ago
Artem Pianykh 467149eaa8 [maven-release-plugin] prepare for next development iteration 6 years ago
Artem Pianykh 53db6e2ea0 [maven-release-plugin] prepare release infer-annotation-0.17.0 6 years ago
Jules Villard 128f37985d [ocaml] upgrade most dependencies 6 years ago
Jules Villard a504a67ec2 [pulse] model some of `std::basic_string` 6 years ago
Jules Villard 14b9975cf3 [pulse] support modelling destructors 6 years ago
Jules Villard d9aadf5df2 [pulse] allow models in invalidation traces 6 years ago
Nikos Gorogiannis 4f46567fa7 [annotreach] kill custom path sensitivity 6 years ago
Phoebe Nichols 3e7f500ae8 Rename CallGraph.ml to SyntacticCallGraph.ml 6 years ago
Mitya Lyubarskiy 99e6447663 [infer][logging] log time for merge captured targets to `infer_events` 6 years ago
Artem Pianykh e3fd05b145 Bump infer-annotations jar version 6 years ago
Nikos Gorogiannis 5b191c53ae [annotreach] clean up tests 6 years ago
Nikos Gorogiannis ffdc9193dc [annot-reach] complete the set of android thread annotations 6 years ago
Jules Villard b4f3bce0c0 [biabd] remove a quadratic list operation 6 years ago
Martin Trojer 124036ea0b New faster version of Diff/Test-Determinator 6 years ago
Phoebe Nichols 542dc9086a Remove optional caller_summary from Ondemand.analyze_proc_name 6 years ago
Phoebe Nichols dc37aeed5c Refactor ondemand.ml 6 years ago
Phoebe Nichols 8ce592576e Register callees in Summary.callee_pnames 6 years ago
Phoebe Nichols b835f281cb Store a set of callee names in Summary.t 6 years ago
Jules Villard ef26e8bb28 [clang] NamespaceAliasDecl is just a no-op 6 years ago
Phoebe Nichols 2f6510395e Remove redundant fields from proc_callback_args 6 years ago
Phoebe Nichols a3eed439f6 Supply caller summary to Ondemand.analyze_proc_desc and Ondemand.analyze_proc_name 6 years ago
Phoebe Nichols d9535f42d5 Introduce method SummaryPayload.read_toplevel_procedure 6 years ago
Ezgi Çiçek 4114f7fbdf [inefficientKeysetIterator] Chase predecessors 4 more nodes to check the pattern 6 years ago
Ezgi Çiçek 102018734f [inefficientKeysetIterator] Add missing type checks 6 years ago
Artem Pianykh 39dce8878f [infra] Update yojson and fix deprecations 6 years ago
Phoebe Nichols fa1bcbe12d Change ProcData to have a summary instead of a proc_desc 6 years ago
Phoebe Nichols bd1c3deac6 Remove proc_desc from iterate_procedure_callbacks 6 years ago
Phoebe Nichols 13c2c84897 Remove proc_desc from proc_callback_args 6 years ago
Nikos Gorogiannis ae4f7561b3 [hil] class constant types 6 years ago
Jules Villard c89a8d3e63 delete ownership checker 6 years ago
Phoebe Nichols bc208ee9c8 Remove analyze_proc callback in ondemand.ml 6 years ago
Jules Villard a3086cbc37 [clang] remove 3 year obsolete TODO 6 years ago
David Pichardie 95e90f741c Compatibility with javalib 3.0 6 years ago
Jules Villard e803a30c2d [clang] fix translation of `initListExpr` again 6 years ago
Jules Villard 14ce445f81 [pulse] run tests against C++17 6 years ago
Artem Pianykh 7792c02388 Use xcrun to find SDK paths on OSX host during configure 6 years ago
Nikos Gorogiannis a47a8d2627 [java][classpath] fixes 6 years ago
Phoebe Nichols 5d24982823 Make the task bar display progress more accurately 6 years ago
Nikos Gorogiannis 2f21d223ac [buck] don't fail on empty list of targets found from query 6 years ago
Mehdi Bouaziz 13dac07361 MaximumSharing: remove inplace 6 years ago
Nikos Gorogiannis fd09f1bfc9 [java] fix classpath order 6 years ago
Mehdi Bouaziz 4c50dc096c MaximumSharing: handle cycles 6 years ago
Ezgi Çiçek 563cc760ed [cost] Make the kind of complexity increase clear in the message 6 years ago
Jules Villard 86decb83f6 [pulse] record attributes of address not edge-reachable in the post 6 years ago
Jules Villard 493d38a682 [pulse] overwrite attributes of modified cells in interproc calls 6 years ago
Jules Villard 910131edca [pulse][trivial] remove unecessary option type, exception catching, and mutual recursion 6 years ago
Phoebe Nichols a4013bdbe9 Remove analyze_ondemand from Ondemand.callbacks 6 years ago
Jules Villard 58b1df6bb9 [clang] fix destructor placement for temporaries in conditionals 6 years ago
Jules Villard cb9ee662c8 [pulse] skip `folly::Optional::reset()` 6 years ago
Jules Villard 3a3c93140e [pulse] translate initListExpr in more cases 6 years ago
Jules Villard d96ab2458d [pulse] model lambda destructor 6 years ago
Jules Villard 91a2e2986b [pulse] model lambda capture by value 6 years ago
Jules Villard 433c144840 [pulse] calling known lambdas calls the corresponding proc name 6 years ago
Jules Villard 2bf6852b95 [pulse] model `std::function::operator=` 6 years ago
Mehdi Bouaziz 39c7ab86e1 Maximum sharing: reuse sharing and detect cycles 6 years ago
Mehdi Bouaziz 09efe4f2c1 Add tests for MaximumSharing 6 years ago
Jules Villard ae3089c2b2 [uninit] look at complex HIL expressions too 6 years ago
Jules Villard 007c044d92 [HIL] add warning about HIL unsoundness 6 years ago
Jules Villard 6dee89b786 [backend] print what we are doing when invalidating for reanalysis 6 years ago
Jules Villard 8eba6503a4 [backend] do not crash getting `State.get_loc_exn` when already crashing 6 years ago
Jules Villard 2d41b9d58a [pulse] skip `folly::SocketAddress::~SocketAddress` 6 years ago
Jules Villard f15d9915a0 [pulse] better types to avoid `_fun_` prefix to proc names in bug traces 6 years ago
Jules Villard a3311fb751 [pulse] C++ temporaries bound to globals do not "escape" 6 years ago
Phoebe Nichols 2f8d09c651 Change Hashtbl.clear to Hashtbl.reset 6 years ago
Radu Grigore 4ce3ff944d [topl] Avoid side-effects when Topl is inactive. 6 years ago
Radu Grigore a6edb94450 Biabduction prover now logs inconsistency reason. 6 years ago
Jules Villard 7f12ced394 [pulse] move to SIL proper 6 years ago
Nikos Gorogiannis 97c41120ae [buck/java2] eliminate project root config flag 6 years ago
Artem Pianykh 33424c12ac [infra] Fix deadcode check target 6 years ago
Dino Distefano 571ae7774a Extended check on n-th parameter to cpp method calls 6 years ago
Artem Pianykh 9d9df458b6 [infra] Add Config.execution_id and log it to scuba as a normal 6 years ago
Artem Pianykh 046132b4c5 [infra] Collect low-prio logs during execution and flush them to Scuba at the end in one go 6 years ago
Radu Grigore 3de7acada4 [topl] tiny fixes to tracing output 6 years ago
Radu Grigore 10d87eec4e [topl] Simple error reporting. 6 years ago
Mehdi Bouaziz 0efd8960e1 [Tenv] Maximum sharing 6 years ago
Radu Grigore 384b3c5798 Assert that there is at most one flowgraph per procedure name. 6 years ago
Mehdi Bouaziz 5f8514a8c2 [sqlite] Normalize blobs used for comparison 6 years ago
Ezgi Çiçek 2db1a3b8e3 [cost,inferBo] Add models for Collections.unmodifiable* getters 6 years ago
Jules Villard f43544598b [oops] unbreak unit tests 6 years ago
Jules Villard 04233ee49b [clang] destroy C++ temporaries 6 years ago
Jules Villard 0592bac25e [pulse] explain SIL logical variables in terms of program access paths 6 years ago
Jules Villard c9f4768be7 [pulse] move to SIL 6 years ago
Jules Villard 695b493b56 [pulse] move [PulseTrace] inside [PulseDomain] 6 years ago
Mehdi Bouaziz b03aeb49c2 [eradicate] remove the constant flag only_keep_intersection 6 years ago
Jules Villard 512b42ece7 [pulse] move PulseInvalidation inside PulseDomain 6 years ago
Jules Villard 457b017343 [pulse] more general graph visitor API 6 years ago
Ezgi Çiçek fedb8e5136 [infer] Cleanup preanalysis 6 years ago
Nikos Gorogiannis 013d153538 [buck/java2] hashcons the global tenv during merging 6 years ago
Nikos Gorogiannis 8776a31f7d [infer][buck capture] kill dead code 6 years ago
Ezgi Çiçek 898dd104c8 [cost] Invoke Cost issues only once 6 years ago
Ezgi Çiçek 0f43930f40 [cost] Refactor cost issue types and enable detecting allocation complexity increase on cold start 6 years ago
Jules Villard 6f5cb512db [pulse] add example of FN in const-ref-bound temporary 6 years ago
Jules Villard e14809baa8 [pulse] fix temporaries test code 6 years ago
Jules Villard 21f66dd197 [pulse] do not model `operator=` as assignment 6 years ago
Jules Villard ab427fd3f3 [clang] cache of names of C++ temporaries 6 years ago
Jules Villard a9a7239831 [clang] split `inject_destructors` into two functions 6 years ago
Jules Villard db800f138b [clang] rewrite scope computations 6 years ago
Jules Villard eaa5c32432 [clang] some more debug info 6 years ago
Jules Villard c3d55817b1 [pulse] another test for temporaries 6 years ago
Jules Villard 696731523d [pname dispatcher] more permissive templated function match 6 years ago
Dino Distefano 472f155a7a Improved rule on block capturing CXX Reference 6 years ago
Ezgi Çiçek be85296759 [frontend] Move Preanalysis to frontend so that it is run always 6 years ago
Josh Berdine cfc1c8be36 [copyright] Remove years 6 years ago
Josh Berdine 5b190629bf [copyright] Change to copyright headers without years 6 years ago
Nikos Gorogiannis 7904ca31c0 [scheduler] consume all updates each time 6 years ago
Ezgi Çiçek d2eb3c8cc6 [inefficient-keyset-iterator] New checker for finding inefficient keySet iterator 6 years ago
Nikos Gorogiannis 733a29e44b [buckjava2] Move genrule capture integration logic from shell to OCaml 6 years ago
Radu Grigore d86e2f0d1c [topl] Generate monitor. 6 years ago
Radu Grigore 047c64c528 [topl] Instrument SIL. 6 years ago
Ezgi Çiçek 6f422fb78f [cost] Modify error message to include trace and constructor information 6 years ago
Ezgi Çiçek 99bc7363bf [cost] Suppress reports on Java access methods 6 years ago
Nikos Gorogiannis d3cf79a095 [buckjava2] integration 6 years ago
Nikos Gorogiannis bc61543875 [buckjava2] refactor 6 years ago
Nikos Gorogiannis 768e2b0332 [tests] stop sharing the root buck repo in java tests 6 years ago
Nikos Gorogiannis 66c45a7f54 [logging] don't clobber progress bar with call graph schedule 6 years ago
Ezgi Çiçek 19b445e00c [cost] Add PERFORMANCE_VARIATION FP test for Java access methods 6 years ago
Ezgi Çiçek 19eac53f0e [cost] Add models for Collections.max/min 6 years ago
Jules Villard 33ae8bae02 [inferbo] silence firing assert 6 years ago
Jules Villard a3d8b9c4a4 [clang][oops] restore previous functionality 6 years ago
Ezgi Çiçek 0ef038332d [purity] More models for Java Map 6 years ago
Jules Villard d00b31f48c [clang] also skip blacklisted flags when passed as -flag=arg 6 years ago
Radu Grigore 16431f5015 When writing debug HTML, don't crash on procs with empty bodies. 6 years ago