ADT
ast-experimental
pthread-emulation
qualifiedEnum
Last change
on this file since b70abaf was ce36b55, checked in by Andrew Beach <ajbeach@…>, 4 years ago |
Translation of Validate F; and some improvements in some helpers.
|
-
Property mode
set to
100644
|
File size:
661 bytes
|
Rev | Line | |
---|
[ce36b55] | 1 | //
|
---|
| 2 | // Cforall Version 1.0.0 Copyright (C) 2018 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 | // LabelAddressFixer.hpp --
|
---|
| 8 | //
|
---|
| 9 | // Author : Andrew Beach
|
---|
| 10 | // Created On : Fri Nov 12 16:29:00 2021
|
---|
| 11 | // Last Modified By : Andrew Beach
|
---|
| 12 | // Last Modified On : Fri Nov 12 16:35:00 2021
|
---|
| 13 | // Update Count : 0
|
---|
| 14 | //
|
---|
| 15 |
|
---|
| 16 | namespace ast {
|
---|
| 17 | class TranslationUnit;
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 | namespace Validate {
|
---|
| 21 |
|
---|
| 22 | void fixLabelAddresses( ast::TranslationUnit & translationUnit );
|
---|
| 23 |
|
---|
| 24 | }
|
---|
| 25 |
|
---|
| 26 | // Local Variables: //
|
---|
| 27 | // tab-width: 4 //
|
---|
| 28 | // mode: c++ //
|
---|
| 29 | // compile-command: "make install" //
|
---|
| 30 | // End: //
|
---|
Note:
See
TracBrowser
for help on using the repository browser.