]> granicus.if.org Git - clang/commit
Add "category" to BugTypes, allowing bugs to be grouped.
authorTed Kremenek <kremenek@apple.com>
Sat, 20 Sep 2008 04:23:38 +0000 (04:23 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 20 Sep 2008 04:23:38 +0000 (04:23 +0000)
commit8c036c7f77d69f96df49219ed0bdbade200d52eb
tree42a60273cdaf9151779429a5e169ecd21a06afd5
parent82bae3f6bf7bc4733d9c87659b266e23ad55f420
Add "category" to BugTypes, allowing bugs to be grouped.
Changed casing of many bug names.  The convention will be to have bug names (mostly) lower cased, and categories use some capitalization.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56385 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathDiagnostic.h
include/clang/Analysis/PathSensitive/BugReporter.h
lib/Analysis/BugReporter.cpp
lib/Analysis/CFRefCount.cpp
lib/Analysis/CheckDeadStores.cpp
lib/Analysis/GRExprEngineInternalChecks.cpp
lib/Driver/HTMLDiagnostics.cpp