Commit Graph

1803 Commits (6697ed781f7fd5dc9bb0bc7360fdf4d5d38fb744)
 

Author SHA1 Message Date
Andrzej Kotulski be891e8413 Simplify builtin function detection during translation 9 years ago
Cristiano Calcagno 346d3e6d01 Address capture flakiness when a symbol is multiply defined. 9 years ago
Dulma Churchill 977f73ff5b Add column to json file of issues 9 years ago
Andrzej Kotulski 97fe6275bd Simplify language detection in frontend 9 years ago
Andrzej Kotulski ad325d5047 Drop ti_raw field from clang_ast_t.type_info 9 years ago
Andrzej Kotulski 21ecba2d17 move retain/release special handling to function_deref_trans 9 years ago
Andrzej Kotulski 7461d40024 Clean up special handling of smart pointers in backend 9 years ago
Andrzej Kotulski 2444618943 Translate functions coming from std headers od demand 9 years ago
Josh Berdine 8cacd31f85 Remove unused typedef and enum Typename's 9 years ago
Jules Villard 4fe1615434 give correct type to root exps of array dereferences 9 years ago
Andrzej Kotulski 41e51bc28c Clean up smart pointer header models 9 years ago
Andrzej Kotulski 4637bf877e model unique_ptr<T> as T* 9 years ago
Andrzej Kotulski 13dbaab446 Revert "[C++] Add hack to not use __make_integer_seq in fatal/type/sequence library" 9 years ago
Cristiano Calcagno 257f4976f0 Convert java tracing tests to new direct format. 9 years ago
Cristiano Calcagno 674f30de2c Convert java infer tests to the new direct format 9 years ago
Jules Villard 0caa7e1826 move printing module to its own file 9 years ago
Martino Luca 9e3b3c5d77 Fix C++ tests 9 years ago
Josh Berdine 377d284cf2 Simplify originator detection 9 years ago
Sam Blackshear 15b6a8cdd7 killing a bunch of options by using optional argument types correctly 9 years ago
Martino Luca 80c82c0cae Adapt Infer to the new changes introduced by the upgrade to Clang 4.0 9 years ago
Jules Villard a6bf43a570 replace boolean by named argument in Inteproc.propagate 9 years ago
Cristiano Calcagno 2cb595b8c9 Convert Eradicate and Checkers tests to direct format. 9 years ago
Andrzej Kotulski 4cd9470586 Skip Sil.Call instruction for some shared_ptr method calls 9 years ago
Andrzej Kotulski 2baf3f8456 Replace shared_ptr<T> structs with T* pointers 9 years ago
Sam Blackshear a92543b67c fix needless type extension 9 years ago
Lázaro Clapp Jiménez Labora f2e958ef3a Add support for multiple stacktraces in '-a crashcontext' 9 years ago
Sam Blackshear a31a735e35 separate pretty-printer for pp_kind 9 years ago
Andrzej Kotulski 5d3a15fd9c Fix roots with new names for InferPrint and InferAnalyze 9 years ago
Ryan Rhee e19550a43b Handle l-value refs correctly 9 years ago
Sam Blackshear 36b0a957bd setup for creating very simple absint checkers 9 years ago
Sam Blackshear 89fa74bc9b make @OnBind an alias for @NoAllocation 9 years ago
Sam Blackshear c5088f44a7 adding tests for context leaks via weak reference 9 years ago
Sam Blackshear f64e880c11 java traces 9 years ago
Dulma Churchill 6ad78e7d9c Add case for blocks when building a procname 9 years ago
Cristiano Calcagno a6254f6b73 Extend Inferprint with a command --issues-tests to print issues in a format suitable for tests 9 years ago
Andrzej Kotulski a31c5416b1 Add basic support for starting ocaml repl with infer code 9 years ago
Jules Villard c2ca6a23d5 pass -l to infer.py 9 years ago
Dulma Churchill 9ae19d01d0 Make the is_global_var not fire for the static local variables 9 years ago
Jules Villard b4f6ea1827 bump version: 0.9.1 -> 0.9.2 9 years ago
Cristiano Calcagno ed8d112e87 Convert Inferprint and Inferanalyze to Reason 9 years ago
Jules Villard 26a6594b90 detect unsigned values inside structured expressions 9 years ago
Martino Luca 7de52e7649 Check early whether the given decl has to be checked with linters or not 9 years ago
Jules Villard e1f19192c0 move --fail-on-issue functionality to OCaml 9 years ago
Cristiano Calcagno 91d9cd83b5 Cleanup instruction names: use Load/Store instead of Letderef/Set. 9 years ago
Cristiano Calcagno c0969da619 Remove unused module CodeQuery. 9 years ago
Sam Blackshear 262a121cf6 handle casts 9 years ago
Sam Blackshear 514107ec88 track sinks 9 years ago
Sam Blackshear f0028669ee propagate tainted sources 9 years ago
Andrzej Kotulski 761579469e Revert "[C++] Move models of smart pointers to custom namespace" 9 years ago
Jules Villard 3f60f54fbf align --help and support -h 9 years ago