..
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
Renamed files to reflect the new structure of the translation.
9 years ago
cFrontend.mli
Renamed files to reflect the new structure of the translation.
9 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_decl.ml
Restore translating C++ methods only in cxx experimental mode
9 years ago
cFrontend_decl.mli
Renamed files to reflect the new structure of the translation.
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
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
Accept command line options via environment vars
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
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
Refactoring in preparation of implementing C++ lambda
9 years ago
cTrans.ml
Fixing init list expr when there is no variable or compound literal expression
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
Fixing init list expr when there is no variable or compound literal expression
9 years ago
cTrans_utils.mli
Fixing init list expr when there is no variable or compound literal expression
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