diff options
author | Jeroen Dobbelaere <jeroen.dobbelaere@synopsys.com> | 2021-02-18 17:29:46 +0100 |
---|---|---|
committer | Jeroen Dobbelaere <jeroen.dobbelaere@synopsys.com> | 2021-02-18 17:29:46 +0100 |
commit | 46757ccb49ab88da54ca8ddd43665d5255ee80f7 (patch) | |
tree | 6af8bdf98a3f7a7fd526eec16b3f9c14b6179578 /llvm/lib/CodeGen/SplitKit.cpp | |
parent | 2e851c4172a35cc37fe6bf4ce8150c628fd66c0c (diff) | |
download | llvm-46757ccb49ab88da54ca8ddd43665d5255ee80f7.zip llvm-46757ccb49ab88da54ca8ddd43665d5255ee80f7.tar.gz llvm-46757ccb49ab88da54ca8ddd43665d5255ee80f7.tar.bz2 |
[clang] functions with the 'const' or 'pure' attribute must always return.
As described in
* https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-pure-function-attribute
* https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-const-function-attribute
An `__attribute__((pure))` function must always return, as well as an `__attribute__((const))` function.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D96960
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.cpp')
0 files changed, 0 insertions, 0 deletions