We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee64c3 commit 572a29fCopy full SHA for 572a29f
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -5152,7 +5152,7 @@ void SwiftASTContext::ModulesDidLoad(ModuleList &module_list) {
5152
module_search_paths, framework_search_paths,
5153
extra_clang_args);
5154
// If the use-all-compiler-flags setting is enabled, the expression
5155
- // context is supposed to merge all search paths form all dylibs.
+ // context is supposed to merge all search paths from all dylibs.
5156
if (use_all_compiler_flags && !extra_clang_args.empty()) {
5157
// We cannot reconfigure ClangImporter after its creation.
5158
// Instead poison the SwiftASTContext so it gets recreated.
0 commit comments