Tools and libraries to glue C/C++ APIs to high-level languages
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.
 
 
 
 
 
triton 2a52c2e8b1 Added a new pass to check for ABI-specific parameters. 12 years ago
..
CheckAbiParameters.cs Added a new pass to check for ABI-specific parameters. 12 years ago
CheckFlagEnumsPass.cs Update the existing passes to use the new pass interface. 13 years ago
CheckTypeReferencesPass.cs Added a new pass to check for type references. 13 years ago
CleanInvalidDeclNamesPass.cs When cleaning up names, zero out the unique name index to have cleaner and deterministic output between runs. 12 years ago
CleanUnitPass.cs Pass the driver options to the clean unit pass. 13 years ago
DuplicatedNamesCheckerPass.cs Check for already visited declarations when checking duplicate names. 13 years ago
FunctionToInstanceMethodPass.cs Do not try to process methods in the function passes. 13 years ago
FunctionToStaticMethodPass.cs Do not try to process methods in the function passes. 13 years ago
Pass.cs Replace the old transform code with the general AST visiting code, which was extended a bit to support the needed early out semantics for passes. 13 years ago
PassBuilder.cs Replace the old transform code with the general AST visiting code, which was extended a bit to support the needed early out semantics for passes. 13 years ago
RenamePass.cs Added support for renaming parameters. 13 years ago
ResolveIncompleteDeclsPass.cs Changed how the type ignore check visitor return results so it does not conflict with the AST visiting patterns. 13 years ago
SortDeclarationsPass.cs Update the existing passes to use the new pass interface. 13 years ago