mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #211] [MERGED] Ide: Fix compilation error and warnings related to MSVC 22 #233
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#233
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/211
Author: @klugier
Created: 10/22/2024
Status: ✅ Merged
Merged: 10/22/2024
Merged by: @mirek-fidler
Base:
master← Head:klugier/msvc22-ide-compilation-fixes📝 Commits (2)
ca7b2a5Ide: Fix compilation error and warnings related to MSVC 221eabed6Ide: instant setup now detects llvm include and bin directory for MSVC to compile TheIDE out of the box.📊 Changes
6 files changed (+20 additions, -12 deletions)
View changed files
📝
uppsrc/ide/InstantSetup.cpp(+10 -2)📝
uppsrc/ide/LayDes/LayDes.h(+3 -3)📝
uppsrc/ide/LayDes/laydes.cpp(+3 -3)📝
uppsrc/ide/LayDes/laywin.cpp(+2 -2)📝
uppsrc/ide/clang/Visitor.cpp(+1 -1)📝
uppsrc/ide/ide.cpp(+1 -1)📄 Description
TheIDE doesn't compile with the latest stable MSVC. This PR address this problem. Also, I decieded to change instant setup for MSVC to configure llvm dir by default. With that change MSVC should compile TheIDE out of the box, without the need for manual configuration.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.