]> granicus.if.org Git - clang/commit
[c++1z] Support constant folding for __builtin_strchr and __builtin_memchr.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 12 Nov 2016 01:39:56 +0000 (01:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 12 Nov 2016 01:39:56 +0000 (01:39 +0000)
commit5633d57de60694ec12472b8601c14e24b8a6610f
tree88518d977c2bc930b43df437cd833b8cb0e83e83
parent6a330da043fe6dbf1953cb98d83445c7742acdba
[c++1z] Support constant folding for __builtin_strchr and __builtin_memchr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286699 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/constexpr-string.cpp