[clang] [clang] Rename ReadPCHAndPreprocessAction (NFC) (PR #122390)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 15:49:25 PST 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff c1c50c7a3ef9ced4a9b01e0afd83b83d7060fff9 1796a6e4fa0492b9676637245a394d3029474d4e --extensions h,cpp -- clang/include/clang/Frontend/FrontendActions.h clang/lib/Frontend/FrontendActions.cpp clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp
index f2a9602bdc..1b4899e6cd 100644
--- a/clang/lib/Frontend/FrontendActions.cpp
+++ b/clang/lib/Frontend/FrontendActions.cpp
@@ -85,7 +85,7 @@ void DependencyScanningFrontendAction::ExecuteAction() {
std::unique_ptr<ASTConsumer>
DependencyScanningFrontendAction::CreateASTConsumer(CompilerInstance &CI,
- StringRef InFile) {
+ StringRef InFile) {
return std::make_unique<ASTConsumer>();
}
``````````
</details>
https://github.com/llvm/llvm-project/pull/122390
More information about the cfe-commits
mailing list