10063 basic support for smatch
[unleashed.git] / usr / src / tools / smatch / src / validation / build_smatch_db.sh
blobce171d8c5b8ba876b1054b55fa4b23c12a279c55
1 #!/bin/bash
3 ../smatch --info $* > warns.txt
4 ../smatch_data/db/create_db.sh warns.txt > /dev/null 2>&1