[all-commits] [llvm/llvm-project] 9c5d76: [OPENMP]Dow not emit warnings for uninitialized lo...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Oct 17 13:34:00 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9c5d76ff4d15e2cabf976911bd150302ae5fdeea
https://github.com/llvm/llvm-project/commit/9c5d76ff4d15e2cabf976911bd150302ae5fdeea
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-10-17 (Thu, 17 Oct 2019)
Changed paths:
M clang/lib/Analysis/CFG.cpp
M clang/test/Analysis/cfg-openmp.cpp
M clang/test/OpenMP/teams_distribute_parallel_for_simd_linear_messages.cpp
M clang/test/OpenMP/teams_distribute_simd_linear_messages.cpp
Log Message:
-----------
[OPENMP]Dow not emit warnings for uninitialized loop counters.
In OpenMP constructs all counters are initialized and we should not emit
warnings about uninitialized privatized loop control variables.
llvm-svn: 375167
More information about the All-commits
mailing list