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 Churchill 6ad78e7d9c
Add case for blocks when building a procname
9 years ago
..
plugin [clang-format] Reformat all c/cpp/objc sources with clang-format 9 years ago
CLintersContext.ml Put current method in context 9 years ago
ComponentKit.ml Make the is_global_var not fire for the static local variables 9 years ago
ComponentKit.mli Mutable local vars 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 do not havoc actuals of skip functions with const parameters 9 years ago
ast_expressions.mli do not havoc actuals of skip functions with const parameters 9 years ago
cArithmetic_trans.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 9 years ago
cArithmetic_trans.mli Refactor Sil.exp to Exp.t 9 years ago
cContext.ml Use pointers to decls instead of class names when creating a type 9 years ago
cContext.mli Use pointers to decls instead of class names when creating a type 9 years ago
cEnum_decl.ml Refactor Sil.typ into separate Typ module 9 years ago
cEnum_decl.mli Refactor Sil.typ into separate Typ module 9 years ago
cField_decl.ml qual_type fields are namespaced now 9 years ago
cField_decl.mli Model init method in NSData and understand the field bytes 9 years ago
cFrontend.ml Adding new mode linters 9 years ago
cFrontend.mli Remove -open(Utils) compile flag hack 9 years ago
cFrontend_checkers.ml Make the is_global_var not fire for the static local variables 9 years ago
cFrontend_checkers.mli Put current method in context 9 years ago
cFrontend_checkers_main.ml Check early whether the given decl has to be checked with linters or not 9 years ago
cFrontend_checkers_main.mli Refactor InferPrint and store the lint issues in a serialized data structure that InferPrint picks up and prints. 9 years ago
cFrontend_config.ml Detect when in CK 9 years ago
cFrontend_config.mli Detect when in CK 9 years ago
cFrontend_decl.ml Update fcp 9 years ago
cFrontend_decl.mli Translate functions/methods from headers when they are referenced 9 years ago
cFrontend_errors.ml Check early whether the given decl has to be checked with linters or not 9 years ago
cFrontend_errors.mli Put current method in context 9 years ago
cFrontend_utils.ml Add case for blocks when building a procname 9 years ago
cFrontend_utils.mli Make the is_global_var not fire for the static local variables 9 years ago
cIssue.ml Make issues warnings again 9 years ago
cIssue.mli Mutable local vars 9 years ago
cLocation.ml Fix C++ models of c library 9 years ago
cLocation.mli Translate functions/methods from headers when they are referenced 9 years ago
cMain.ml Implement direct atomic var check with the new ivar to property map 9 years ago
cMain.mli Remove -open(Utils) compile flag hack 9 years ago
cMethod_signature.ml do not havoc actuals of skip functions with const parameters 9 years ago
cMethod_signature.mli do not havoc actuals of skip functions with const parameters 9 years ago
cMethod_trans.ml do not havoc actuals of skip functions with const parameters 9 years ago
cMethod_trans.mli Refactor Sil.exp to Exp.t 9 years ago
cModule_type.ml Refactor Sil.typ into separate Typ module 9 years ago
cTrans.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 9 years ago
cTrans.mli Enable warning: Unexpected documentation comment 9 years ago
cTrans_models.ml do not havoc actuals of skip functions with const parameters 9 years ago
cTrans_models.mli unify handling of many special cases in callExpr_trans 9 years ago
cTrans_utils.ml Cleanup instruction names: use Load/Store instead of Letderef/Set. 9 years ago
cTrans_utils.mli Refactor Sil.exp to Exp.t 9 years ago
cType_to_sil_type.ml do not havoc actuals of skip functions with const parameters 9 years ago
cType_to_sil_type.mli Refactor Sil.typ into separate Typ module 9 years ago
cTypes.ml Refactor Sil.typ into separate Typ module 9 years ago
cTypes.mli Refactor Sil.typ into separate Typ module 9 years ago
cTypes_decl.ml qual_type fields are namespaced now 9 years ago
cTypes_decl.mli Refactor Sil.typ into separate Typ module 9 years ago
cVar_decl.ml qual_type fields are namespaced now 9 years ago
cVar_decl.mli Refactor Sil.exp to Exp.t 9 years ago
clang_ast_types.ml Fix translation of passing struct parameters by value 9 years ago
objcCategory_decl.ml Refactor Sil.typ into separate Typ module 9 years ago
objcCategory_decl.mli Refactor Sil.typ into separate Typ module 9 years ago
objcInterface_decl.ml Model init method in NSData and understand the field bytes 9 years ago
objcInterface_decl.mli Enable warning: Unexpected documentation comment 9 years ago
objcProperty_decl.ml Remove -open(Utils) compile flag hack 9 years ago
objcProperty_decl.mli Remove -open(Utils) compile flag hack 9 years ago
objcProtocol_decl.ml Refactor Sil.typ into separate Typ module 9 years ago
objcProtocol_decl.mli Refactor Sil.typ into separate Typ module 9 years ago

README.md

Clang Front-End

This is the front-end for the clang compiler.

The main entry point is CMain.