================
Comment at: lib/Parse/ParseDecl.cpp:2453
@@ -2452,3 +2452,3 @@
DS.SetRangeStart(Tok.getLocation());
- DS.SetRangeEnd(Tok.getLocation());
+ DS.SetRangeEnd(SourceLocation());
}
----------------
Please add a comment explaining why we only set one of these.
http://reviews.llvm.org/D4646