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 14e4b0a commit 4aa8e1dCopy full SHA for 4aa8e1d
lib/IDE/CompileInstance.cpp
@@ -279,7 +279,7 @@ bool CompileInstance::setupCI(
279
/// Declare the frontend to be used for multiple compilations.
280
invocation.getFrontendOptions().ReuseFrontendForMultipleCompilations = true;
281
282
- // Enable dependency trakcing (excluding system modules) to invalidate the
+ // Enable dependency tracking (excluding system modules) to invalidate the
283
// compiler instance if any dependent files are modified.
284
invocation.getFrontendOptions().IntermoduleDependencyTracking =
285
IntermoduleDepTrackingMode::ExcludeSystem;
0 commit comments