Changeset 91a72ef for src/Validate
- Timestamp:
- Jan 18, 2022, 9:53:57 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 175f9f4
- Parents:
- f55f110
- Location:
- src/Validate
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/InitializerLength.cpp
rf55f110 r91a72ef 14 14 // 15 15 16 //#include "InitializerLength.hpp"16 #include "InitializerLength.hpp" 17 17 18 18 #include "AST/Expr.hpp" -
src/Validate/InitializerLength.hpp
rf55f110 r91a72ef 14 14 // 15 15 16 #pragma once 17 18 namespace ast { 19 class TranslationUnit; 20 } 21 16 22 namespace Validate { 17 23
Note: See TracChangeset
for help on using the changeset viewer.