]> granicus.if.org Git - clang/commit
Special-case handling of destructors in override lists when dumping ASTs.
authorLang Hames <lhames@gmail.com>
Tue, 20 Jun 2017 21:30:43 +0000 (21:30 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 20 Jun 2017 21:30:43 +0000 (21:30 +0000)
commitef25b54038b3f1b9cc9153c1a9d331ff160b5f5c
treec8f61ee958358581600c2e1e5c745bc73bfa5e5a
parent0ab73ca5bc2cdc40824782bb3ed19a11b5ca7d51
Special-case handling of destructors in override lists when dumping ASTs.

Fixes a bug in r305850: CXXDestructors don't have names, so we need to handle
printing of them separately.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305860 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDumper.cpp