git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_38@260997
91177308-0d34-0410-b5e6-
96231b3b80d8
- Improved diagnostics for function pointers.
+CUDA Support in Clang
+---------------------
+Clang has experimental support for end-to-end CUDA compilation now:
+
+- The driver now detects CUDA installation, creates host and device compilation
+ pipelines, links device-side code with appropriate CUDA bitcode and produces
+ single object file with host and GPU code.
+
+- Implemented target attribute-based function overloading which allows clang to
+ compile CUDA sources without splitting them into separate host/device TUs.
Internal API Changes
--------------------