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 ea2ee5dc2f14a17ff4486b41c9475c0b261412a4 
d42a42de8596b63712aa7a7fc79d1790c7bd9f09 -- 
clang/test/AST/ast-dump-amdgpu-types.c 
clang/test/CodeGen/amdgpu-buffer-rsrc-type-debug-info.c 
clang/test/CodeGenCXX/amdgpu-buffer-rsrc-typeinfo.cpp 
clang/test/SemaCXX/amdgpu-buffer-rsrc.cpp clang/include/clang/AST/ASTContext.h 
clang/include/clang/AST/Type.h clang/include/clang/Serialization/ASTBitCodes.h 
clang/lib/AST/ASTContext.cpp clang/lib/AST/ASTImporter.cpp 
clang/lib/AST/ExprConstant.cpp clang/lib/AST/ItaniumMangle.cpp 
clang/lib/AST/MicrosoftMangle.cpp clang/lib/AST/NSAPI.cpp 
clang/lib/AST/PrintfFormatString.cpp clang/lib/AST/Type.cpp 
clang/lib/AST/TypeLoc.cpp clang/lib/CodeGen/CGBuiltin.cpp 
clang/lib/CodeGen/CGDebugInfo.cpp clang/lib/CodeGen/CGDebugInfo.h 
clang/lib/CodeGen/CodeGenTypes.cpp clang/lib/CodeGen/ItaniumCXXABI.cpp 
clang/lib/Index/USRGeneration.cpp clang/lib/Sema/Sema.cpp 
clang/lib/Sema/SemaExpr.cpp clang/lib/Serialization/ASTCommon.cpp 
clang/lib/Serialization/ASTReader.cpp clang/tools/libclang/CIndex.cpp
``````````

</details>

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

``````````diff
diff --git a/clang/lib/Index/USRGeneration.cpp 
b/clang/lib/Index/USRGeneration.cpp
index 0ec1cc0d41..0916bb5d3c 100644
--- a/clang/lib/Index/USRGeneration.cpp
+++ b/clang/lib/Index/USRGeneration.cpp
@@ -770,9 +770,10 @@ void USRGenerator::VisitType(QualType T) {
         case BuiltinType::Id: \
           Out << "@BT@" << Name; break;
 #include "clang/Basic/RISCVVTypes.def"
-#define AMDGPU_TYPE(Name, Id, SingletonId) \
-        case BuiltinType::Id: \
-          Out << "@BT@" << #Name;  break;
+#define AMDGPU_TYPE(Name, Id, SingletonId)                                     
\
+  case BuiltinType::Id:                                                        
\
+    Out << "@BT@" << #Name;                                                    
\
+    break;
 #include "clang/Basic/AMDGPUTypes.def"
 #define WASM_TYPE(Name, Id, SingletonId) case BuiltinType::Id:
 #include "clang/Basic/WebAssemblyReferenceTypes.def"

``````````

</details>


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

Reply via email to