Skip to content

Commit a99b66f

Browse files
committed
xxx
1 parent c012c12 commit a99b66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Sema/TypeCheckStmt.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,8 +2465,8 @@ bool TypeCheckASTNodeAtLocRequest::evaluate(
24652465
/// Checks whether the given range, when treated as a character range,
24662466
/// contains the searched location.
24672467
bool charRangeContainsLoc(SourceRange range) {
2468-
if (!range)
2469-
return false;
2468+
// if (!range)
2469+
// return false;
24702470

24712471
if (SM.isBefore(Loc, range.Start))
24722472
return false;

0 commit comments

Comments
 (0)