1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00
Beef/IDEHelper/Compiler
2025-02-18 12:39:48 -08:00
..
BfAst.cpp Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfAst.h Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
BfAstAllocator.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfAstAllocator.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfAutoComplete.cpp Fixed enum comparison to int when there's an int conversion operator 2025-02-01 07:15:49 -08:00
BfAutoComplete.h Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfCodeGen.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfCodeGen.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfCompiler.cpp Expanding support for params in delegates, params tuple support 2025-02-16 11:36:14 -08:00
BfCompiler.h Expanding support for params in delegates, params tuple support 2025-02-16 11:36:14 -08:00
BfConstResolver.cpp Const resolve enum case cast fix 2025-01-23 07:29:50 -08:00
BfConstResolver.h Const resolve enum case cast fix 2025-01-23 07:29:50 -08:00
BfContext.cpp Support for marking append-allocated objects (mHasAppendWantMark) 2025-01-28 14:49:15 -08:00
BfContext.h Recursive type rebuild fix 2025-01-23 13:01:52 -08:00
BfDefBuilder.cpp Support for marking append-allocated objects (mHasAppendWantMark) 2025-01-28 14:49:15 -08:00
BfDefBuilder.h Inline anonymous type declarations 2025-01-02 11:42:33 -08:00
BfDeferEvalChecker.cpp Allow (.) inferred type cast inside ref and * unary operations 2024-12-02 13:53:36 -05:00
BfDeferEvalChecker.h Fixed issue with comptime strings ending up in executable 2023-03-02 12:41:07 -05:00
BfDemangler.cpp Made MsDemangleScanner more lenient 2025-02-18 12:39:48 -08:00
BfDemangler.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfElementVisitor.cpp Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfElementVisitor.h Inline anonymous type declarations 2025-01-02 11:42:33 -08:00
BfExprEvaluator.cpp Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
BfExprEvaluator.h Fixed enum comparison to int when there's an int conversion operator 2025-02-01 07:15:49 -08:00
BfFixits.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfIRBuilder.cpp Reworked static append fields 2025-01-24 06:14:46 -08:00
BfIRBuilder.h Added typeof_comptime const type 2025-01-19 12:40:50 -08:00
BfIRCodeGen.cpp Ensure blockExpr lifetimeStart doesn't insert above phi nodes 2025-01-25 06:11:46 -08:00
BfIRCodeGen.h Optimization phases for LLVM upgrade 2024-05-05 12:26:21 -04:00
BfMangler.cpp Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
BfMangler.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfModule.cpp Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
BfModule.h Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
BfModuleTypeUtils.cpp Improved mGhostDependencies handling of undefined types 2025-02-18 11:39:56 -08:00
BfNamespaceVisitor.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfNamespaceVisitor.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfParser.cpp Allow catch-all '#pragma warning disable' 2025-01-16 07:36:45 -08:00
BfParser.h Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfPrinter.cpp Fixed formatting of multi-line string that doesn't start on a new line 2025-02-03 10:38:46 -08:00
BfPrinter.h Handle zero-sized enums (<= 1 member) 2024-11-08 09:16:27 -05:00
BfReducer.cpp Fixed ability to use anonymous types as method parameters 2025-01-09 13:48:14 -08:00
BfReducer.h Fixed failed anonymous inline type declaration with attributes 2025-01-07 11:54:46 -08:00
BfResolvedTypeUtils.cpp Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
BfResolvedTypeUtils.h Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
BfResolvePass.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfResolvePass.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSource.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSource.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSourceClassifier.cpp Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfSourceClassifier.h Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfSourcePositionFinder.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSourcePositionFinder.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfStmtEvaluator.cpp Tuple variable initialization fix from splats 2025-02-16 06:45:05 -08:00
BfSystem.cpp Added field and instantiation restrictions to extended opaques 2025-02-15 13:21:47 -08:00
BfSystem.h Support for marking append-allocated objects (mHasAppendWantMark) 2025-01-28 14:49:15 -08:00
BfTargetTriple.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfTargetTriple.h Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
BfType.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfUtil.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfUtil.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfVarDeclChecker.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfVarDeclChecker.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
CeDebugger.cpp TypedValueToString fix with null type 2025-01-23 07:37:44 -08:00
CeDebugger.h Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00
CeMachine.cpp Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
CeMachine.h Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
MemReporter.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
MemReporter.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00