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.
Dulma Rodriguez 91a2eaa5f1
Translate CXXPseudoDestructorExpr
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 Add flag cxx experimental to the clang frontend 9 years ago
cFrontend.mli [whitespace] ocp-indent the code 10 years ago
cFrontend_checkers.ml fixing tenv_lookup 9 years ago
cFrontend_checkers.mli Improved/simplified framework for frontend checkers. 9 years ago
cFrontend_config.ml Translate CXXPseudoDestructorExpr 9 years ago
cFrontend_config.mli Translate CXXPseudoDestructorExpr 9 years ago
cFrontend_errors.ml Add trace to frontend checks 9 years ago
cFrontend_errors.mli Improved/simplified framework for frontend checkers. 9 years ago
cFrontend_utils.ml fixing tenv_add to add only struct_typ's 9 years ago
cFrontend_utils.mli Sort the fields in the tenv at the end of translation as some translations need the original order 9 years ago
cGen_trans.ml [whitespace] ocp-indent the code 10 years ago
cLocation.ml Add flag cxx experimental to the clang frontend 9 years ago
cLocation.mli Add flag cxx experimental to the clang frontend 9 years ago
cMain.ml Add flag cxx experimental to the clang frontend 9 years ago
cMain.mli [whitespace] ocp-indent the code 10 years ago
cMethod_decl.ml Warn on unused identifiers 9 years ago
cMethod_decl.mli Adding builtin setters and using them by skip 9 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 fixing tenv_lookup 9 years ago
cMethod_trans.mli Populate return parameter when returning + turn on new feature for C/C++ 9 years ago
cModule_type.ml Cleanup code triggering code translation 9 years ago
cTrans.ml Translate CXXPseudoDestructorExpr 9 years ago
cTrans.mli Cleanup code triggering code translation 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 ImplicitValueInitExpr 9 years ago
cTrans_utils.mli Translate ImplicitValueInitExpr 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