Changeset fed03b3
- Timestamp:
- Mar 9, 2023, 5:10:50 PM (21 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 1cdc052
- Parents:
- 702e826
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TranslationUnit.hpp
r702e826 rfed03b3 10 10 // Created On : Tue Jun 11 15:30:00 2019 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : T ue Mar 11 11:19:00 202213 // Update Count : 112 // Last Modified On : Thr Mar 9 16:41:00 2023 13 // Update Count : 2 14 14 // 15 15 … … 17 17 18 18 #include <map> 19 #include < vector>19 #include <list> 20 20 21 21 #include "Fwd.hpp" … … 28 28 29 29 ptr<Type> sizeType; 30 const FunctionDecl * dereference ;31 const StructDecl * dtorStruct ;32 const FunctionDecl * dtorDestroy ;30 const FunctionDecl * dereference = nullptr; 31 const StructDecl * dtorStruct = nullptr; 32 const FunctionDecl * dtorDestroy = nullptr; 33 33 }; 34 34
Note: See TracChangeset
for help on using the changeset viewer.