]> granicus.if.org Git - clang/commit
[DeclPrinter] Don't crash when printing a using decl with a special name
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 23 Sep 2015 13:43:16 +0000 (13:43 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 23 Sep 2015 13:43:16 +0000 (13:43 +0000)
commit5a6158085205887c4faf76be4f16b84a5e4b50d4
tree6068b59bdc69823990262f16f9f7d1def3b846e3
parent0f5f6df672fcbb759006a898c1b258a837013a72
[DeclPrinter] Don't crash when printing a using decl with a special name

Fixes PR24872.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248376 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclPrinter.cpp
test/SemaCXX/ast-print.cpp