source: src/Validate/FixEnumeratedArray.hpp @ c1e66d9

Last change on this file since c1e66d9 was c1e66d9, checked in by JiadaL <j82liang@…>, 13 months ago

Fix designator value in enumerated array and implemented enumerated array with inlined enume declaration

  • Property mode set to 100644
File size: 335 bytes
Line 
1#pragma once
2
3namespace ast {
4    class TranslationUnit;
5}
6
7namespace Validate {
8
9/// Fills in the base value of various instance types, and some related
10/// adjustments, such as setting the sized flag.
11/// Because of the sized flag, it must happen before auto-gen.
12void fixEnumeratedArray( ast::TranslationUnit & translationUnit );
13
14}
Note: See TracBrowser for help on using the repository browser.