]> granicus.if.org Git - clang/commit
Allow access to non-static members without an object in sizeof expressions, in C...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 26 Nov 2010 16:28:07 +0000 (16:28 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 26 Nov 2010 16:28:07 +0000 (16:28 +0000)
commitf9780007a9c31a46a025bdd3eaf5c2be31eb4c0e
treea7c14d92cf93f76799a0c95316f857adb6e6914f
parenta21e06cb62dbd806073f646e756e89d8e23fc1c3
Allow access to non-static members without an object in sizeof expressions, in C++0x. Patch by Jakub Wieczorek.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120182 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CXX/class/class.nest/p1.cpp