r371971 - [clangd] Fix a crash when renaming operator.

2019-09-16 Thread Haojian Wu via cfe-commits
Author: hokein Date: Mon Sep 16 03:16:56 2019 New Revision: 371971 URL: http://llvm.org/viewvc/llvm-project?rev=371971&view=rev Log: [clangd] Fix a crash when renaming operator. Summary: The renamelib uses a tricky way to calculate the end location by relying on decl name, this is incorrect for t

[clang-tools-extra] r371971 - [clangd] Fix a crash when renaming operator.

2019-09-16 Thread Haojian Wu via cfe-commits
Author: hokein Date: Mon Sep 16 03:16:56 2019 New Revision: 371971 URL: http://llvm.org/viewvc/llvm-project?rev=371971&view=rev Log: [clangd] Fix a crash when renaming operator. Summary: The renamelib uses a tricky way to calculate the end location by relying on decl name, this is incorrect for t