summary refs log tree commit diff stats
path: root/tests/misc/tsizeof2.nim
Commit message (Collapse)AuthorAgeFilesLines
* CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ↵Timothee Cour2020-04-231-1/+1
| | | | | | | | | | | checks (#13926) * -d:checkabi obsolete (ABI check now enforced); add `addTypeHeader` helper * cleanups * import sizeof at CT for {.completeType.} * address comments; revert default enabling of -d:checkAbi for now * mimportc_size_check.nim => msizeof5.nim; merge mabi_check.nim into msizeof5.nim; refactor * all pragmas in errmsgs should be written: '.importc' (un-ambiguous and less verbose than {.importc.})
* Offsetof fixes (#11690)Arne Döring2019-07-091-1/+1
| | | | | | | | * first fixes * more tests and fixes * code normalization
* fixes #9868Araq2018-12-111-0/+2
|
* fixes #9868Araq2018-12-051-0/+4
|
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-0/+11