Skip to content

Conversation

MythreyaK
Copy link
Contributor

See PR 154041 comment for context.

Copy link

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
git-clang-format --diff HEAD~1 HEAD --extensions cpp,h -- clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp clang/include/clang/AST/DeclCXX.h clang/lib/Sema/SemaCodeComplete.cpp clang/test/CodeCompletion/cpp23-explicit-object.cpp
View the diff from clang-format here.
diff --git a/clang/lib/Sema/SemaCodeComplete.cpp b/clang/lib/Sema/SemaCodeComplete.cpp
index ea7173d75..6095adf63 100644
--- a/clang/lib/Sema/SemaCodeComplete.cpp
+++ b/clang/lib/Sema/SemaCodeComplete.cpp
@@ -3472,7 +3472,6 @@ static void AddCXXExplicitObjectFunctionTypeQualsToCompletionString(
   AddFunctionTypeQuals(Result, Quals.getQualifiers());
 }
 
-
 static void
 AddFunctionTypeQualsToCompletionString(CodeCompletionBuilder &Result,
                                        const FunctionDecl *Function) {

@MythreyaK MythreyaK closed this Aug 21, 2025
@MythreyaK MythreyaK deleted the mythreyak/cc-this-members-cxx-getquals branch August 21, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant