diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-08 09:16:31 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-08 09:16:31 +0200 |
| commit | 22d10f3c61959827bb634c9fe25a85ead891d59d (patch) | |
| tree | 59e04586a4e4e96163454e6949991260e7bf11bc /dev/LibCompiler/src/Frontend/CompilerCPlusPlusAMD64.cc | |
| parent | 5563e156b8fe751d72f983531572ffdd324d8671 (diff) | |
refactor! Breaking changes in LibCompiler, see details.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/Frontend/CompilerCPlusPlusAMD64.cc')
| -rw-r--r-- | dev/LibCompiler/src/Frontend/CompilerCPlusPlusAMD64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/Frontend/CompilerCPlusPlusAMD64.cc b/dev/LibCompiler/src/Frontend/CompilerCPlusPlusAMD64.cc index 984d059..1aaf091 100644 --- a/dev/LibCompiler/src/Frontend/CompilerCPlusPlusAMD64.cc +++ b/dev/LibCompiler/src/Frontend/CompilerCPlusPlusAMD64.cc @@ -1,7 +1,7 @@ /* * ======================================================== * - * CompilerCPlusPlusAMD64 CPlusPlus Compiler Driver + * C++ Compiler Driver * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. * * ======================================================== |
