Lines Matching refs:Clang
2 Clang 3.9 (In-Progress) Release Notes
13 These are in-progress notes for the upcoming Clang 3.9 release. You may
14 prefer the `Clang 3.8 Release Notes
20 This document contains the release notes for the Clang C/C++/Objective-C
22 describe the status of Clang in some detail, including major
29 For more information about Clang or LLVM, including information about
30 the latest release, please check out the main please see the `Clang Web
35 main Clang web page, this document applies to the *next* release, not
39 What's New in Clang 3.9?
42 Some of the major new features and improvements to Clang are listed
43 here. Generic improvements to Clang as a whole or to its underlying
45 sections with improvements to Clang's support for those languages.
50 - Clang will no longer passes --build-id by default to the linker. In modern
55 Improvements to Clang's diagnostics
58 Clang's diagnostics are constantly being improved to catch more issues,
70 New Pragmas in Clang
73 Clang now supports the ...
78 Clang's support for building native Windows programs ...
83 C Language Changes in Clang
99 C++ Language Changes in Clang
102 - Clang now enforces the rule that a *using-declaration* cannot name an enumerator of a
113 - Clang now enforces the rule that an enumerator of an unscoped enumeration declared at
127 Clang's experimental support for the upcoming C++1z standard can be enabled with ``-std=c++1z``.
128 Changes to C++1z features since Clang 3.8:
131 supported in C++11 onwards, and are largely synonymous with Clang's existing attributes
159 Objective-C Language Changes in Clang
164 OpenCL C Language Changes in Clang
169 OpenMP Support in Clang
176 Currently Clang supports OpenMP 3.1 and all non-offloading features of
177 OpenMP 4.0/4.5. Offloading features are under development. Clang defines macro
188 Clang. If upgrading an external codebase that uses Clang as a library,
239 A wide variety of additional information is available on the `Clang web
243 this release by going into the "``clang/docs/``" directory in the Clang
246 If you have any questions or comments about Clang, please feel free to