This revision was automatically updated to reflect the committed changes.
Closed by commit rL254867: Fix crash in ASTDumper when dumping NamedDecl with
NULL getQualifier(). (authored by dperchik).
Changed prior to commit:
http://reviews.llvm.org/D15254?vs=41968&id=41996#toc
Repository:
rL LL
aaron.ballman added a subscriber: aaron.ballman.
aaron.ballman accepted this revision.
aaron.ballman added a reviewer: aaron.ballman.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, thank you!
Repository:
rL LLVM
http://reviews.llvm.org/D15254
dawn created this revision.
dawn added reviewers: rsmith, alexfh.
dawn added a subscriber: cfe-commits.
dawn set the repository for this revision to rL LLVM.
This fixes calls to the dump() routine for cases when the NamedDecl's
getQualifier() is NULL.
Since ASTDumper is a debugging utility, it s