[all-commits] [llvm/llvm-project] 63b158: LangRef: note that `allockind("free")` requires vo...
Augie Fackler via All-commits
all-commits at lists.llvm.org
Tue Jul 26 07:10:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63b15823505aed9870e797ab8562bbee1a701172
https://github.com/llvm/llvm-project/commit/63b15823505aed9870e797ab8562bbee1a701172
Author: Augie Fackler <augie at google.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
LangRef: note that `allockind("free")` requires void return
Otherwise we have to work pretty hard to ensure a discarded alloc/free
pair doesn't remove a return value that's still useful.
Differential Revision: https://reviews.llvm.org/D130568
More information about the All-commits
mailing list