[PATCH] D64356: [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP programs.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 12:46:33 PDT 2019
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Ugh, i forced a lot of boilerplate on you. Hope it was worth it >.<
Thank you!~
================
Comment at: test/Analysis/cfg-openmp.cpp:3
+
+// CHECK: void xxx(int argc)
+// CHECK: [B1]
----------------
Those are quite readable because of very verbose pretty-prints but generally i prefer to interleave code and `CHECK:` lines so that to easily see both on one screen and know what corresponds to what.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64356/new/
https://reviews.llvm.org/D64356
More information about the cfe-commits
mailing list