]> granicus.if.org Git - clang/commit
implement rdar://6091492 - ?: with __builtin_constant_p as the operand is an i-c-e.
authorChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 06:55:44 +0000 (06:55 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 06:55:44 +0000 (06:55 +0000)
commit28daa53db73341b7ee7f269924ccfca1c6d179ac
tree10e95d3e80a72a7b64c152f5484c34ada04181e6
parentff871fb8f9c5906a4dee78afd81f60c3837e16cb
implement rdar://6091492 - ?: with __builtin_constant_p as the operand is an i-c-e.

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