]> granicus.if.org Git - clang/commit
PathDiagnostics (analyzer):
authorTed Kremenek <kremenek@apple.com>
Thu, 26 Mar 2009 21:21:35 +0000 (21:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 26 Mar 2009 21:21:35 +0000 (21:21 +0000)
commit1f9bd0fbf5894b41bba5f2fdb0c6546a7a6ef3d8
tree6c22c94cfa805cb3f57545b5f6250b8244669a58
parentdbf15cb5709067b3d23b3cdd8d014610ba4a8783
PathDiagnostics (analyzer):
- Added a new class, 'PathDiagnosticLocation', that is a variant for
  SourceLocation, SourceRange, or Stmt*. This will be used soon by
  PathDiagnosticPieces to describe locations for targets of branches, locations
  of events, etc.
- Did some prep. refactoring of PathDiagnosticPieces to prepare them for
  adopting the new PathDiagnosticLocation

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