]> granicus.if.org Git - clang/commit
PR8023: Don't crash on invalid uses of __real__ on class types in C++.
authorEli Friedman <eli.friedman@gmail.com>
Sun, 5 Sep 2010 23:15:52 +0000 (23:15 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 5 Sep 2010 23:15:52 +0000 (23:15 +0000)
commit957c094bd435c9ae367a9fcf375a5fadcc0c2bff
treef6b20a140618c36ee8eef9e84aca75d2415d5688
parent271b665c4e357809d245c1ab811f20bf1f0dfc1f
PR8023: Don't crash on invalid uses of __real__ on class types in C++.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113124 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/unary-real-imag.cpp [new file with mode: 0644]