]> granicus.if.org Git - clang/commit
Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<SourceRange...
authorTed Kremenek <kremenek@apple.com>
Thu, 16 Aug 2012 17:45:29 +0000 (17:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 16 Aug 2012 17:45:29 +0000 (17:45 +0000)
commit2b2c49d2ac5adb34f900f7a854a3ad5a6b0dff3c
tree0ac0128d98750f92850bc208d75088ca0853604b
parentc4bac8e376b98d633bb00ee5f510d5e58449753c
Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<SourceRange> for ranges.  This
removes conceptual clutter, and can allow us to easy migrate to C++11 style for-range loops if we
ever move to using C++11 in Clang.

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