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.
Jules Villard a5b4992873
[clang] add support for VarTemplateSpecializationDecl
4 years ago
..
unit [config] Use not-reversed list types for `Config` variables 4 years ago
CAddImplicitDeallocImpl.ml [refactor] Remove `else ()` 4 years ago
CAddImplicitDeallocImpl.mli [clang] Adding implicit implementation of dealloc methods to ObjC classes 5 years ago
CAddImplicitGettersSetters.ml [refactor] Remove `then ()` 4 years ago
CAddImplicitGettersSetters.mli [clang] Add implicit implementations for ObjC getters and setters as a preanalysis 4 years ago
CCallSpecializedWithClosures.ml [closure] Keep closure parameter in specialized procedure 4 years ago
CCallSpecializedWithClosures.mli [preanalysis] Add mli file and documentation for the preanalysis about specializing methods with blocks 4 years ago
CMethodProperties.ml [frontend] Add a return param of struct type in ObjC methods 4 years ago
CMethodProperties.mli [frontend] Add a return param of struct type in ObjC methods 4 years ago
CType.ml [frontend] Track protocols in A<ObjCProtocol> 4 years ago
CType.mli [frontend] Track protocols in A<ObjCProtocol> 4 years ago
CType_decl.ml [clang] migrate to llvm/clang11 4 years ago
CType_decl.mli [frontend] Add a return param of struct type in ObjC methods 4 years ago
Capture.ml Add --clang-yojson-file flag 4 years ago
Capture.mli documentation for new libraries 5 years ago
ClangCommand.ml [clang] migrate to llvm/clang11 4 years ago
ClangCommand.mli [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
ClangFrontend.mld documentation for new libraries 5 years ago
ClangFrontendStubs.ml finish dune-ification with tests and main binaries 5 years ago
ClangFrontendStubs.mli finish dune-ification with tests and main binaries 5 years ago
ClangPointers.ml [copyright] Remove years 6 years ago
ClangPointers.mli [copyright] Remove years 6 years ago
ClangQuotes.ml clang/dune, al/dune, test_determinator/dune 5 years ago
ClangQuotes.mli clang/dune, al/dune, test_determinator/dune 5 years ago
ClangWrapper.ml [clang] add a new flag --skip-non-capture-clang-commands to makes clangdriver skip compilation on commands that doesn't capture data 4 years ago
ClangWrapper.mli documentation for new libraries 5 years ago
ProcessAST.ml [log] delete PerfStats and EventLogger frameworks 5 years ago
ProcessAST.mli [clang] Add process ast as a new capture action, separated from capture and linting 5 years ago
SwitchCase.ml [clang] force node creation in switch statements 4 years ago
SwitchCase.mli [copyright] Remove years 6 years ago
astToRangeMap.ml [typ] extract Procname from Typ 5 years ago
astToRangeMap.mli [typ] extract Procname from Typ 5 years ago
ast_expressions.ml [frontend] Fix translation of for-in block in objc 4 years ago
ast_expressions.mli [frontend] Fix translation of for-in block in objc 4 years ago
cArithmetic_trans.ml [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
cArithmetic_trans.mli [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
cAst_utils.ml [refactor] Remove `else ()` 4 years ago
cAst_utils.mli [linters] Delete unused linters about ComponentKit 4 years ago
cContext.ml [clang] deal with conditionally-destroyed temporaries 4 years ago
cContext.mli [clang] deal with conditionally-destroyed temporaries 4 years ago
cEnum_decl.ml [ocaml] more Not_found_s 5 years ago
cEnum_decl.mli [copyright] Remove years 6 years ago
cField_decl.ml [typ] move type constants to own module 4 years ago
cField_decl.mli [typ] extract Fieldname from Typ 5 years ago
cFrontend.ml [closures preanalysis] [1/n] Adding first step of preanalysis to specialize methods with concrete closures they are called with 4 years ago
cFrontend.mli [copyright] Remove years 6 years ago
cFrontend_config.ml [config] Use not-reversed list types for `Config` variables 4 years ago
cFrontend_config.mli [clang] get rid of FallbackNode 4 years ago
cFrontend_decl.ml [clang] move mk_sil.*_var to cVar_decl 4 years ago
cFrontend_decl.mli [copyright] Remove years 6 years ago
cFrontend_errors.ml [log] delete PerfStats and EventLogger frameworks 5 years ago
cFrontend_errors.mli [log] delete PerfStats and EventLogger frameworks 5 years ago
cGeneral_utils.ml [clang] move mk_sil.*_var to cVar_decl 4 years ago
cGeneral_utils.mli [clang] move mk_sil.*_var to cVar_decl 4 years ago
cLocation.ml [config] Use not-reversed list types for `Config` variables 4 years ago
cLocation.mli [log] delete PerfStats and EventLogger frameworks 5 years ago
cMethodSignature.ml [pulse][nullptr][objcpp] Warn on sending a message to nil when return type is non-POD 4 years ago
cMethodSignature.mli [pulse][nullptr][objcpp] Warn on sending a message to nil when return type is non-POD 4 years ago
cMethod_trans.ml [pulse][nullptr][objcpp] Warn on sending a message to nil when return type is non-POD 4 years ago
cMethod_trans.mli [frontend] Rearrange translation of lambda's body 4 years ago
cModule_type.ml [clang] get rid of FallbackNode 4 years ago
cScope.ml [clang] deal with conditionally-destroyed temporaries 4 years ago
cScope.mli [clang] deal with conditionally-destroyed temporaries 4 years ago
cTrans.ml [clang] add support for VarTemplateSpecializationDecl 4 years ago
cTrans.mli [copyright] Remove years 6 years ago
cTrans_models.ml [typ] extract Procname from Typ 5 years ago
cTrans_models.mli [typ] extract Procname from Typ 5 years ago
cTrans_utils.ml [refactor] Remove `then ()` 4 years ago
cTrans_utils.mli [clang] remove named node_name 4 years ago
cType_to_sil_type.ml [frontend] Track protocols in A<ObjCProtocol> 4 years ago
cType_to_sil_type.mli [copyright] Remove years 6 years ago
cVar_decl.ml [clang] add support for VarTemplateSpecializationDecl 4 years ago
cVar_decl.mli [clang] move mk_sil.*_var to cVar_decl 4 years ago
clang_ast_extend.ml [ocaml] upgrade most dependencies 5 years ago
dune.in [IR] move out modules unrelated to IR 5 years ago
objcCategory_decl.ml [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
objcCategory_decl.mli [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
objcInterface_decl.ml [IR] Track objC protocols in each class 4 years ago
objcInterface_decl.mli [copyright] Remove years 6 years ago
objcMethod_decl.ml [copyright] Remove years 6 years ago
objcMethod_decl.mli [typ] extract Procname from Typ 5 years ago
objcProperty_decl.ml [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
objcProperty_decl.mli [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
objcProtocol_decl.ml [copyright] Remove years 6 years ago
objcProtocol_decl.mli [ocamlformat] Enable parsing and reformatting docstrings 5 years ago