[clang] [clang][utils] Remove ClangDataFormat.py for now (PR #96385)

2024-06-24 Thread Michael Buch via cfe-commits
Michael137 wrote: > LGTM > > > We should eventually develop proper formatters for Clang data-types, but > > these are currently not ready. > > Yes, I'm still working on that in background. LLDB has to have a way to > understand custom RTTI we use in AST nodes for statements and types, because

[clang] [clang][utils] Remove ClangDataFormat.py for now (PR #96385)

2024-06-24 Thread Vlad Serebrennikov via cfe-commits
Endilll wrote: LGTM > We should eventually develop proper formatters for Clang data-types, but > these are currently not ready. Yes, I'm still working on that in background. LLDB has to have a way to understand custom RTTI we use in AST nodes for statements and types, because adding a vtable

[clang] [clang][utils] Remove ClangDataFormat.py for now (PR #96385)

2024-06-22 Thread Michael Buch via cfe-commits
Michael137 wrote: > LLVM Buildbot has detected a new failure on builder `lldb-arm-ubuntu` running > on `linaro-lldb-arm-ubuntu` while building `clang` at step 6 "test". > > Full details are available at: > https://lab.llvm.org/buildbot/#/builders/18/builds/384 > > Here is the relevant piece o

[clang] [clang][utils] Remove ClangDataFormat.py for now (PR #96385)

2024-06-22 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-arm-ubuntu` running on `linaro-lldb-arm-ubuntu` while building `clang` at step 6 "test". Full details are available at: https://lab.llvm.org/buildbot/#/builders/18/builds/384 Here is the relevant piece of the build log f

[clang] [clang][utils] Remove ClangDataFormat.py for now (PR #96385)

2024-06-22 Thread Michael Buch via cfe-commits
https://github.com/Michael137 closed https://github.com/llvm/llvm-project/pull/96385 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][utils] Remove ClangDataFormat.py for now (PR #96385)

2024-06-22 Thread Jonas Devlieghere via cfe-commits
https://github.com/JDevlieghere approved this pull request. https://github.com/llvm/llvm-project/pull/96385 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][utils] Remove ClangDataFormat.py for now (PR #96385)

2024-06-22 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Michael Buch (Michael137) Changes This formatter doesn't currently provide much value. It only formats `SourceLocation` and `QualType`. The only formatting it does for `QualType` is call `getAsString()` on it. The main motivator for the

[clang] [clang][utils] Remove ClangDataFormat.py for now (PR #96385)

2024-06-22 Thread Michael Buch via cfe-commits
https://github.com/Michael137 created https://github.com/llvm/llvm-project/pull/96385 This formatter doesn't currently provide much value. It only formats `SourceLocation` and `QualType`. The only formatting it does for `QualType` is call `getAsString()` on it. The main motivator for the remo