summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/SortJavaScriptImports.cpp
diff options
context:
space:
mode:
authorMartin Probst <martin@probst.io>2016-06-08 14:05:26 +0000
committerMartin Probst <martin@probst.io>2016-06-08 14:05:26 +0000
commit4838588343b5dd1939245609065af64017890fbd (patch)
treea7dde84d899cd812440f82b21d298197ff9f882a /clang/lib/Format/SortJavaScriptImports.cpp
parent6f43efbddebf1aa1692b9c77ac76e2b6da5b8306 (diff)
downloadbcm5719-llvm-4838588343b5dd1939245609065af64017890fbd.tar.gz
bcm5719-llvm-4838588343b5dd1939245609065af64017890fbd.zip
clang-format: [JS] fix a FIXME.
llvm-svn: 272143
Diffstat (limited to 'clang/lib/Format/SortJavaScriptImports.cpp')
-rw-r--r--clang/lib/Format/SortJavaScriptImports.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/SortJavaScriptImports.cpp b/clang/lib/Format/SortJavaScriptImports.cpp
index fc2a6534927..73586d59d50 100644
--- a/clang/lib/Format/SortJavaScriptImports.cpp
+++ b/clang/lib/Format/SortJavaScriptImports.cpp
@@ -179,7 +179,7 @@ public:
// after applying source sorting.
// This loop just backfills trailing spaces after the imports, which are
// harmless and will be stripped by the subsequent formatting pass.
- // TODO: A better long term fix is to re-calculate Ranges after sorting.
+ // FIXME: A better long term fix is to re-calculate Ranges after sorting.
unsigned PreviousSize = getSourceText(InsertionPoint).size();
while (ReferencesText.size() < PreviousSize) {
ReferencesText += " ";
OpenPOWER on IntegriCloud