[clang] [clang] Do not serialize function definitions without a body (PR #121550)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 6 00:58:24 PST 2025
Alejandro =?utf-8?q?Álvarez_Ayllón?=,
Alejandro =?utf-8?q?Álvarez_Ayllón?=,
Alejandro =?utf-8?q?Álvarez_Ayllón?=,
Alejandro =?utf-8?q?Álvarez_Ayllón?Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/121550 at github.com>
https://github.com/ChuanqiXu9 approved this pull request.
LGTM now.
We can land this after you fix the formatting issue. I generally use the following command to format my patch:
```
git diff -U0 --no-color --relative HEAD^ | clang/tools/clang-format/clang-format-diff.py -p1 -i
```
feel free to use other methods
https://github.com/llvm/llvm-project/pull/121550
More information about the cfe-commits
mailing list