]> granicus.if.org Git - clang/history - docs/LanguageExtensions.rst
Document __has_feature(modules) in LanguageExtensions
[clang] / docs / LanguageExtensions.rst
2015-03-10 Ben LangmuirDocument __has_feature(modules) in LanguageExtensions
2014-12-05 Aaron BallmanAmending r223468 with this documentation change.
2014-12-05 Aaron BallmanAdded a new preprocessor macro: __has_declspec_attribut...
2014-12-03 Nico WeberAdd support for has_feature(cxx_alignof) and has_featur...
2014-11-14 Aaron BallmanOops, the underline was too short for sphinx to like.
2014-11-14 Aaron BallmanComplete support for the SD-6 standing document (based...
2014-11-12 Richard SmithUpdate Clang's SD-6 support to match N4200 (except...
2014-10-10 JF BastienFix documentation typo.
2014-10-03 Dan Liew[sphinx clean up] Fix warning introduced by r218957
2014-10-03 Hal FinkelAdd an implementation of C11's stdatomic.h
2014-09-07 Hal FinkelAdd __builtin_assume and __builtin_assume_aligned using...
2014-09-03 Anton YartsevEnhance the 'Vectors and Extended Vectors' section.
2014-09-02 Yunzhong GaoFixing a typo in the documented __builtin_convertvector...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-23 Yi KongARM: Add doc for ACLE memory barrier intrinsics
2014-07-14 Alp TokerFix typos
2014-07-02 Tim NorthoverARM: add support for v8 ldaex/stlex builtins.
2014-06-19 Eli BenderskyDocument unroll and unroll_count directives.
2014-06-18 Tyler NowickiDocumentation for #pragma clang loop directive and...
2014-06-03 Richard SmithAdd __builtin_operator_new and __builtin_operator_delet...
2014-05-28 Dario Domizioli[DOC] Documentation for #pragma clang optimize on/off
2014-05-24 Tim NorthoverAArch64/ARM64: rename ARM64 components to AArch64
2014-05-09 Richard SmithPR19698, PR19674: enable __has_feature checks for cxx_g...
2014-04-12 Yunzhong GaoAdd description about the __is_identifier() macro
2014-03-29 Tim NorthoverARM64: initial clang support commit.
2014-02-21 Aaron BallmanMoving the documentation for the format attribute into...
2014-02-21 Aaron BallmanMoving the documentation for the type safety checking...
2014-02-21 Aaron BallmanMoving the documentation for the sanitizer negation...
2014-02-19 Aaron BallmanDoing some temporary touch-up on the gnu namespace...
2014-02-19 Aaron BallmanRefactored the way attribute category headers are handl...
2014-02-19 Aaron BallmanMoving the documentation for the ARM interrupt attribut...
2014-02-19 Aaron BallmanMoving the documentation for the clang::fallthrough...
2014-02-19 Aaron BallmanMoving the documentation for the availability attribute...
2014-02-19 Aaron BallmanMoving the documentation for the objc_requires_super...
2014-02-19 Aaron BallmanMoving the documentation for the objc_method_family...
2014-02-19 Aaron BallmanMoving the documentation for the overloadable attribute...
2014-02-19 Aaron BallmanMoving the documentation for the enable_if attribute...
2014-02-18 DeLesley HutchinsUpdated documentation for Thread Safety Analysis.
2014-01-28 Nick LewyckyClarify. Thanks to Sean Silva and Warren Hunt for help...
2014-01-28 Nick LewyckyFix always-false conditional thinko in documentation.
2014-01-24 Richard SmithRemove outdated documentation suggesting we don't suppo...
2014-01-20 Alp TokerMSVC 2013 type trait support
2014-01-18 Alp Tokerdocs: clarify the role of compiler-builtin type trait...
2014-01-18 Nick LewyckyTry to fix this link.
2014-01-15 Nick LewyckyThis code block wasn't showing up in the html. Try...
2014-01-15 Nick LewyckyFix the attribute enable_if example in the docs to...
2014-01-15 Alp TokerFix cxx_variable_templates feature check and documentation
2014-01-11 Nick LewyckyWhoops! Fix major think-o in the first example in the...
2014-01-11 Nick LewyckyAdd a new attribute 'enable_if' which can be used to...
2014-01-09 Aaron BallmanUpdating documentation for the __has_attribute changes...
2013-12-03 Alp TokerDocumentation typo corrections
2013-10-24 Warren HuntUndoing accidental change to docs/LanguageExtensions...
2013-10-23 Warren HuntImplements 64 bit microsoft record layout and adds...
2013-10-23 Ted KremenekMore wordsmithing on objc_requires_super documentation.
2013-10-23 Ted KremenekWordsmith text of objc_requires_super.
2013-10-23 Ted KremenekFix typo.
2013-10-23 Ted KremenekProvide documentation on attribute((objc_requires_super)).
2013-10-23 Ted KremenekChange title of section to reflect the concept, and...
2013-10-21 Chris WailesUpdated and added to the Consumed documentation.
2013-10-17 Dmitry Vyukovtsan: update docs
2013-10-15 Ted KremenekDocument the presence of the new Objective-C++ mangling...
2013-10-01 Tim NorthoverTypo in ARM __attribute__((interrupt)) documentation
2013-10-01 Tim NorthoverImplement ARM GNU-style interrupt attribute
2013-09-18 Hal FinkelAdd the intrinsic __builtin_convertvector
2013-09-16 Benjamin KramerAdd a define for the ObjFW runtime ABI version.
2013-09-14 Ed SchoutenMake __has_extension(c_thread_local) work.
2013-09-09 Sean Silva[docs] Fix some finicky Sphinx warnings.
2013-08-22 DeLesley HutchinsUpdate to consumed analysis.
2013-08-03 Craig TopperAdd support for passing -1 to __builtin_shufflevector...
2013-07-26 Eli FriedmanFix GNU ObjC ABI for a message returning a struct.
2013-07-24 Richard SmithRename feature test for lambda init-captures from cxx_g...
2013-07-24 Richard SmithUpdate documentation to match current C++1y feature...
2013-07-16 Tim NorthoverARM: implement low-level intrinsics for the atomic...
2013-07-11 Richard SmithAdd a __builtin_addressof that performs the same functi...
2013-07-11 Richard SmithFix some grammar errors.
2013-07-11 Richard SmithFix documentation:
2013-06-20 Michael Gottesman[checked-arithmetic builtins] Added builtins to enable...
2013-06-18 Michael Gottesman[multiprecision-builtins] Added missing builtin __built...
2013-05-23 Tim NorthoverAdd caveat to __builtin_readcyclecounter documentation.
2013-05-12 Richard SmithC++1y: provide full 'auto' return type deduction for...
2013-05-07 Richard SmithC++1y: Update __cplusplus to temporary value 201305L...
2013-04-19 Richard SmithC++11 support is now feature-complete.
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (Clang...
2013-02-23 Peter CollingbourneRevert r175912, "Add support for coldcc to clang" at...
2013-02-22 Peter CollingbourneAdd support for coldcc to clang
2013-02-14 Richard SmithActually fix rendering of the example code block!
2013-02-14 Richard SmithSome grammar fixes to 'Format String Checking', and...
2013-02-14 Richard SmithDocument Clang's support for [[gnu::...]] attributes.
2013-01-17 Dmitri GribenkoDocumentation: formatting
2013-01-16 Aaron BallmanAdding verbiage to the Language Extensions document...
2013-01-16 Dmitri GribenkoDocumentation: fix typo
2013-01-16 Douglas GregorDocument the redeclaration and overriding restrictions...
2013-01-13 Dmitri GribenkoDocument behavior of -Wformat-nonliteral, it is differe...
2013-01-13 Michael GottesmanUpdated documentation to reflect new multiprecision...
2013-01-07 Michael GottesmanConverted Block-ABI-Apple.txt => Block-ABI-Apple.rst.
2013-01-02 Sean Silvadocs: Curb excessive table-of-contents depth.
2013-01-02 Sean Silvadocs: Reorganize landing page.
2013-01-02 Sean Silvadocs: Fix up HTML links to proper reST links.
2012-12-20 Dmitri GribenkoDocumentation: use monospaced font in BlockLanguageSpec...
2012-12-20 Michael GottesmanUpdated link in LanguageExtensions.rst to point to...
next