[all-commits] [llvm/llvm-project] 6e916b: Updating the documentation for the noescape attrib...
AaronBallman via All-commits
all-commits at lists.llvm.org
Wed Apr 1 13:21:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6e916b5860950fee2661ded847abe551f5259ec4
https://github.com/llvm/llvm-project/commit/6e916b5860950fee2661ded847abe551f5259ec4
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M clang/include/clang/Basic/AttrDocs.td
Log Message:
-----------
Updating the documentation for the noescape attribute.
A question came up from a glibc maintainer as to whether it was permissible to
free a pointer marked [[clang::noescape]], and after investigation, I
determined that this is allowed. This updates the documentation in case others
have the same question.
More information about the All-commits
mailing list