[all-commits] [llvm/llvm-project] 000543: [clangd] Fix a crash when indexing invalid ObjC me...
Adam Czachorowski via All-commits
all-commits at lists.llvm.org
Mon Jan 25 07:00:19 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 00054382b95a9d95e2df6457e7fe1fca2323d287
https://github.com/llvm/llvm-project/commit/00054382b95a9d95e2df6457e7fe1fca2323d287
Author: Adam Czachorowski <adamcz at google.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang/lib/Sema/SemaCodeComplete.cpp
Log Message:
-----------
[clangd] Fix a crash when indexing invalid ObjC method declaration
This fix will make us not crash, but ideally we would handle this case
better.
Differential Revision: https://reviews.llvm.org/D94919
More information about the All-commits
mailing list