]> granicus.if.org Git - clang/commit
Constant expression evaluation: although we don't know whether a literal will
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 4 Nov 2011 01:10:57 +0000 (01:10 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 4 Nov 2011 01:10:57 +0000 (01:10 +0000)
commit74f4634781cee06e28eb741bda5d0f936fdd1948
tree4cea4808213f72cd6c501b4b930b7d1d6368acdc
parent49cf8847ef4d9caebdd162d2a5d7d055333d8b5c
Constant expression evaluation: although we don't know whether a literal will
be at the same address as another object, we do know it won't alias a null
pointer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143674 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/Sema/const-eval.c