]> granicus.if.org Git - clang/commit
sizeof(x) doesn't require x to be an i-c-e for sizeof to be an i-c-e. Thanks to...
authorChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2007 21:42:50 +0000 (21:42 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2007 21:42:50 +0000 (21:42 +0000)
commit602dafdea34b78c7bc1f4601f94062afa4139e76
tree98674dd6a84d8150e73e26febd91bf247453ccac
parentd4fdee35477e439759eea5f67ea03ff0c570faba
sizeof(x) doesn't require x to be an i-c-e for sizeof to be an i-c-e.  Thanks to Neil for pointing this out.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41338 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Expr.cpp