]> granicus.if.org Git - clang/commit
PathDiagnosticPiece no longer contains a vector of strings; just one string.
authorTed Kremenek <kremenek@apple.com>
Thu, 27 Mar 2008 06:16:40 +0000 (06:16 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 27 Mar 2008 06:16:40 +0000 (06:16 +0000)
commit120187de4be187a6b0f903c05175bfa05af8002f
treed307b5eef33ba04df26f8c8fda4a32261d943c8a
parent2b70af4169fc9eed425ff319a498fc09b88522e5
PathDiagnosticPiece no longer contains a vector of strings; just one string.
PathDiagnostic no longer contains a diagnostic ID or diagnostic level.

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