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.
Andrzej Kotulski 70b003696f
Translate bodies of destructors
9 years ago
..
plugin Fix indentation of multiline copyright comment 9 years ago
Makefile initial synchronization 10 years ago
_tags remove -rec flag from atdgen 9 years ago
ast_expressions.ml Fixed FP for blocks used in loops generated by join operator 9 years ago
ast_expressions.mli Remove unused code from ast_expressions 9 years ago
cArithmetic_trans.ml Refactor CompoundBinaryOperator to use same code as BinaryOperator 9 years ago
cArithmetic_trans.mli Refactor CompoundBinaryOperator to use same code as BinaryOperator 9 years ago
cContext.ml Replace query for getter and setter with info from the procdesc rather than the property map 9 years ago
cContext.mli Replace query for getter and setter with info from the procdesc rather than the property map 9 years ago
cEnum_decl.ml Translate enums as ints and not add them to the tenv 9 years ago
cEnum_decl.mli Translate enums as ints and not add them to the tenv 9 years ago
cField_decl.ml Remove property of maps 9 years ago
cField_decl.mli Remove property of maps 9 years ago
cFrontend.ml Translate bodies of destructors 9 years ago
cFrontend.mli [whitespace] ocp-indent the code 10 years ago
cFrontend_checkers.ml Don't use the property of maps for finding properties in the frontend checkers 9 years ago
cFrontend_checkers.mli Don't use the property of maps for finding properties in the frontend checkers 9 years ago
cFrontend_config.ml Make all internal pointers convertible to ints 9 years ago
cFrontend_config.mli Make all internal pointers convertible to ints 9 years ago
cFrontend_errors.ml Don't use the property of maps for finding properties in the frontend checkers 9 years ago
cFrontend_errors.mli Don't use the property of maps for finding properties in the frontend checkers 9 years ago
cFrontend_utils.ml Remove property of maps 9 years ago
cFrontend_utils.mli Remove property of maps 9 years ago
cGen_trans.ml [whitespace] ocp-indent the code 10 years ago
cLocation.ml Remove parent_line_number information from cfg translation 9 years ago
cLocation.mli Remove parent_line_number information from cfg translation 9 years ago
cMain.ml Remove unnecessary code from Arg module 9 years ago
cMain.mli [whitespace] ocp-indent the code 10 years ago
cMethod_decl.ml Translate bodies of destructors 9 years ago
cMethod_decl.mli Adding builtin setters and using them by skip 9 years ago
cMethod_signature.ml Remove the concept of generated method from the frontend and proc attributes 9 years ago
cMethod_signature.mli Remove the concept of generated method from the frontend and proc attributes 9 years ago
cMethod_trans.ml Translate bodies of destructors 9 years ago
cMethod_trans.mli Remove the concept of generated method from the frontend and proc attributes 9 years ago
cModule_type.ml Adding builtin setters and using them by skip 9 years ago
cTrans.ml Remove parent_line_number information from cfg translation 9 years ago
cTrans.mli Translate enums as ints and not add them to the tenv 9 years ago
cTrans_models.ml Remove the concept of generated method from the frontend and proc attributes 9 years ago
cTrans_models.mli Get better language information about functions/methods 9 years ago
cTrans_utils.ml Remove parent_line_number information from cfg translation 9 years ago
cTrans_utils.mli Remove parent_line_number information from cfg translation 9 years ago
cType_to_sil_type.ml Cleanup handling of namespaces from ocaml code 9 years ago
cType_to_sil_type.mli Cleanup handling of namespaces from ocaml code 9 years ago
cTypes.ml put Util.list_* functions into an IList module 9 years ago
cTypes.mli Fix handling of C++ references 9 years ago
cTypes_decl.ml Translate bodies of destructors 9 years ago
cTypes_decl.mli Cleanup handling of namespaces from ocaml code 9 years ago
cVar_decl.ml Make all internal pointers convertible to ints 9 years ago
cVar_decl.mli Adding static variables to blocks class to get retain cycles 9 years ago
clang_ast_types.ml Add structured type_ptr 9 years ago
objcCategory_decl.ml Using clang's method resolution if possible 9 years ago
objcCategory_decl.mli Using clang's method resolution if possible 9 years ago
objcInterface_decl.ml Use qual_name to extract class name from method decl 9 years ago
objcInterface_decl.mli Translate classes on demand 9 years ago
objcProperty_decl.ml Remove property of maps 9 years ago
objcProperty_decl.mli Remove property of maps 9 years ago
objcProtocol_decl.ml Using clang's method resolution if possible 9 years ago
objcProtocol_decl.mli Using clang's method resolution if possible 9 years ago