Changes in src/Tuples/Tuples.h [bc92bee:b910d15]
- File:
-
- 1 edited
-
src/Tuples/Tuples.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Tuples.h
rbc92bee rb910d15 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Tue Jun 18 09:36:00 201913 // Update Count : 1 812 // Last Modified On : Wed Jun 12 10:39:00 2017 13 // Update Count : 17 14 14 // 15 15 … … 56 56 /// returns true if the expression may contain side-effects. 57 57 bool maybeImpure( Expression * expr ); 58 bool maybeImpure( const ast::Expr * expr );59 58 60 59 /// Returns true if the expression may contain side-effect,
Note:
See TracChangeset
for help on using the changeset viewer.