]> granicus.if.org Git - clang/commit
Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and
authorTed Kremenek <kremenek@apple.com>
Fri, 6 Mar 2009 23:58:11 +0000 (23:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 6 Mar 2009 23:58:11 +0000 (23:58 +0000)
commit1fbfd5b9b8b82aea084773b76dd1ec6796a7000c
treecd8e2f983c8ab1d321aa5f8b996d13e070f0f8ff
parent177f708abadfca856b83f1c540c66667d167a4e8
Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and
PathDiagnosticControlFlowPiece to distinguish (in the class hierarchy) between
events and control-flow diagnostic pieces. Clients must now use these directly
when constructing PathDiagnosticPieces.

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