We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0bae4 commit 371b527Copy full SHA for 371b527
llvm/docs/LangRef.rst
@@ -3299,8 +3299,8 @@ The following properties hold for all allocated objects:
3299
3300
- no allocated object may cross the unsigned address space boundary (including
3301
the pointer after the end of the object),
3302
-- the size of all allocated objects must be non-negative and smaller than
3303
- the largest signed integer that fits into the index type,
+- the size of all allocated objects must be non-negative and not exceed the
+ largest signed integer that fits into the index type.
3304
3305
.. _objectlifetime:
3306
0 commit comments