Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Dec 12, 2024
1 parent b85dcf1 commit 065f663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class DeclarationHandler(lang: CXXLanguageFrontend) :
return if (this.declSpecifier is IASTCompositeTypeSpecifier) {
if (this.declSpecifier.rawSignature.contains("typedef")) {
// This is very stupid. For composite type specifiers, we need to make sure that
// we do not match simple because our declarations contain a typedef.
// we do not match simply because our declarations contain a typedef.
// The problem is that we cannot correctly detect the case where both our "main"
// declaration and our sub declarations contain a typedef :(
(this.declSpecifier as IASTCompositeTypeSpecifier).getDeclarations(true).none {
Expand Down

0 comments on commit 065f663

Please sign in to comment.