- File:
-
- 1 edited
-
src/Validate/VerifyCtorDtorAssign.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/VerifyCtorDtorAssign.hpp
r11df881 r1931bb01 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // VerifyCtorDtorAssign.hpp -- Check the form of operators.7 // VerifyCtorDtorAssign.hpp -- 8 8 // 9 9 // Author : Andrew Beach … … 22 22 namespace Validate { 23 23 24 /// Check that constructors, destructors and assignments all have the correct25 /// form. Must happen before auto-gen or anything that examines operators.26 24 void verifyCtorDtorAssign( ast::TranslationUnit & translationUnit ); 27 25
Note:
See TracChangeset
for help on using the changeset viewer.