In line with SemaOpenMP.cpp, etc. CUDA-specific semantic analysis code goes into a separate file. This is in anticipation of adding extra functionality here in the near future.
No change in functionality.
Paths
| Differential D5160
Split off CUDA-specific Sema parts to a new file ClosedPublic Authored by eliben on Sep 2 2014, 3:57 PM.
Details
Summary In line with SemaOpenMP.cpp, etc. CUDA-specific semantic analysis code goes into a separate file. This is in anticipation of adding extra functionality here in the near future. No change in functionality.
Diff Detail Event Timelineeliben updated this object. pcc edited edge metadata. Comment ActionsLGTM modulo nit.
This revision is now accepted and ready to land.Sep 2 2014, 6:17 PM Comment Actions Thanks for the quick review, Peter. Committed in r217043.
Revision Contents
Diff 13185 lib/Sema/CMakeLists.txt
lib/Sema/SemaCUDA.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
|
You should include clang/Sema/Sema.h first per the coding standards.