Jeff wrote a nice Clang introduction on Clang that I ran on my Well Tempered code to check out what bugs I could find. I had some convention breaches and a couple of minor leaks that would turn up when the program was closed and its state was saved, so while not beating me up, it was great to get the feedback on what parts I had been ignoring so far. I hope to bring these advices into my code from now on, and I’m sure I’ll be running Clang frequently to get this great feedback :-)

Categories: Technology