[all-commits] [llvm/llvm-project] c43556: [Sema] Fix an assertion failure in -Wcompletion-ha...
Erik Pilkington via All-commits
all-commits at lists.llvm.org
Mon Jan 25 10:08:10 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c4355670b4bb12bc7181a99345bf8d09af1c5762
https://github.com/llvm/llvm-project/commit/c4355670b4bb12bc7181a99345bf8d09af1c5762
Author: Erik Pilkington <erik.pilkington at gmail.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M clang/lib/Analysis/CalledOnceCheck.cpp
A clang/test/SemaObjCXX/warn-called-once.mm
Log Message:
-----------
[Sema] Fix an assertion failure in -Wcompletion-handler
NamedDecl::getName() was being called on a constructor.
More information about the All-commits
mailing list