]> granicus.if.org Git - clang/commit
Fix a crash with qualified member access into a non-type, from Sean Hunt!
authorDouglas Gregor <dgregor@apple.com>
Sat, 17 Oct 2009 22:37:54 +0000 (22:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 17 Oct 2009 22:37:54 +0000 (22:37 +0000)
commit8d1c9ae5d27c5190a7793f7ac1224a70cd3df33f
treebf1b44f510a7a99dfe1e6e8634c7490fd50afbc0
parent31fec98c2a3399e1397dbe0944f52892842c55d0
Fix a crash with qualified member access into a non-type, from Sean Hunt!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84370 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExpr.cpp
test/SemaCXX/member-expr.cpp