diff options
-rw-r--r-- | clang-tools-extra/clangd/TUScheduler.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang-tools-extra/clangd/TUScheduler.h b/clang-tools-extra/clangd/TUScheduler.h index b48d289489a..aea669d9c73 100644 --- a/clang-tools-extra/clangd/TUScheduler.h +++ b/clang-tools-extra/clangd/TUScheduler.h @@ -85,8 +85,9 @@ public: /// This gives callers two options: /// - validate that the preamble is still valid, and only use it in this case /// - accept that preamble contents may be outdated, and try to avoid reading - /// source code from headers. If an error occurs during processing, it is - /// forwarded to the \p Action callback. + /// source code from headers. + /// If an error occurs during processing, it is forwarded to the \p Action + /// callback. void runWithPreamble(llvm::StringRef Name, PathRef File, Callback<InputsAndPreamble> Action); |