Changes in src/AST/Pass.proto.hpp [e00c22f:a056f56]
- File:
-
- 1 edited
-
src/AST/Pass.proto.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.proto.hpp
re00c22f ra056f56 23 23 class Pass; 24 24 25 classTranslationUnit;25 struct TranslationUnit; 26 26 27 27 struct PureVisitor; … … 274 274 template< typename core_t > 275 275 static auto on_error (core_t & core, ptr<Decl> & decl, int) -> decltype(core.on_error(decl)) { 276 return core.on_error(decl); 276 return core.on_error(decl); 277 277 } 278 278
Note:
See TracChangeset
for help on using the changeset viewer.