Rename the swift-format utility to swift-indent

This is to distinguish the C++ indenting functionality from the new formatter that is written in Swift.
This commit is contained in:
Argyrios Kyrtzidis
2019-07-26 11:40:54 -07:00
parent 28b3d8e0a7
commit 0135e01d02
21 changed files with 142 additions and 142 deletions

View File

@@ -33,7 +33,7 @@
#include "swift/Frontend/PrintingDiagnosticConsumer.h"
#include "swift/IDE/CodeCompletion.h"
#include "swift/IDE/CommentConversion.h"
#include "swift/IDE/Formatting.h"
#include "swift/IDE/Indenting.h"
#include "swift/IDE/SourceEntityWalker.h"
#include "swift/IDE/SyntaxModel.h"
#include "swift/Subsystems.h"