1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00
Beef/IDEHelper/Compiler
2020-10-30 05:51:13 -07:00
..
BfAst.cpp Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfAst.h Fixed extension initializers and dtors. [NoExtension]. Extension warning 2020-10-22 11:33:13 -07:00
BfAstAllocator.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfAstAllocator.h Initial checkin 2019-08-23 11:56:54 -07:00
BfAutoComplete.cpp Remove 'base' call for inner override impl 2020-10-26 10:46:35 -07:00
BfAutoComplete.h Extended autocomplete info 2020-10-08 09:41:05 -07:00
BfCodeGen.cpp Debugging helpers 2020-10-13 13:41:41 -07:00
BfCodeGen.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfCompiler.cpp Workaround for VS2019 optimization bug 2020-10-30 05:51:13 -07:00
BfCompiler.h Fixed extension initializers and dtors. [NoExtension]. Extension warning 2020-10-22 11:33:13 -07:00
BfConstResolver.cpp Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfConstResolver.h Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfContext.cpp Fixed reification issues, mut-vs-imut method mangling 2020-10-22 17:25:19 -07:00
BfContext.h Fixed reification issues, mut-vs-imut method mangling 2020-10-22 17:25:19 -07:00
BfDefBuilder.cpp Fixed abstract/concrete warnings for invalid types 2020-10-27 14:55:23 -07:00
BfDefBuilder.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfDeferEvalChecker.cpp Fix for deferring evaluation of conditionals with nulls for nullables 2020-02-29 08:54:57 -08:00
BfDeferEvalChecker.h Initial checkin 2019-08-23 11:56:54 -07:00
BfDemangler.cpp Interop fixes and tests, fixing xplat struct passing issues 2020-06-10 07:12:07 -07:00
BfDemangler.h Initial checkin 2019-08-23 11:56:54 -07:00
BfElementVisitor.cpp Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfElementVisitor.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfExprEvaluator.cpp Fixed boxing from ternary operator 2020-10-26 12:51:01 -07:00
BfExprEvaluator.h Address-of immutable is now a warning instead of error, added [NoSplat] 2020-10-07 11:07:10 -07:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Fixed enum with extension with ToString override 2020-10-26 11:38:44 -07:00
BfIRBuilder.h Fixed enum with extension with ToString override 2020-10-26 11:38:44 -07:00
BfIRCodeGen.cpp Linux fixes for LLVM 11 2020-10-28 09:34:23 -07:00
BfIRCodeGen.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfMangler.cpp GNU extension override mangling fix 2020-10-23 14:18:06 -07:00
BfMangler.h Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -07:00
BfModule.cpp Fixed concrete method warning 2020-10-27 12:26:15 -07:00
BfModule.h Added extern method override support in extensions 2020-10-23 11:48:37 -07:00
BfModuleTypeUtils.cpp Support for internal property overrides in extensions 2020-10-26 13:52:04 -07:00
BfNamespaceVisitor.cpp Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfNamespaceVisitor.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfParser.cpp Fixed #define with comments 2020-10-26 13:01:35 -07:00
BfParser.h Fixed to tuple name parsing 2020-09-29 05:11:23 -07:00
BfPrinter.cpp Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfPrinter.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfReducer.cpp Added type initializer blocks 2020-10-23 07:48:41 -07:00
BfReducer.h Support for 'decltype(val).MemberName' expressions 2020-09-19 10:02:51 -07:00
BfResolvedTypeUtils.cpp Added extern method override support in extensions 2020-10-23 11:48:37 -07:00
BfResolvedTypeUtils.h Added extern method override support in extensions 2020-10-23 11:48:37 -07:00
BfResolvePass.cpp Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfResolvePass.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfSource.cpp Remove unnecessary delete statements 2020-07-10 16:36:14 -07:00
BfSource.h Linux fix 2020-05-26 08:22:33 -07:00
BfSourceClassifier.cpp Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfSourceClassifier.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfSourcePositionFinder.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfSourcePositionFinder.h Initial checkin 2019-08-23 11:56:54 -07:00
BfStmtEvaluator.cpp Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfSystem.cpp Fixed extension initializers and dtors. [NoExtension]. Extension warning 2020-10-22 11:33:13 -07:00
BfSystem.h Added type initializer blocks 2020-10-23 07:48:41 -07:00
BfTargetTriple.cpp Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
BfTargetTriple.h Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
BfType.h Initial checkin 2019-08-23 11:56:54 -07:00
BfUtil.cpp Added reflect method filters 2020-07-14 08:27:25 -07:00
BfUtil.h Added reflect method filters 2020-07-14 08:27:25 -07:00
BfVarDeclChecker.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfVarDeclChecker.h Initial checkin 2019-08-23 11:56:54 -07:00
MemReporter.cpp Beefy::String changes, lambda hotswap fixes 2019-09-03 11:17:13 -07:00
MemReporter.h Beefy::String changes, lambda hotswap fixes 2019-09-03 11:17:13 -07:00