forked from OSchip/llvm-project
__has_extension is a function-like macro which takes the same set of feature identifiers as __has_feature. It evaluates to 1 if the feature is supported by Clang in the current language (either as a language extension or a standard language feature) or 0 if not. At the same time, add support for the C1X feature identifiers c_generic_selections (renamed from generic_selections) and c_static_assert, and document them. Patch by myself and Jean-Daniel Dupas. llvm-svn: 131308 |
||
|---|---|---|
| .. | ||
| tools | ||
| AnalyzerRegions.html | ||
| Block-ABI-Apple.txt | ||
| BlockLanguageSpec.txt | ||
| DriverArchitecture.png | ||
| DriverInternals.html | ||
| InternalsManual.html | ||
| LanguageExtensions.html | ||
| Makefile | ||
| PCHInternals.html | ||
| PCHLayout.graffle | ||
| PCHLayout.png | ||
| PTHInternals.html | ||
| UsersManual.html | ||
| doxygen.cfg.in | ||
| doxygen.css | ||
| doxygen.footer | ||
| doxygen.header | ||
| doxygen.intro | ||
| index.html | ||
| libIndex.html | ||