[PR #105] [CLOSED] Fix to compile on POSIX by adding missing clang fucntions #156

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

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/105
Author: @klugier
Created: 10/2/2022
Status: Closed

Base: masterHead: klugier/fix-to-compile-libclang


📝 Commits (1)

📊 Changes

15 files changed (+8104 additions, -2013 deletions)

View changed files

uppsrc/ide/clang/clang-c/BuildSystem.h (+153 -0)
uppsrc/ide/clang/clang-c/CXCompilationDatabase.h (+174 -0)
uppsrc/ide/clang/clang-c/CXErrorCode.h (+62 -0)
uppsrc/ide/clang/clang-c/CXString.h (+69 -0)
uppsrc/ide/clang/clang-c/Documentation.h (+555 -0)
uppsrc/ide/clang/clang-c/ExternC.h (+39 -0)
uppsrc/ide/clang/clang-c/FatalErrorHandler.h (+32 -0)
uppsrc/ide/clang/clang-c/Index.h (+6869 -0)
uppsrc/ide/clang/clang-c/Platform.h (+53 -0)
uppsrc/ide/clang/clang-c/Rewrite.h (+63 -0)
📝 uppsrc/ide/clang/clang.dli (+4 -0)
📝 uppsrc/ide/clang/clang.h (+2 -1)
📝 uppsrc/ide/clang/clang.upp (+14 -3)
📝 uppsrc/ide/clang/libclang.cpp (+15 -0)
uppsrc/ide/clang/libclang.h (+0 -2009)

📄 Description

Fix to compile on POSIX by adding missing clang fucntions. Moreover, all headers from libclang has been added to avoid unnecessary work related to modifying libclang.h all the time when something new is added.


🔄 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/105 **Author:** [@klugier](https://github.com/klugier) **Created:** 10/2/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `klugier/fix-to-compile-libclang` --- ### 📝 Commits (1) - [`1e17ff5`](https://github.com/ultimatepp/ultimatepp/commit/1e17ff5d8244e103be6c6e08e425691e8946ef41) Fix to compile ### 📊 Changes **15 files changed** (+8104 additions, -2013 deletions) <details> <summary>View changed files</summary> ➕ `uppsrc/ide/clang/clang-c/BuildSystem.h` (+153 -0) ➕ `uppsrc/ide/clang/clang-c/CXCompilationDatabase.h` (+174 -0) ➕ `uppsrc/ide/clang/clang-c/CXErrorCode.h` (+62 -0) ➕ `uppsrc/ide/clang/clang-c/CXString.h` (+69 -0) ➕ `uppsrc/ide/clang/clang-c/Documentation.h` (+555 -0) ➕ `uppsrc/ide/clang/clang-c/ExternC.h` (+39 -0) ➕ `uppsrc/ide/clang/clang-c/FatalErrorHandler.h` (+32 -0) ➕ `uppsrc/ide/clang/clang-c/Index.h` (+6869 -0) ➕ `uppsrc/ide/clang/clang-c/Platform.h` (+53 -0) ➕ `uppsrc/ide/clang/clang-c/Rewrite.h` (+63 -0) 📝 `uppsrc/ide/clang/clang.dli` (+4 -0) 📝 `uppsrc/ide/clang/clang.h` (+2 -1) 📝 `uppsrc/ide/clang/clang.upp` (+14 -3) 📝 `uppsrc/ide/clang/libclang.cpp` (+15 -0) ➖ `uppsrc/ide/clang/libclang.h` (+0 -2009) </details> ### 📄 Description Fix to compile on POSIX by adding missing clang fucntions. Moreover, all headers from libclang has been added to avoid unnecessary work related to modifying libclang.h all the time when something new is added. --- <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:47 -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#156
No description provided.