]> granicus.if.org Git - clang/commit
Split off CUDA-specific Sema parts to a new file
authorEli Bendersky <eliben@google.com>
Wed, 3 Sep 2014 15:27:03 +0000 (15:27 +0000)
committerEli Bendersky <eliben@google.com>
Wed, 3 Sep 2014 15:27:03 +0000 (15:27 +0000)
commit59c0e21c942b6a39622a6c948afbddb9c5064113
tree9933bb979840009c6fb3321ec239076142577767
parentd91dc0875630e6d2c81363b2801ed47257daa026
Split off CUDA-specific Sema parts to a new file

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.

Review: http://reviews.llvm.org/D5160

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217043 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/CMakeLists.txt
lib/Sema/SemaCUDA.cpp [new file with mode: 0644]
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp