]> granicus.if.org Git - clang/commit
[analyzer] [NFC] Move ::dump methods from BugReporter.cpp to PathDiagnostics.cpp
authorGeorge Karpenkov <ekarpenkov@apple.com>
Tue, 12 Jun 2018 20:51:01 +0000 (20:51 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Tue, 12 Jun 2018 20:51:01 +0000 (20:51 +0000)
commiteee461ae16d7dbbc8aa5adc44c3fae12191b6133
tree57eee683459763e51798b1f385876df22bae7b02
parentadbb1b6dd3017aae49c0c9ad63ff6d5861d2f078
[analyzer] [NFC] Move ::dump methods from BugReporter.cpp to PathDiagnostics.cpp

BugReporter.cpp is already severely overloaded, and those dump methods
are on PathDiagnostics and should belong in the corresponding
implementation file.

Differential Revision: https://reviews.llvm.org/D48035

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