History log of /llvm-project/clang/lib/Sema/SemaOpenACCClause.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init
# 13918f5b 21-Jan-2025 erichkeane <ekeane@nvidia.com>

[OpenACC] Remove unreachable code

As stated on the commit by @shafik, the previous patch left in some code
from development. This removes it, as it is unreachable.


# 2c75bda4 15-Jan-2025 erichkeane <ekeane@nvidia.com>

[OpenACC] Split up SemaOpenACC.cpp

This file is getting quite large, so this patch splits the 'clause'
specific parts off into its own file to keep them better organized.