]> granicus.if.org Git - clang/commit
[clang-rename] Fix a crash when renaming a class without definition.
authorHaojian Wu <hokein@google.com>
Fri, 4 Oct 2019 14:09:31 +0000 (14:09 +0000)
committerHaojian Wu <hokein@google.com>
Fri, 4 Oct 2019 14:09:31 +0000 (14:09 +0000)
commitc491854e22742239573aa1ad0f252c9ec5d59192
treedfbe80e595018bc9568ce227fa7f99ea3f7ed291
parent756a6a581ddae8455a3ba83f4871e30b4aa9656e
[clang-rename] Fix a crash when renaming a class without definition.

Reviewers: sammccall

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D68459

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373748 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
test/clang-rename/ForwardClassDecl.cpp [new file with mode: 0644]