History log of /llvm-project/clang/test/AST/ByteCode/openmp.cpp (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3
# 159f2530 21-Oct-2024 Timm Baeder <tbaeder@redhat.com>

[clang][bytecode] Diagnose invalid declrefs differently if we've... (#113140)

... tried their initializer already. In that case, diagnose the
non-const initializer instead of the reference to a non

[clang][bytecode] Diagnose invalid declrefs differently if we've... (#113140)

... tried their initializer already. In that case, diagnose the
non-const initializer instead of the reference to a non-constexpr
variable later. This is used in a lot of openmp tests.

show more ...