]> granicus.if.org Git - clang/commit
typeid() produces type information for the cv-unqualified version of
authorDouglas Gregor <dgregor@apple.com>
Wed, 2 Jun 2010 06:16:02 +0000 (06:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 2 Jun 2010 06:16:02 +0000 (06:16 +0000)
commitd1c1d7bd14dce533e8755164ff59988f2ea5da94
tree291d1f0bd4f2c410ace2f855a847cbeb4ceb50c1
parentc0441937328ee3907a05e6a97dc0c2ffd0c20c0b
typeid() produces type information for the cv-unqualified version of
the type. Thanks to Anders for the bug report!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105314 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/CodeGenCXX/rtti-linkage.cpp