Skip to content

Commit

Permalink
Add symtabAPI/h/Type.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 6539c0a commit 82aa57b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions symtabAPI/h/Type.h
Original file line number Diff line number Diff line change
Expand Up @@ -407,12 +407,9 @@ typeFunction& Type::asFunctionType() { return dynamic_cast<typeFunction&>(*this)
class SYMTAB_EXPORT typeScalar : public Type {
public:
struct properties_t {
// Summary properties
bool is_integral;
bool is_floating_point;
bool is_string;

// Detailed properties
bool is_address;
bool is_boolean;
bool is_complex_float;
Expand Down

0 comments on commit 82aa57b

Please sign in to comment.