]> granicus.if.org Git - clang/commit
- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation
authorTed Kremenek <kremenek@apple.com>
Wed, 1 Apr 2009 06:13:56 +0000 (06:13 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 1 Apr 2009 06:13:56 +0000 (06:13 +0000)
commit5fb5dfb6646464db3cd6d54a6332375c8fe36b75
tree0c5fc288044b8320b5337de39cb1d2dddc7c0bde
parent360431660b2245a109f5c6870729126dbcdea254
- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation
  instead of a FullSourceLoc. This resulted in a bunch of small edits in various
  clients.
- Updated BugReporter to include an alternate PathDiagnostic generation
  algorithm for PathDiagnosticClients desiring more control-flow pieces.

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