summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCUDA.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split off CUDA-specific Sema parts to a new fileEli Bendersky2014-09-031-0/+76
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 llvm-svn: 217043
OpenPOWER on IntegriCloud