diff options
| author | Erik Schnetter <schnetter@gmail.com> | 2013-11-11 06:36:33 +0000 | 
|---|---|---|
| committer | Erik Schnetter <schnetter@gmail.com> | 2013-11-11 06:36:33 +0000 | 
| commit | 489700d9450c6bc4c98b81fba93aa49b7d323b99 (patch) | |
| tree | 85ccab4bb6f80249504d6f721979bef5abafa2d8 | |
| parent | 864f1cc065077c7de5028c62b5a6018e749791bf (diff) | |
| download | bcm5719-llvm-489700d9450c6bc4c98b81fba93aa49b7d323b99.tar.gz bcm5719-llvm-489700d9450c6bc4c98b81fba93aa49b7d323b99.zip | |
Describe OpenCL C changes
llvm-svn: 194368
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 4a1f240be8d..7d63744bdf9 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -112,6 +112,13 @@ Objective-C Language Changes in Clang  ... +OpenCL C Language Changes in Clang +---------------------------------- + +- OpenCL C "long" now always has a size of 64 bit, and all OpenCL C +  types are aligned as specified in the OpenCL C standard. Also, +  "char" is now always signed. +  Internal API Changes  -------------------- | 

