Files
swift-mirror/lib/Markup/LineList.cpp
Alex Langford 62200c14bf [Markup] Fix warning in measureIndentation
The primary goal is to fix this warning:

$PROJECT_PATH/swift-project/swift/lib/Markup/LineList.cpp:46:10: warning: variable 'Col' set but not used [-Wunused-but-set-variable]
  size_t Col = 0;

I also rewrote the implementation to use StringRef functionality instead
of manually walking over the characters.
2023-10-13 14:11:07 -07:00

5.8 KiB