]> granicus.if.org Git - clang/commit
Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p
authorChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 18:00:51 +0000 (18:00 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 18:00:51 +0000 (18:00 +0000)
commit42b83dde7c700b34f9435ad746984169888ae705
treec34dfd66d3b7c1e0524e12b36a8d8c923c7c16b8
parent9d35097bc0fefb2f77638be513cac72d1c09d840
Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p
processing: it allows arbitrary foldable constants as the operand of ?: when
builtin_constant_p is the condition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60954 91177308-0d34-0410-b5e6-96231b3b80d8
docs/InternalsManual.html
lib/AST/Expr.cpp
test/Sema/i-c-e.c