]> granicus.if.org Git - clang/commit
Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (through...
authorTed Kremenek <kremenek@apple.com>
Mon, 29 Apr 2013 23:12:59 +0000 (23:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 29 Apr 2013 23:12:59 +0000 (23:12 +0000)
commited866e73bab7733f5226f84c52edefe23d694b2f
tree1fd6e17ad86eadf1cda4d272c692d249291d8865
parent7651e53997e20f1e627ffce25ce613f79c48e3e3
Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces."

Jordan rightly pointed out that we can do the same with std::list.

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