[clang] Treat ipynb as json (PR #135137)

2025-04-10 Thread via cfe-commits
github-actions[bot] wrote: @Timple Congratulations on having your first Pull Request (PR) merged into the LLVM Project! Your changes will be combined with recent changes from other authors, then tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with a build,

[clang] Treat ipynb as json (PR #135137)

2025-04-10 Thread Björn Schäpers via cfe-commits
https://github.com/HazardyKnusperkeks approved this pull request. https://github.com/llvm/llvm-project/pull/135137 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Treat ipynb as json (PR #135137)

2025-04-10 Thread Björn Schäpers via cfe-commits
https://github.com/HazardyKnusperkeks closed https://github.com/llvm/llvm-project/pull/135137 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Treat ipynb as json (PR #135137)

2025-04-10 Thread Björn Schäpers via cfe-commits
@@ -33,7 +33,7 @@ to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code. Clang-format options: --Werror - If set, changes formatting warnings to errors ---Wno-error=- If set, don't error out on the specified warning ty

[clang] Treat ipynb as json (PR #135137)

2025-04-10 Thread Tim Clephas via cfe-commits
https://github.com/Timple updated https://github.com/llvm/llvm-project/pull/135137 >From a924a68f906a14ee479b547658f6633328427ecd Mon Sep 17 00:00:00 2001 From: Tim Clephas Date: Thu, 10 Apr 2025 08:53:20 +0200 Subject: [PATCH 1/4] Treat ipynb as json Fixes #110727 --- clang/lib/Format/Format

[clang] Treat ipynb as json (PR #135137)

2025-04-10 Thread Tim Clephas via cfe-commits
@@ -33,7 +33,7 @@ to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code. Clang-format options: --Werror - If set, changes formatting warnings to errors ---Wno-error=- If set, don't error out on the specified warning ty

[clang] Treat ipynb as json (PR #135137)

2025-04-10 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] Treat ipynb as json (PR #135137)

2025-04-10 Thread Björn Schäpers via cfe-commits
https://github.com/HazardyKnusperkeks commented: I think you should also update: * `git-clang-format` * The help text in `ClangFormat.cpp` * Run `clang/docs/tools/dump_format_help.py` * `clang-format-diff.py` https://github.com/llvm/llvm-project/pull/135137 __

[clang] Treat ipynb as json (PR #135137)

2025-04-09 Thread Tim Clephas via cfe-commits
https://github.com/Timple created https://github.com/llvm/llvm-project/pull/135137 Fixes #110727 I do not have merge access on this repository. So please merge if approved. >From a924a68f906a14ee479b547658f6633328427ecd Mon Sep 17 00:00:00 2001 From: Tim Clephas Date: Thu, 10 Apr 2025 08:53:2

[clang] Treat ipynb as json (PR #135137)

2025-04-09 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: Tim Clephas (Timple) Changes Fixes #110727 I do not have merge access on this repository. So please merge if approved. --- Full diff: https://github.com/llvm/llvm-project/pull/135137.diff 1 Files Affected: - (modified) clang/lib