riccibruno marked an inline comment as done.
riccibruno added inline comments.
================
Comment at: clang/test/SemaCXX/warn-unsequenced.cpp:313
+ //
+ // However SequenceChecker::VisitCXXConstructExpr only visit the arguments
+ // of the CXXConstructExpr and is not visiting the arguments of
----------------
riccibruno wrote:
> I meant "constructor initializers" instead, but I am not sure if they should
> be visited.
Ah, `struct X { int b = ++a; };` is not an aggregate in C++11 so I think this
is fine.
I will remove the comment. Sorry for the spam.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81003/new/
https://reviews.llvm.org/D81003
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits