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 3320043217
Fix further problems with forward declarations in C/C++
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 Deal with empty parameter names 9 years ago
ast_expressions.mli Distinguish between C++ and objc class types 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 Pass return parameter type in context 9 years ago
cContext.mli Pass return parameter type in context 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 Distinguish between class kinds: CPP, Java, Objc 9 years ago
cField_decl.mli Distinguish between class kinds: CPP, Java, Objc 9 years ago
cFrontend.ml Translate conversion operators 9 years ago
cFrontend.mli [whitespace] ocp-indent the code 10 years ago
cFrontend_checkers.ml Distinguish between class kinds: CPP, Java, Objc 9 years ago
cFrontend_checkers.mli Implemented new check CXX_REFERENCE_CAPTURED_IN_OBJC_BLOCK 9 years ago
cFrontend_config.ml Add return parameter to functions returning structs 9 years ago
cFrontend_config.mli Add return parameter to functions returning structs 9 years ago
cFrontend_errors.ml Remove uses of assert false to get original ml location. 9 years ago
cFrontend_errors.mli Improving the line number information in the string delegate warning check 9 years ago
cFrontend_utils.ml Replace CRC module with Digest. 9 years ago
cFrontend_utils.mli Deal with empty parameter names 9 years ago
cGen_trans.ml [whitespace] ocp-indent the code 10 years ago
cLocation.ml Simplify CLocation implementation 9 years ago
cLocation.mli Remove unused CLocation.init_curr_source_file 9 years ago
cMain.ml Indentation of command-line agruments. 9 years ago
cMain.mli [whitespace] ocp-indent the code 10 years ago
cMethod_decl.ml Pass return parameter type in context 9 years ago
cMethod_decl.mli Adding builtin setters and using them by skip 9 years ago
cMethod_signature.ml Pass return parameter type in context 9 years ago
cMethod_signature.mli Pass return parameter type in context 9 years ago
cMethod_trans.ml Pass return parameter type in context 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 Implementing translation of CXXForRangeStmt 9 years ago
cTrans.mli Cleanup code triggering code translation 9 years ago
cTrans_models.ml Pass return parameter type in context 9 years ago
cTrans_models.mli Get better language information about functions/methods 10 years ago
cTrans_utils.ml Add typ to trans_state.var_exp 9 years ago
cTrans_utils.mli Add typ to trans_state.var_exp 9 years ago
cType_to_sil_type.ml Treat xvalues as they were lvalues 9 years ago
cType_to_sil_type.mli Extract the naming of types to its own module named Typename 9 years ago
cTypes.ml Translate constructor initializer 9 years ago
cTypes.mli Distinguish between class kinds: CPP, Java, Objc 9 years ago
cTypes_decl.ml Fix further problems with forward declarations in C/C++ 9 years ago
cTypes_decl.mli Distinguish between C++ and objc class types 9 years ago
cVar_decl.ml Use ints as clang pointers 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 Distinguish between class kinds: CPP, Java, Objc 9 years ago
objcCategory_decl.mli Using clang's method resolution if possible 9 years ago
objcInterface_decl.ml Distinguish between class kinds: CPP, Java, Objc 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 Use a record for struct types instead of a 7-tuple. 9 years ago
objcProtocol_decl.mli Using clang's method resolution if possible 9 years ago