kiri@ani.social to Programmer Humor@programming.dev · edit-213 days agoC++imagemessage-square92fedilinkarrow-up1756arrow-down114file-text
arrow-up1742arrow-down1imageC++kiri@ani.social to Programmer Humor@programming.dev · edit-213 days agomessage-square92fedilinkfile-text
minus-squareqqq@lemmy.worldlinkfedilinkarrow-up3·edit-213 days agoIn some build modes clang will simply put a trap where it sees undefined behavior. https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html Not saying your wrong, just a fun fact I guess
minus-squareheavy@sh.itjust.workslinkfedilinkEnglisharrow-up1·13 days agoYeah that is fun, credit where it’s due, compilers do a lot of cool work behind the scenes.
In some build modes clang will simply put a trap where it sees undefined behavior. https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
Not saying your wrong, just a fun fact I guess
Yeah that is fun, credit where it’s due, compilers do a lot of cool work behind the scenes.