diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2024-06-20 13:27:02 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2024-06-20 13:29:36 -0400 |
commit | 6bc71cdd32de0add80d620b1342b5549efff363a (patch) | |
tree | 57d26260fa1671f0198d3f27b6a60b1c7007daf5 /lldb/source/Commands/CommandObjectTarget.cpp | |
parent | 0ec567c370df86893a22bf59d2716f6e553ca63b (diff) | |
download | llvm-6bc71cdd32de0add80d620b1342b5549efff363a.zip llvm-6bc71cdd32de0add80d620b1342b5549efff363a.tar.gz llvm-6bc71cdd32de0add80d620b1342b5549efff363a.tar.bz2 |
[C99] Claim partial conformance to n448
This is the paper that added the 'restrict' keyword. Clang is
conforming to the letter of the standard's requirements, so it would be
defensible for us to claim full support instead. However, LLVM does not
currently support the optimization semantics with restricted local
variables or data members, only with restricted pointers declared in
function parameters. So we're only claiming partial support because we
don't yet take full advantage of what the feature allows.
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
0 files changed, 0 insertions, 0 deletions