| commit | f8a28c5379c0a8d4b9276101e0116d79d0162550 | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Tue May 15 20:29:32 2007 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Tue May 15 20:29:32 2007 +0000 |
| tree | 4618826d89c8cb0fd15f7f6cddb76b1e466592cf | |
| parent | 043d45da72e113fa87cf085cd6c96f2445b0b9d6 [diff] |
Bug #: Submitted by: Reviewed by: - Unified isConstantExpr/isIntegerConstantExpr by creating a private function named isConstantExpr (that takes a bool to indicate the flavor). isConstantExpr and isIntegerConstantExpr are now inline wrapper/helper functions. - Fixed bug in expression based sizeof (it needed to make sure the type is constant). - Added Sema::CheckConditionalOperands() stub. Will add contraints in my next commit. llvm-svn: 39446