source: src/ControlStruct/TrasnlateEnumRange.hpp @ 567c775

Last change on this file since 567c775 was 567c775, checked in by JiadaL <j82liang@…>, 11 days ago

Missing files from the last commit

  • Property mode set to 100644
File size: 150 bytes
Line 
1#pragma once
2
3namespace ast {
4class TranslationUnit;
5}
6
7namespace ControlStruct {
8void translateEnumRange( ast::TranslationUnit & translationUnit );
9}
Note: See TracBrowser for help on using the repository browser.