]> granicus.if.org Git - clang/commit
C++11 generalized constant expressions: support pointer comparisons where the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 31 Oct 2011 01:37:14 +0000 (01:37 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 31 Oct 2011 01:37:14 +0000 (01:37 +0000)
commit625b80755b603d28f36fb4212c81484d87ad08d3
treed28cd2e31ebdbe4ff8fa54db44df5d9b21d61967
parentaaf2f36a8c5939b08dc8096da8e6eeeee4975177
C++11 generalized constant expressions: support pointer comparisons where the
result is not unspecified.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143329 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/constant-expression-cxx11.cpp