]> granicus.if.org Git - clang/commit
Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs."
authorDiana Picus <diana.picus@linaro.org>
Tue, 13 Jun 2017 12:50:06 +0000 (12:50 +0000)
committerDiana Picus <diana.picus@linaro.org>
Tue, 13 Jun 2017 12:50:06 +0000 (12:50 +0000)
commit68584d4a736edfbb1e7203ba4e7da051765f383a
treef8177d9eb57f0b191b5f9dfa4ab32bf46d83b4f2
parent3e1f3e75d998c8f82cea7d1aab6c0137634575c6
Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs."

This reverts commit r305239 because it broke the buildbots (the
diag-flags.cpp test is failing).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305287 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang/Sema/Sema.h
lib/AST/ExprConstant.cpp
lib/Sema/SemaChecking.cpp
test/OpenMP/distribute_parallel_for_simd_aligned_messages.cpp
test/OpenMP/distribute_simd_aligned_messages.cpp
test/OpenMP/for_simd_aligned_messages.cpp
test/OpenMP/parallel_for_simd_aligned_messages.cpp
test/OpenMP/simd_aligned_messages.cpp
test/OpenMP/target_parallel_for_simd_aligned_messages.cpp
test/OpenMP/target_simd_aligned_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_aligned_messages.cpp
test/OpenMP/target_teams_distribute_simd_aligned_messages.cpp
test/OpenMP/taskloop_simd_aligned_messages.cpp
test/OpenMP/teams_distribute_parallel_for_simd_aligned_messages.cpp
test/OpenMP/teams_distribute_simd_aligned_messages.cpp
test/Sema/integer-overflow.c