Last change
on this file since 0dffe91 was 7fe4adbb, checked in by Andrew Beach <ajbeach@…>, 15 months ago |
Added some code near the end of main to improve some internal statistics (about a tenth of all allocations seem to be missing a deallocation). Also some clean-up of passes in main.
|
-
Property mode
set to
100644
|
File size:
271 bytes
|
Rev | Line | |
---|
[af746cc] | 1 | #pragma once
|
---|
| 2 |
|
---|
| 3 | namespace ast {
|
---|
[7fe4adbb] | 4 | class TranslationUnit;
|
---|
[af746cc] | 5 | }
|
---|
| 6 |
|
---|
| 7 | namespace Validate {
|
---|
[7fe4adbb] | 8 |
|
---|
| 9 | /// Auto-Generation of enumeration functions.
|
---|
| 10 | /// Happens before fixReturnStatements because it inserts "unfixed" returns.
|
---|
| 11 | void implementEnumFunc( ast::TranslationUnit & translationUnit );
|
---|
| 12 |
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.