Commit Graph

2476 Commits (cceffddd78c58f7aeb590eb163ca9569b210d3a9)
 

Author SHA1 Message Date
Andrzej Kotulski cceffddd78 [Config] Warn about deprecated args only from Driver exe 8 years ago
Cristiano Calcagno 3f8ee7df49 [Eradicate] Fix issue in Eradicate's check for field initialization 8 years ago
Sam Blackshear f79a53e1c8 [thread-safety] add string param to AssumeThreadSafe 8 years ago
Sam Blackshear c19bee7772 [quandary] for instance methods with no return value, propagate the taint to the receiver 8 years ago
Sam Blackshear b9694ef086 [thread-safety] warn on unsafe writes in constructors 8 years ago
Sam Blackshear c4c495fbe5 [thread-safety] propagate conditional writes to callers 8 years ago
Sam Blackshear 4373945e74 [thread-safety] don't warn on writes rooted in a parameter owned by the callee 8 years ago
Jules Villard f9ab3aa1ac run epilogues register with `at_exit` upon receiving SIGINT as well 8 years ago
Sam Blackshear 6ace3838ba [absint] support HTML debug output 8 years ago
Sam Blackshear e565010cf3 [thread-safety] don't warn on writes to volatile fields 8 years ago
Jules Villard 2e96caac42 [mvn] new integration 8 years ago
Jules Villard 99e2038560 [build] warn for bad homebrew version of pkg-config 8 years ago
Jules Villard 69f8140655 [cli] do not accept unknown arguments in OCaml 8 years ago
Jules Villard 988145dea0 [cli] remove support for INFERCLANG_ARGS 8 years ago
Jules Villard ca784cdb41 [cli] warn about deprecated options, clean up infer repo 8 years ago
Jules Villard cb1e241411 [CLOpt] isolate the subset of Arg.spec used 8 years ago
Sam Blackshear 618e9c9338 [thread-safety] add @AssumeThreadSafe annotation to assume thread-safety of a method without checking it 8 years ago
Sam Blackshear f4b1af6f91 [thread-safety] allow @ThreadConfined annotation on methods 8 years ago
Sam Blackshear 2f69191c7e [backend] expose underlying Procdesc.Node from ProcCFG nodes 8 years ago
Jeremy Dubreil d9ed75cc08 [infer][toplevel] remove dead code from the python bucklib.py scripts 8 years ago
Sam Blackshear d39d4cfa20 [thread-safety] use jsr-305 versions of ThreadSafe/NotThreadSafe rather than defining custom annotations 8 years ago
Cristiano Calcagno adc68c6d57 [clang] Remove unnecessary list append in clang frontend 8 years ago
Cristiano Calcagno 1eaaf84a90 [checkers] Add support for html output in checkers, starting with Eradicate 8 years ago
Jules Villard 6050ff2b99 do not pass --buck to build the Java models 8 years ago
Jules Villard 61744daee9 pack the plugin into a release tarball for Dewey 8 years ago
Jules Villard 4028e7ca78 [driver] decouple logic for choosing capture mode from the capture 8 years ago
Sam Blackshear f065f7653a [thread-safety] add map for conditional accesses 8 years ago
Sam Blackshear 72e17403fa [thread-safety] add and support @ThreadSafeMethod annotation 8 years ago
Jeremy Dubreil 619c202bd6 [infer][java] do no consider @OnBind as equivalent to @NoAllocation for the reachability checker 8 years ago
Andrzej Kotulski 153ed5e5d9 [Config] Rename Toplevel to Driver 8 years ago
Jeremy Dubreil 219d5b3883 [infer][tests] use Buck target output instead of hard copies of the paths under buck-out 8 years ago
Andrzej Kotulski 3c482da094 [compilation db] fix problems with buck compilation database integration 8 years ago
Andrzej Kotulski 11810d849b [C++] Fix compilation with enable_shared_from_this 8 years ago
Jules Villard 4aeea1af3b [make] split Makefile.config.in into Makefile.autoconf.in and Makefile.config 8 years ago
Jules Villard a7f4aa79af [lint] fix copyright linter 8 years ago
Jules Villard c10126d0fd [DB] return resolved path when path cannot be made relative 8 years ago
Sam Blackshear 1891a16f8f [thread-safety] suppress warnings on methods annotated with @OnEvent 8 years ago
Jules Villard cece221ab7 [make] add `make byte` toplevel target 8 years ago
Sam Blackshear 8b57278c70 [thread-safety] support fields annotated with @ThreadConfined 8 years ago
Jules Villard 96c8133180 [nit] less indentation in Infer.log_build_cmd 8 years ago
Cristiano Calcagno f7b03d53ce [clang frontend] Fix variable shadowing in ObjcInterfaceDecl 8 years ago
Jules Villard c962fe0d4c update yarn.lock and yarn, add xmlm dependency 8 years ago
Jules Villard e01cab6d19 [java] more verbose debug output, fix for non-Buck integrations 8 years ago
Sam Blackshear 7d092152e3 [annotations] cleaning up remains of annotation processor 8 years ago
Gautam Korlam fe24209c3d Cleanup DEFS file for generating infer genrules 8 years ago
Sam Blackshear 2add2954da [checkers] factor out FormalMap into its own module 8 years ago
Sam Blackshear e5ef592f11 [quandary] add a few missing Intent sinks 8 years ago
Sam Blackshear ddccb0cce1 [quandary] don't include taint_opt as part of formal_map 8 years ago
Sam Blackshear ee2d0c9226 [quandary] add Intent's passed to onActivityResult/onNewIntent as sources 8 years ago
Jules Villard b6fbb133de Revert "update yarn.lock and yarn" 8 years ago