Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
konradweiss committed Aug 7, 2024
1 parent e6c3e0d commit e425234
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ open class CallExpression :
*/
@AST var callee: Expression = ProblemExpression("could not parse callee")


/**
* The [Name] of this call expression, based on its [callee].
* * For simple calls, this is just the name of the [callee], e.g., a reference to a function
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ class DeclarationHandler(lang: CXXLanguageFrontend) :
rawNode = enumerator,
)


// In C/C++, default enums are of type int
enumConst.type = primitiveType("int")

Expand Down

0 comments on commit e425234

Please sign in to comment.