summaryrefslogtreecommitdiff
path: root/include/clang/Basic/AttrDocs.td
AgeCommit message (Expand)Author
2017-10-21Fixing broken attribute documentation for __attribute__((noescape)); a code b...Aaron Ballman
2017-10-16Remove AnyX86Interrupt documentationErich Keane
2017-10-16Clarify the 'interrupt' names in Attribute DocsErich Keane
2017-09-28Add Documentation to attribute-nothrow. Additionally, limit to functions.Erich Keane
2017-09-22Add support for attribute 'noescape'.Akira Hatanaka
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka
2017-09-14Enable __declspec(selectany) on any platformPiotr Padlewski
2017-09-08Add some documentation on how to generate the documentation.Aaron Ballman
2017-08-31Add documentation for force_align_arg_pointer function attributeErich Keane
2017-07-21Fix tblgen errorRichard Trieu
2017-07-21[mips] Add `short_call` to the set of `long_call/far/near` attributesSimon Atanasyan
2017-07-21Fix tblgen error.Richard Trieu
2017-07-20[CodeGen][mips] Support `long_call/far/near` attributesSimon Atanasyan
2017-07-14Fix link in docs.Nico Weber
2017-07-14Add documentation for @availableNico Weber
2017-06-27[Sema] Allow unmarked overloadable functions.George Burgess IV
2017-05-22[mips] Quote command line options with `` in the micromips attribute descript...Simon Atanasyan
2017-05-22[mips] Support `micromips` attributeSimon Atanasyan
2017-05-04[OpenCL] Add intel_reqd_sub_group_size attribute supportXiuli Pan
2017-04-27[X86] Support of no_caller_saved_registers attributeOren Ben Simhon
2017-03-30Clang changes for alloc_align attribute Erich Keane
2017-03-27Add [[clang::suppress(rule, ...)]] attributeMatthias Gehre
2017-03-21Add support for attribute enum_extensibility.Akira Hatanaka
2017-03-07Revert "Document that code inlined into a nodebug function also won't get any"Adrian Prantl
2017-03-06[Docs] Add missing quotes to the language literal in theAlex Lorenz
2017-03-06[XRay] [clang] Allow logging the first argument of a function call.Dean Michael Berris
2017-03-02Document that code inlined into a nodebug function also won't get anyAdrian Prantl
2017-03-01Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz
2017-02-08[AVR] Add support for the 'interrupt' and 'naked' attributesDylan McKay
2017-01-13Add a necessary newline for diagnose_if documentation.Eric Christopher
2017-01-09Add the diagnose_if attribute to clang.George Burgess IV
2016-12-22Add the alloc_size attribute to clang, attempt 2.George Burgess IV
2016-12-20Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth
2016-12-20Add the alloc_size attribute to clang.George Burgess IV
2016-11-10Correcting a documentation formatting bug; NFC.Aaron Ballman
2016-11-02regcall: Implement regcall Calling Conv in clangErich Keane
2016-11-01[OpenCL] Mark group functions as convergent in opencl-c.hYaxun Liu
2016-10-28[Objective-C] Add objc_subclassing_restricted attributeAlex Lorenz
2016-10-27Add documentation for the transparent_union attributeAlex Lorenz
2016-09-26[AMDGPU] Expose flat work group size, register and wave control attributesKonstantin Zhuravlyov
2016-09-16Touch up [[clang::require_constant_initialization]] docsEric Fiselier
2016-09-09[Docs] Fix typos, remove trailing whitespace.George Burgess IV
2016-09-07[Sema] Compare bad conversions in overload resolution.George Burgess IV
2016-09-03Fix the attribute documentation build.Aaron Ballman
2016-09-02[Sema] Relax overloading restrictions in C.George Burgess IV
2016-09-02Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier
2016-09-02Revert r280516 since it contained accidental changes.Eric Fiselier