Use consistent style for comment separators.

This commit is contained in:
practicalswift
2016-01-04 01:41:33 +01:00
parent 31ff35e1dd
commit dfcece7960
12 changed files with 90 additions and 90 deletions

View File

@@ -99,9 +99,9 @@ void walkRelatedDecls(const ValueDecl *VD, const FnTy &Fn) {
}
}
//============================================================================//
//===----------------------------------------------------------------------===//
// SwiftLangSupport::getCursorInfo
//============================================================================//
//===----------------------------------------------------------------------===//
static StringRef getSourceToken(unsigned Offset,
ImmutableTextSnapshotRef Snap) {
@@ -605,9 +605,9 @@ void SwiftLangSupport::getCursorInfo(
Receiver);
}
//============================================================================//
//===----------------------------------------------------------------------===//
// SwiftLangSupport::findUSRRange
//============================================================================//
//===----------------------------------------------------------------------===//
llvm::Optional<std::pair<unsigned, unsigned>>
SwiftLangSupport::findUSRRange(StringRef DocumentName, StringRef USR) {
@@ -619,9 +619,9 @@ SwiftLangSupport::findUSRRange(StringRef DocumentName, StringRef USR) {
return None;
}
//============================================================================//
//===----------------------------------------------------------------------===//
// SwiftLangSupport::findRelatedIdentifiersInFile
//============================================================================//
//===----------------------------------------------------------------------===//
namespace {
class RelatedIdScanner : public ide::SourceEntityWalker {