array_ref icon indicating copy to clipboard operation
array_ref copied to clipboard

Polymorphic multidimensional array view

Results 13 array_ref issues
Sort by recently updated
recently updated
newest added

Recommend not using C wording as-is. Tie it to lifetime of the object. Language aliasing attributes paper N4150, has not been updated since "P" numbers. Add Hal as co-author. @hfinkel

After working on a patch to clang for P0332 (pull request with patch coming soon), the biggest issue I see with this proposal is that array incompleteness is no longer...

The "one-line" change to clang (as far as I can tell) that we referenced in the `[][]` paper is [this one](https://github.com/llvm-mirror/clang/blob/master/lib/Sema/SemaType.cpp#L2046) (in commit b7b9efb) on the clang github). There are...