]> granicus.if.org Git - clang/commit
Update Expr::{getIntegerConstantExprValue, isIntegerConstantExpr} to
authorDaniel Dunbar <daniel@zuster.org>
Fri, 15 Aug 2008 23:29:09 +0000 (23:29 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 15 Aug 2008 23:29:09 +0000 (23:29 +0000)
commit8070a8497c0fb3e6f70a557f788405d8945b1208
treee8089049c60835d5b680e2cba8078782ddf867e6
parent41071debe9b8887449c3f2ee0dd7124ed47bdda8
Update Expr::{getIntegerConstantExprValue, isIntegerConstantExpr} to
  use default APSInt constructor instead of embedding arbitrary
  constant.

Update OverloadExpr::getNumArgs to use getIntegerConstantExprValue.

Update OverloadExpr::getExpr to be const.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54828 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h