1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00
Commit graph

758 commits

Author SHA1 Message Date
Brian Fiete
d82aab3b3f Workaround for VS2019 optimization bug 2020-10-30 05:51:13 -07:00
Brian Fiete
9995803d60 Linux fixes for LLVM 11 2020-10-28 09:34:23 -07:00
Brian Fiete
9706a76097 Fixed abstract/concrete warnings for invalid types 2020-10-27 14:55:23 -07:00
Brian Fiete
b43007a1b6 Upgrade to VS2019, LLVM 11.0.0 2020-10-27 12:28:23 -07:00
Brian Fiete
7883d0cafa Fixed concrete method warning 2020-10-27 12:26:15 -07:00
Brian Fiete
5167298ab2 Added warnings for invalid interface method decls 2020-10-26 15:32:10 -07:00
Brian Fiete
71f5448f32 Support for internal property overrides in extensions 2020-10-26 13:52:04 -07:00
Brian Fiete
c4ff32826e Fixed #define with comments 2020-10-26 13:01:35 -07:00
Brian Fiete
251a8bb379 Fixed boxing from ternary operator 2020-10-26 12:51:01 -07:00
Brian Fiete
f09a9b41f1 Fixed enum with extension with ToString override 2020-10-26 11:38:44 -07:00
Brian Fiete
38d2eff3f6 Fixed namespace colorization when outer type name matches namespace 2020-10-26 10:47:33 -07:00
Brian Fiete
8b74b15102 Fixed internal override mangling in same project 2020-10-26 10:47:01 -07:00
Brian Fiete
84594e66ff Remove 'base' call for inner override impl 2020-10-26 10:46:35 -07:00
Brian Fiete
5cf3055750 Fixed reification of internal method overrides in uninstantiated types 2020-10-25 11:08:42 -07:00
Brian Fiete
2c41b5c3f7 Fixed FORCELINK sret issue 2020-10-25 10:52:28 -07:00
Brian Fiete
ae40f99cb4 Made 'override' work for internal overrides 2020-10-25 10:40:40 -07:00
Brian Fiete
fe3ba6d4d8 Fixed field protection in extension 2020-10-24 15:44:18 -07:00
Brian Fiete
20b1ccd672 GNU extension override mangling fix 2020-10-23 14:18:06 -07:00
Brian Fiete
101fde1a4b Added extern method override support in extensions 2020-10-23 11:48:37 -07:00
Brian Fiete
1e020dc14e Fixed __im mangling 2020-10-23 10:12:52 -07:00
Brian Fiete
b71d7beb47 Fixed struct ctor assigned checking during autocomplete 2020-10-23 10:12:40 -07:00
Brian Fiete
994640df11 Fixed field initialization in structs with extensions 2020-10-23 09:03:19 -07:00
Brian Fiete
879b15ecd8 Added type initializer blocks 2020-10-23 07:48:41 -07:00
Brian Fiete
9a857cceb3 Fixed reification issues, mut-vs-imut method mangling 2020-10-22 17:25:19 -07:00
Brian Fiete
b6db69d2b0 Fixed extension initializers and dtors. [NoExtension]. Extension warning 2020-10-22 11:33:13 -07:00
Brian Fiete
4449952235 More methodref fixes 2020-10-22 06:31:31 -07:00
Brian Fiete
6a9cb287f8 Fixed documentation issues 2020-10-21 09:56:22 -07:00
Brian Fiete
bf5e689029 Fixed documentation on member with attributes 2020-10-21 09:34:08 -07:00
Brian Fiete
49a4536e1e Fixed chained GCMarkMember 2020-10-20 07:30:25 -07:00
Brian Fiete
affd740ff4 Field lambda name collision inside field ctor with multiple ctors 2020-10-20 06:44:06 -07:00
Brian Fiete
a3211809c6 Fixed issue with nested valueless lambdas 2020-10-20 05:23:39 -07:00
Brian Fiete
eaeb5ab6f8 Allow => funcPtr function binding 2020-10-19 15:32:13 -07:00
Brian Fiete
d46c60d956 Fixed tuple duplicate name check circular dependency issue 2020-10-17 16:31:46 -07:00
Brian Fiete
79d13a3626 Fixed aggregate return issue 2020-10-17 07:03:09 -07:00
Brian Fiete
687addf7a5 Fixed false method reification during conversion operator checking 2020-10-16 17:54:19 -07:00
Brian Fiete
852748ae1f Fix for default values referencing composite global variables 2020-10-16 14:30:49 -07:00
Brian Fiete
fe7d3d80e7 Fixed issues with chained dtors in extensions 2020-10-15 12:05:50 -07:00
Brian Fiete
3bb94764d2 Added missing 'internal' string 2020-10-15 11:27:32 -07:00
Brian Fiete
a944aa6d24 Fix for undef index of sized array 2020-10-14 17:37:25 -07:00
Brian Fiete
f9c632cbe7 Parse fix with semicolon following generic constraints 2020-10-14 11:46:33 -07:00
Brian Fiete
6b27f0f0b2 Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
Brian Fiete
7349cdf50f Fixed Go To Definition crash with no methodDecl 2020-10-13 15:09:06 -07:00
Brian Fiete
13ca09a464 Fixed splat interference with methodRef 2020-10-13 13:42:23 -07:00
Brian Fiete
0b02483971 Debugging helpers 2020-10-13 13:41:41 -07:00
Brian Fiete
f1b685b4c7 Throws error on duplicate tuple field name 2020-10-13 10:32:56 -07:00
Brian Fiete
ddad5bd492 Support for expression-bodied indexers 2020-10-12 17:48:59 -07:00
Brian Fiete
d24f169181 Better array size fix with missing commas 2020-10-12 10:22:42 -07:00
Brian Fiete
9332693132 Improved minidump debugging 2020-10-12 10:12:18 -07:00
Brian Fiete
fcc82b9d24 Fixed allocation indent issue 2020-10-11 07:59:03 -07:00
Brian Fiete
0d05b81a69 Fixed reformat removing errors in switch block 2020-10-11 07:49:54 -07:00