D14479: Store sizeof and friends as numbers instead of comment.
Michal Srb
noreply at phabricator.kde.org
Mon Jul 30 10:49:37 BST 2018
michalsrb added a comment.
The open question is whether the values should be stored as `int64_t`. I have chosen it because that is what the clang querying functions return. But in typical scenarios the values will be lot smaller - especially the align of.
So using `int32_t` or even `int16_t` and falling back to -1 (unknown) in case clang reported bigger number is an option.
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D14479
To: michalsrb
Cc: kdevelop-devel, antismap, iodelay, vbspam, njensen, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180730/a2f81070/attachment.html>
More information about the KDevelop-devel
mailing list