3 Commits (9d1c484815693c6ee50567bc430a40444494697c)

Author SHA1 Message Date
Jelle 9d1c484815
Feat/code formatting (#1912) 4 months ago
Jelle 18d817ffaf
Fix invalid enum base types being generated in C# source (#1899) 5 months ago
João Matos 4417dd987a
Code cleanups and improvements (#1713) 2 years ago
Joe Hull 03bf194b63 Enhanced ExpressionEvaluator to return implicitly typed uint, long, and ulong values from EvaluateNumber when there is no literal type suffix applied to a numeric expression string. 4 years ago
Matt Key 3fee9dd5b9 Adding test for new pass 4 years ago
Joao Matos 88fc5b9c36 Rewrite GenerateEnumFromMacros helper to also look into enum items. 5 years ago
João Matos 534acc564d Fix declaration access for generated fields flattened from anonymous types. 5 years ago
Ghasan Al-Sakkaf 0b9b10d2f5 Fix enum with zeros for hex literals 6 years ago
Joao Matos 2a53e079aa Fixed broken class instance check in FunctionToInstanceMethodPass. 7 years ago
Dimitar Dobrev 8958217314 Sped the test run up by moving the test for ignored system types. 8 years ago
Dimitar Dobrev b5c17d98bd Verified that unused STD types are removed. 8 years ago
Kimon Topouzidis d7c8a61ecc Manipulated comments to avoid duplication of summary block. (#876) 8 years ago
Joao Matos 013a9e8b4c Merged IgnoreAbstractOperatorsPass into CheckOperatorsOverloadsPass and added a test. 9 years ago
Abhinav Tripathi c7c74e306b Added CS_INTERNAL macro definition and test. 10 years ago
Elias Holzer 79f0d41d5c Added failing test for the CheckAmbiguousFunctionsPass. 11 years ago
Elias Holzer d1a3141f5b The unique name set by the CleanInvalidDeclNames pass will now truly be unique across translation units. 11 years ago
Elias Holzer 6fa7077dbd Moved unnamed enums test to generator tests. 11 years ago
Elias Holzer b83b5029b0 Added extension method SetPropertyAsReadOnly to ASTContext. 11 years ago
Dimitar Dobrev 20c6e04cd0 Fixed the ignoring of methods. 12 years ago
triton 2c90cd47e0 Update the passes test source file. 12 years ago
triton 82508bff14 Added the missing enum macros needed for testing the latest commit. 13 years ago
triton 2a4c3481d1 Added some tests for passes. 13 years ago