]> granicus.if.org Git - clang/commit
Acting on Daniel's nagging, remove PathDiagnosticClientFactory() and
authorTed Kremenek <kremenek@apple.com>
Thu, 5 Nov 2009 02:09:23 +0000 (02:09 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 5 Nov 2009 02:09:23 +0000 (02:09 +0000)
commitb697a4e4118d2d59dc0f38463c8417ddaf58a11f
tree044c835f75e57e5598686ef476154b8cd1f0a975
parentff6912b5a9d5073221956fe4d6367b14f3f4b68f
Acting on Daniel's nagging, remove PathDiagnosticClientFactory() and
migrate work in the destructors of PathDiagnosticClients from their
destructors to FlushReports().  The destructors now currently call
FlushReports(); this will be fixed in a subsequent patch.

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