[PR #94] [MERGED] Llbm ide #149

Closed
opened 2026-05-05 03:41:33 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/94
Author: @mirek-fidler
Created: 9/16/2022
Status: Merged
Merged: 9/16/2022
Merged by: @mirek-fidler

Base: masterHead: llbm_ide


📝 Commits (10+)

📊 Changes

147 files changed (+8926 additions, -11155 deletions)

View changed files

📝 uppsrc/CodeEditor/CodeEditor.h (+6 -2)
📝 uppsrc/CodeEditor/EditorBar.cpp (+2 -0)
📝 uppsrc/Core/CoWork.cpp (+0 -30)
📝 uppsrc/Core/CoWork.h (+0 -6)
📝 uppsrc/Core/Core.h (+0 -2)
📝 uppsrc/Core/Dli.cpp (+7 -15)
📝 uppsrc/Core/Fn.h (+0 -15)
📝 uppsrc/Core/Mt.cpp (+27 -2)
📝 uppsrc/Core/Mt.h (+3 -1)
📝 uppsrc/Core/SplitMerge.h (+0 -23)
📝 uppsrc/Core/Topt.h (+24 -24)
📝 uppsrc/Core/Util.h (+2 -2)
📝 uppsrc/Core/dli.h (+8 -0)
uppsrc/CppBase/Base.cpp (+0 -103)
uppsrc/CppBase/Body.cpp (+0 -308)
uppsrc/CppBase/Copying (+0 -22)
uppsrc/CppBase/CppBase.h (+0 -260)
uppsrc/CppBase/CppBase.upp (+0 -28)
uppsrc/CppBase/CppItem.cpp (+0 -82)
uppsrc/CppBase/Expression.cpp (+0 -546)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/94 **Author:** [@mirek-fidler](https://github.com/mirek-fidler) **Created:** 9/16/2022 **Status:** ✅ Merged **Merged:** 9/16/2022 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `llbm_ide` --- ### 📝 Commits (10+) - [`0d7bded`](https://github.com/ultimatepp/ultimatepp/commit/0d7bded3cc9cb253fb8aa1cf51890a3cde3d6672) ide/clang integration step 0 - [`cee309f`](https://github.com/ultimatepp/ultimatepp/commit/cee309f3d179018fc895286d52b1089a28bdf4ba) clang autocomplete - [`af64821`](https://github.com/ultimatepp/ultimatepp/commit/af64821b01602feb2485e800cd2c47f48bf15465) autocomplete - [`ee423f0`](https://github.com/ultimatepp/ultimatepp/commit/ee423f0141b7e409c36007a7653fc51657cbdb60) improving autocomplete - [`0220899`](https://github.com/ultimatepp/ultimatepp/commit/022089931f404a1813726073c5b13c7ddcbb1233) autocomplete cxx icons, sort - [`d9b0566`](https://github.com/ultimatepp/ultimatepp/commit/d9b05665857b4291c8d6072f63082750610cf86d) autocomplete mostly finished - [`3c2e3bf`](https://github.com/ultimatepp/ultimatepp/commit/3c2e3bf6b399ba76340bb6b0e87cc31507df7e66) autocomplete fixed - [`d42ea50`](https://github.com/ultimatepp/ultimatepp/commit/d42ea505704633072454bdae178adf42245f6c23) clang autocomplete fixed for linux - [`b8d94ee`](https://github.com/ultimatepp/ultimatepp/commit/b8d94ee3a10de9d8271ef9699ea7a4afc7de92ad) developing clang ide - [`9245658`](https://github.com/ultimatepp/ultimatepp/commit/92456580f54b22e8f7befe19549b7d6e738b9bf1) developing clang ide ### 📊 Changes **147 files changed** (+8926 additions, -11155 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/CodeEditor/CodeEditor.h` (+6 -2) 📝 `uppsrc/CodeEditor/EditorBar.cpp` (+2 -0) 📝 `uppsrc/Core/CoWork.cpp` (+0 -30) 📝 `uppsrc/Core/CoWork.h` (+0 -6) 📝 `uppsrc/Core/Core.h` (+0 -2) 📝 `uppsrc/Core/Dli.cpp` (+7 -15) 📝 `uppsrc/Core/Fn.h` (+0 -15) 📝 `uppsrc/Core/Mt.cpp` (+27 -2) 📝 `uppsrc/Core/Mt.h` (+3 -1) 📝 `uppsrc/Core/SplitMerge.h` (+0 -23) 📝 `uppsrc/Core/Topt.h` (+24 -24) 📝 `uppsrc/Core/Util.h` (+2 -2) 📝 `uppsrc/Core/dli.h` (+8 -0) ➖ `uppsrc/CppBase/Base.cpp` (+0 -103) ➖ `uppsrc/CppBase/Body.cpp` (+0 -308) ➖ `uppsrc/CppBase/Copying` (+0 -22) ➖ `uppsrc/CppBase/CppBase.h` (+0 -260) ➖ `uppsrc/CppBase/CppBase.upp` (+0 -28) ➖ `uppsrc/CppBase/CppItem.cpp` (+0 -82) ➖ `uppsrc/CppBase/Expression.cpp` (+0 -546) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:41:33 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#149
No description provided.