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 8cf6bcf5a30673dd8a234ae3ef4ab4c1e63786b1 
a8f9dc9edd98416a84d524ca6b233a27882f5085 -- 
clang/test/Driver/cxx23-modules-print-library-module-manifest-path.cpp 
clang/include/clang/Driver/Driver.h clang/lib/Driver/Driver.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index a3cae06fc6..0f9022f23f 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/lib/Driver/Driver.cpp
@@ -6153,8 +6153,8 @@ std::string Driver::GetStdModuleManifestPath(const 
Compilation &C,
 
     // Note when there are multiple flavours of libc++ the module json needs to
     // look at the command-line arguments for the proper json.
-       // These flavours do not exist at the moment, but there are plans to
-       // provide a variant that is built with sanitizer instrumentation 
enabled.
+    // These flavours do not exist at the moment, but there are plans to
+    // provide a variant that is built with sanitizer instrumentation enabled.
 
     // For example
     //  const SanitizerArgs &Sanitize = TC.getSanitizerArgs(C.getArgs());

``````````

</details>


https://github.com/llvm/llvm-project/pull/76451
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to