diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-01 17:28:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-01 17:28:25 +0000 |
commit | 70ab50b499bb8a19e39147625e96927c17590fc8 (patch) | |
tree | 0fd9b633d5330b062e5fa67d666d9a5fa64ce315 /devel/Makefile | |
parent | ee288022e06317384ede4bf40da585753bc3445f (diff) | |
download | ports-70ab50b499bb8a19e39147625e96927c17590fc8.tar.gz ports-70ab50b499bb8a19e39147625e96927c17590fc8.zip |
add clint
Clint is a testbed for static source-code checking techniques. It is
currently designed to check C++ for common programmer errors and suggest
improvements.
Notes
Notes:
svn path=/head/; revision=42136
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 43ef5b939132..66d81309c5d1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -60,6 +60,7 @@ SUBDIR += cflow SUBDIR += clanlib SUBDIR += clig + SUBDIR += clint SUBDIR += codecrusader SUBDIR += codemedic SUBDIR += commoncpp |