[all-commits] [llvm/llvm-project] c37563: Ensure that we don't compute linkage for an anonym...
Richard Smith via All-commits
all-commits at lists.llvm.org
Mon Sep 28 17:23:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c375635d05f6f10c7c95ecc74a0569213d176d8e
https://github.com/llvm/llvm-project/commit/c375635d05f6f10c7c95ecc74a0569213d176d8e
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M clang/lib/Sema/SemaDecl.cpp
M clang/test/SemaCXX/anonymous-struct.cpp
Log Message:
-----------
Ensure that we don't compute linkage for an anonymous class too early if
it has a member whose name is the same as a builtin.
Fixes a regression from the introduction of BuiltinAttr.
More information about the All-commits
mailing list