|
10 | 10 | //
|
11 | 11 | //===----------------------------------------------------------------------===//
|
12 | 12 |
|
13 |
| -#include "clang/AST/Attr.h" |
14 |
| -#include "clang/AST/Comment.h" |
15 |
| -#include "clang/AST/CommentVisitor.h" |
16 | 13 | #include "swift/IDE/CodeCompletion.h"
|
17 | 14 | #include "swift/IDE/CodeCompletionCache.h"
|
18 | 15 | #include "swift/IDE/Utils.h"
|
19 |
| -#include "swift/Basic/Fallthrough.h" |
| 16 | +#include "CodeCompletionResultBuilder.h" |
20 | 17 | #include "swift/AST/ASTPrinter.h"
|
21 | 18 | #include "swift/AST/ASTWalker.h"
|
22 | 19 | #include "swift/AST/Comment.h"
|
23 | 20 | #include "swift/AST/LazyResolver.h"
|
24 | 21 | #include "swift/AST/NameLookup.h"
|
25 | 22 | #include "swift/AST/USRGeneration.h"
|
| 23 | +#include "swift/Basic/Fallthrough.h" |
26 | 24 | #include "swift/Basic/LLVM.h"
|
27 | 25 | #include "swift/ClangImporter/ClangImporter.h"
|
28 | 26 | #include "swift/ClangImporter/ClangModule.h"
|
29 | 27 | #include "swift/Parse/CodeCompletionCallbacks.h"
|
30 | 28 | #include "swift/Sema/IDETypeChecking.h"
|
31 | 29 | #include "swift/Subsystems.h"
|
32 |
| -#include "llvm/ADT/StringRef.h" |
33 | 30 | #include "llvm/ADT/SmallSet.h"
|
34 | 31 | #include "llvm/ADT/SmallString.h"
|
| 32 | +#include "llvm/ADT/StringRef.h" |
35 | 33 | #include "llvm/Support/raw_ostream.h"
|
36 | 34 | #include "llvm/Support/SaveAndRestore.h"
|
37 |
| -#include "CodeCompletionResultBuilder.h" |
38 | 35 | #include "clang/AST/ASTContext.h"
|
| 36 | +#include "clang/AST/Attr.h" |
| 37 | +#include "clang/AST/Comment.h" |
| 38 | +#include "clang/AST/CommentVisitor.h" |
39 | 39 | #include "clang/AST/Decl.h"
|
40 | 40 | #include "clang/Basic/Module.h"
|
41 | 41 | #include "clang/Index/USRGeneration.h"
|
|
0 commit comments