ADT
ast-experimental
pthread-emulation
qualifiedEnum
Last change
on this file since e4ea4b8d was b70abaf, checked in by Thierry Delisle <tdelisle@…>, 3 years ago |
Added inspect file for asking questions about the ast.
So far only contains function to check if struct has flexible array.
|
-
Property mode
set to
100644
|
File size:
467 bytes
|
Line | |
---|
1 | //
|
---|
2 | // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
|
---|
3 | //
|
---|
4 | // The contents of this file are covered under the licence agreement in the
|
---|
5 | // file "LICENCE" distributed with Cforall.
|
---|
6 | //
|
---|
7 | // Node.hpp --
|
---|
8 | //
|
---|
9 | // Author : Thierry Delisle
|
---|
10 | // Created On : Fri Jun 24 13:16:31 2022
|
---|
11 | // Last Modified By :
|
---|
12 | // Last Modified On :
|
---|
13 | // Update Count :
|
---|
14 | //
|
---|
15 |
|
---|
16 | #include "AST/Fwd.hpp"
|
---|
17 |
|
---|
18 | namespace ast {
|
---|
19 | bool structHasFlexibleArray( const ast::StructDecl * );
|
---|
20 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.