]> granicus.if.org Git - clang/commit
Sema: constify EvalAddr, EvalVal
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 15 Feb 2016 00:36:49 +0000 (00:36 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 15 Feb 2016 00:36:49 +0000 (00:36 +0000)
commitdb8ea1d1319e0a3fb5b3f9bd038766352710b89f
tree81185fe146eab84fff28c5c7210f16756916bbe1
parentdfb482d55ebc2a3c333fe9423cb7397addf4b8fe
Sema: constify EvalAddr, EvalVal

Propagate const throughout these methods as they are non-mutating analyzers of
state.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260864 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp