Changes in src/AST/TranslationUnit.hpp [1f7dc61:c600df1]
- File:
-
- 1 edited
-
src/AST/TranslationUnit.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TranslationUnit.hpp
r1f7dc61 rc600df1 23 23 namespace ast { 24 24 25 class TranslationUnit { 26 public: 25 struct TranslationUnit { 27 26 std::list< ptr< Decl > > decls; 28 27
Note:
See TracChangeset
for help on using the changeset viewer.