Changes in src/AST/TranslationUnit.hpp [c600df1:1f7dc61]
- File:
-
- 1 edited
-
src/AST/TranslationUnit.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TranslationUnit.hpp
rc600df1 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.