[all-commits] [llvm/llvm-project] 178619: [Clang] Fill in documentation gaps for some attrib...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Wed Oct 18 07:09:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 178619d71dcfd23363859e417c792d8170d5f9f8
https://github.com/llvm/llvm-project/commit/178619d71dcfd23363859e417c792d8170d5f9f8
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M llvm/docs/BitCodeFormat.rst
M llvm/docs/LangRef.rst
Log Message:
-----------
[Clang] Fill in documentation gaps for some attributes (#68967)
This patch adds some missing documentation for some attributes in
BitCodeFormat, where the integer code mappings for attributes after code
79 were not listed, and in LangRef where the incompatibility between
minsize/optsize and optnone was not mentioned.
More information about the All-commits
mailing list