[all-commits] [llvm/llvm-project] 90374d: [analyzer] Fix buildbots after introducing a new f...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Fri Jun 10 05:47:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90374df15ddc58d823ca42326a76f58e748f20eb
https://github.com/llvm/llvm-project/commit/90374df15ddc58d823ca42326a76f58e748f20eb
Author: Balazs Benics <balazs.benics at sigmatechnology.se>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M clang/test/Misc/warning-flags.c
Log Message:
-----------
[analyzer] Fix buildbots after introducing a new frontend warning
It seems like I should have ran the `check-clang` target after introducing a new warning diagnostic entry.
My bad. I'll run it next time; `check-clang-analysis` was not enough.
Here is a link to the broken bot: http://45.33.8.238/linux/78236/step_7.txt
This commit should fix this.
Differential Revision: https://reviews.llvm.org/D126067
More information about the All-commits
mailing list