[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua-5.2 build with static analyzer
- From: Tobias Kieslich <tobias@...>
- Date: Sun, 17 Jan 2010 14:29:23 -0800
Hi,
just for kicks I build Lua-5.2 with clangs static analyzer available
from the llvm project: http://clang-analyzer.llvm.org/
It showed nothing serious, if someone wants to look at the results, here
you go: http://parcle.net/scan-build-lua/
Remember static analysis is a brute force approach and might detect
issues that are actually non issues.
-T