Skip to content

Commit 2c75bda

Browse files
committed
[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.
1 parent 1c3df53 commit 2c75bda

File tree

3 files changed

+2283
-2267
lines changed

3 files changed

+2283
-2267
lines changed

clang/lib/Sema/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ add_clang_library(clangSema
7070
SemaObjC.cpp
7171
SemaObjCProperty.cpp
7272
SemaOpenACC.cpp
73+
SemaOpenACCClause.cpp
7374
SemaOpenCL.cpp
7475
SemaOpenMP.cpp
7576
SemaOverload.cpp

0 commit comments

Comments
 (0)