OSDN Git Service

Add a -lint pass which checks for common sources of undefined or likely
authorDan Gohman <gohman@apple.com>
Thu, 8 Apr 2010 18:47:09 +0000 (18:47 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 8 Apr 2010 18:47:09 +0000 (18:47 +0000)
commit113902e9fba5f4baf3de3c6ac0241d49ffdfa55c
tree6dfba08b4cf2caa687d66c3db1e33258df8b462d
parente37b0c6c25262b6c9ef4f1595b18e77f299b5035
Add a -lint pass which checks for common sources of undefined or likely
unintended behavior.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100798 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Lint.h [new file with mode: 0644]
include/llvm/LinkAllPasses.h
lib/Analysis/Lint.cpp [new file with mode: 0644]
test/Other/lint.ll [new file with mode: 0644]