Changeset 1f7dc61 for src/AST/TranslationUnit.hpp
- Timestamp:
- Feb 11, 2022, 12:16:52 PM (22 months ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 6668a3e
- Parents:
- 5910fc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TranslationUnit.hpp
r5910fc0 r1f7dc61 23 23 namespace ast { 24 24 25 struct TranslationUnit { 25 class TranslationUnit { 26 public: 26 27 std::list< ptr< Decl > > decls; 27 28
Note: See TracChangeset
for help on using the changeset viewer.