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 64bb3b62b3
Use variable stmt location info in init_res_trans
9 years ago
..
plugin [clang-format] Reformat all c/cpp/objc sources with clang-format 9 years ago
Makefile initial synchronization 10 years ago
README.md Created IR folder for the intermediate representaion files. 9 years ago
ast_expressions.ml Refactor SymExec.ModelBuiltins into toplevel module 9 years ago
ast_expressions.mli Warn on unused identifiers 9 years ago
cArithmetic_trans.ml Refactor SymExec.ModelBuiltins into toplevel module 9 years ago
cArithmetic_trans.mli Warn on unused identifiers 9 years ago
cContext.ml Refactor Sil.pvar into a separate module. 9 years ago
cContext.mli Refactor Sil.pvar into a separate module. 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 Created IR folder for the intermediate representaion files. 9 years ago
cField_decl.mli Created IR folder for the intermediate representaion files. 9 years ago
cFrontend.ml Created IR folder for the intermediate representaion files. 9 years ago
cFrontend.mli Renamed files to reflect the new structure of the translation. 9 years ago
cFrontend_checkers.ml assign pointer type checker 9 years ago
cFrontend_checkers.mli assign pointer type checker 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 Created IR folder for the intermediate representaion files. 9 years ago
cFrontend_decl.mli Created IR folder for the intermediate representaion files. 9 years ago
cFrontend_errors.ml Fix broken tests in master 9 years ago
cFrontend_errors.mli Created IR folder for the intermediate representaion files. 9 years ago
cFrontend_utils.ml Refactor Sil.pvar into a separate module. 9 years ago
cFrontend_utils.mli Refactor Sil.pvar into a separate module. 9 years ago
cLocation.ml Fix broken tests in master 9 years ago
cLocation.mli Fix broken tests in master 9 years ago
cMain.ml Print timing information in InferClang debug mode. 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 Refactor Sil.pvar into a separate module. 9 years ago
cMethod_trans.mli Refactor Sil.pvar into a separate module. 9 years ago
cModule_type.ml Refactor Sil.pvar into a separate module. 9 years ago
cTrans.ml Use variable stmt location info in init_res_trans 9 years ago
cTrans.mli Refactoring in preparation of implementing C++ lambda 9 years ago
cTrans_models.ml Refactor SymExec.ModelBuiltins into toplevel module 9 years ago
cTrans_models.mli Get better language information about functions/methods 10 years ago
cTrans_utils.ml Fix quadratic behaviour of collect_res_trans. 9 years ago
cTrans_utils.mli Refactor Sil.pvar into a separate module. 9 years ago
cType_to_sil_type.ml Warn on unused identifiers 9 years ago
cType_to_sil_type.mli Created IR folder for the intermediate representaion files. 9 years ago
cTypes.ml Created IR folder for the intermediate representaion files. 9 years ago
cTypes.mli Created IR folder for the intermediate representaion files. 9 years ago
cTypes_decl.ml Created IR folder for the intermediate representaion files. 9 years ago
cTypes_decl.mli Created IR folder for the intermediate representaion files. 9 years ago
cVar_decl.ml Refactor Sil.pvar into a separate module. 9 years ago
cVar_decl.mli Refactor Sil.pvar into a separate module. 9 years ago
clang_ast_types.ml Distinguish between C++ and objc class types 9 years ago
objcCategory_decl.ml Created IR folder for the intermediate representaion files. 9 years ago
objcCategory_decl.mli Created IR folder for the intermediate representaion files. 9 years ago
objcInterface_decl.ml Created IR folder for the intermediate representaion files. 9 years ago
objcInterface_decl.mli Created IR folder for the intermediate representaion files. 9 years ago
objcProperty_decl.ml assign pointer type checker 9 years ago
objcProperty_decl.mli assign pointer type checker 9 years ago
objcProtocol_decl.ml Created IR folder for the intermediate representaion files. 9 years ago
objcProtocol_decl.mli Created IR folder for the intermediate representaion files. 9 years ago

README.md

Clang Front-End

This is the front-end for the clang compiler.

The main entry point is CMain.