ADT
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since aa882e7e was 0c730d9, checked in by Henry Xue <y58xue@…>, 4 years ago |
Translate exception declarations
|
-
Property mode
set to
100644
|
File size:
566 bytes
|
Line | |
---|
1 | //
|
---|
2 | // Cforall Version 1.0.0 Copyright (C) 2016 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 | // ExceptDecl.h --
|
---|
8 | //
|
---|
9 | // Author : Henry Xue
|
---|
10 | // Created On : Tue Jul 20 04:10:50 2021
|
---|
11 | // Last Modified By : Henry Xue
|
---|
12 | // Last Modified On : Tue Jul 20 04:10:50 2021
|
---|
13 | // Update Count : 1
|
---|
14 | //
|
---|
15 |
|
---|
16 | #pragma once
|
---|
17 |
|
---|
18 | #include <list> // for list
|
---|
19 |
|
---|
20 | class Declaration;
|
---|
21 |
|
---|
22 | namespace ControlStruct {
|
---|
23 | void translateExcept( std::list< Declaration *> & translationUnit );
|
---|
24 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.