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.
Josh Berdine 2dcd93204c
Refactor SymExec.Builtin into toplevel module
9 years ago
..
plugin [clang-format] Reformat all c/cpp/objc sources with clang-format 9 years ago
Makefile initial synchronization 10 years ago
ast_expressions.ml Warn on unused identifiers 9 years ago
ast_expressions.mli Warn on unused identifiers 9 years ago
cArithmetic_trans.ml Warn on unused identifiers 9 years ago
cArithmetic_trans.mli Warn on unused identifiers 9 years ago
cContext.ml fixing tenv_lookup 9 years ago
cContext.mli Pass return parameter type in context 9 years ago
cEnum_decl.ml Warn on unused identifiers 9 years ago
cEnum_decl.mli Warn of unused open statements 9 years ago
cField_decl.ml fixing tenv_lookup 9 years ago
cField_decl.mli Distinguish between class kinds: CPP, Java, Objc 9 years ago
cFrontend.ml move remove_tmps and add_abstraction steps into the pre-analysis 9 years ago
cFrontend.mli Renamed files to reflect the new structure of the translation. 9 years ago
cFrontend_checkers.ml This diff exclude names containing queue from the strong delegate warning 9 years ago
cFrontend_checkers.mli Registered Observer check done by front-end 9 years ago
cFrontend_config.ml Translate C++ constructors after new 9 years ago
cFrontend_config.mli Translate C++ constructors after new 9 years ago
cFrontend_decl.ml Translate std::move from system headers to improve analysis quality 9 years ago
cFrontend_decl.mli Renamed files to reflect the new structure of the translation. 9 years ago
cFrontend_errors.ml Registered Observer check done by front-end 9 years ago
cFrontend_errors.mli Improved/simplified framework for frontend checkers. 9 years ago
cFrontend_utils.ml Translate C++ constructors after new 9 years ago
cFrontend_utils.mli Translate C++ constructors after new 9 years ago
cLocation.ml Restore not translating header in testing mode 9 years ago
cLocation.mli Add flag cxx experimental to the clang frontend 9 years ago
cMain.ml Translate C++ constructors after new 9 years ago
cMain.mli [whitespace] ocp-indent the code 10 years ago
cMethod_signature.ml Add the virtual flag of C++ methods in method calls 9 years ago
cMethod_signature.mli Add the virtual flag of C++ methods in method calls 9 years ago
cMethod_trans.ml Clean up the Procname module, and remove remaining assert false 9 years ago
cMethod_trans.mli Populate return parameter when returning + turn on new feature for C/C++ 9 years ago
cModule_type.ml Refactoring in preparation of implementing C++ lambda 9 years ago
cTrans.ml Refactor SymExec.Builtin into toplevel module 9 years ago
cTrans.mli Refactoring in preparation of implementing C++ lambda 9 years ago
cTrans_models.ml Warn on unused identifiers 9 years ago
cTrans_models.mli Get better language information about functions/methods 9 years ago
cTrans_utils.ml Translate arrays created with new 9 years ago
cTrans_utils.mli Translate arrays created with new 9 years ago
cType_to_sil_type.ml Warn on unused identifiers 9 years ago
cType_to_sil_type.mli Extract the naming of types to its own module named Typename 9 years ago
cTypes.ml fixing tenv_lookup 9 years ago
cTypes.mli kill Tenum 9 years ago
cTypes_decl.ml fixing tenv_lookup 9 years ago
cTypes_decl.mli Distinguish between C++ and objc class types 9 years ago
cVar_decl.ml Warn on unused identifiers 9 years ago
cVar_decl.mli Adding static variables to blocks class to get retain cycles 9 years ago
clang_ast_types.ml Distinguish between C++ and objc class types 9 years ago
objcCategory_decl.ml fixing tenv_lookup 9 years ago
objcCategory_decl.mli Using clang's method resolution if possible 9 years ago
objcInterface_decl.ml fixing tenv_lookup 9 years ago
objcInterface_decl.mli Translate classes on demand 9 years ago
objcProperty_decl.ml Warn on unused identifiers 9 years ago
objcProperty_decl.mli Remove property of maps 9 years ago
objcProtocol_decl.ml fixing tenv_add to add only struct_typ's 9 years ago
objcProtocol_decl.mli Using clang's method resolution if possible 9 years ago