diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-01-11 01:16:26 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-01-11 01:16:26 +0000 |
commit | ffc5c1f3b88aa715b7804387746f83d71a132b5e (patch) | |
tree | a18a478114dbc328573a64829270ff421b3f3ed9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 81401d4b1916e0a5263dde44fea0e6281e0b2383 (diff) | |
download | llvm-ffc5c1f3b88aa715b7804387746f83d71a132b5e.zip llvm-ffc5c1f3b88aa715b7804387746f83d71a132b5e.tar.gz llvm-ffc5c1f3b88aa715b7804387746f83d71a132b5e.tar.bz2 |
[ADT] Remove the unused default constructor for iterator_range.
This default constructor is a bit weird. It left the range in an invalid
state. That might be reasonable so that you can construct a local
iterator range and assign to it based on some logic to compute the range
you want. If folks would like to support that use case, I can add it
back, but in 238-odd usages none have actually wanted to do this. ;]
llvm-svn: 225592
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions