[clang] [clang] Fix wrong warning about missing init for flexible array members (PR #66341)

2023-09-15 Thread Mariya Podchishchaeva via cfe-commits
https://github.com/Fznamznon closed https://github.com/llvm/llvm-project/pull/66341 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Fix wrong warning about missing init for flexible array members (PR #66341)

2023-09-14 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman approved this pull request. LGTM! https://github.com/llvm/llvm-project/pull/66341 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Fix wrong warning about missing init for flexible array members (PR #66341)

2023-09-14 Thread Shafik Yaghmour via cfe-commits
shafik wrote: Thank you for the quick fix https://github.com/llvm/llvm-project/pull/66341 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Fix wrong warning about missing init for flexible array members (PR #66341)

2023-09-14 Thread Mariya Podchishchaeva via cfe-commits
Fznamznon wrote: > (double checking: this does not need a release note because it fixes > something that was changed post 17 branch. Correct?) Exactly. There is a release note for guilty change. https://github.com/llvm/llvm-project/pull/66341 ___

[clang] [clang] Fix wrong warning about missing init for flexible array members (PR #66341)

2023-09-14 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. LGTM ! (double checking: this does not need a release note because it fixes something that was changed post 17 branch. Correct?) https://github.com/llvm/llvm-project/pull/66341 ___ cfe-commits