[PATCH] D72212: [Sema] Improve -Wrange-loop-analysis warnings
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 4 13:46:36 PST 2020
Mordante marked an inline comment as done.
Mordante added inline comments.
================
Comment at: clang/lib/Sema/SemaStmt.cpp:2806
- // constructors.
- if (VariableType.isPODType(SemaRef.Context))
return;
----------------
xbolva00 wrote:
> assert it?
Sorry I don't understand what you mean. What do you want to assert?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72212/new/
https://reviews.llvm.org/D72212
More information about the cfe-commits
mailing list