Skip to content
Commit 1e60273e authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Remove "range_iterator" from PathDiagnosticPiece and just use...

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.

llvm-svn: 162029
parent 9bf9af92
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment