[clang] Update Clang.cpp (PR #77031)

2024-01-04 Thread via cfe-commits
cor3ntin wrote: Can you provide a more complete description of your change, a better title? Does this change needs tests? A release note? Thanks https://github.com/llvm/llvm-project/pull/77031 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] Update Clang.cpp (PR #77031)

2024-01-04 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff c1eef483b2c1ab2564e0ee1e4d1a30db11f8049f 50e69eac786a646491e278478bb096e361d6c4c1 --

[clang] Update Clang.cpp (PR #77031)

2024-01-04 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: hw-1 (hw-1) Changes fix bug with PCH check failed, detail with https://github.com/llvm/llvm-project/issues/76923 --- Full diff: https://github.com/llvm/llvm-project/pull/77031.diff 1 Files Affected: - (modified)

[clang] Update Clang.cpp (PR #77031)

2024-01-04 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] Update Clang.cpp (PR #77031)

2024-01-04 Thread via cfe-commits
https://github.com/hw-1 created https://github.com/llvm/llvm-project/pull/77031 fix bug with PCH check failed, detail with https://github.com/llvm/llvm-project/issues/76923 >From 50e69eac786a646491e278478bb096e361d6c4c1 Mon Sep 17 00:00:00 2001 From: hw-1