llvm-project/clang/test/CXX/dcl.dcl
Richard Smith 9dcd96f728 Canonicalize declaration pointers when forming APValues.
References to different declarations of the same entity aren't different
values, so shouldn't have different representations.

Recommit of e6393ee813 with fixed handling
for weak declarations. We now look for attributes on the most recent
declaration when determining whether a declaration is weak. (Second
recommit with further fixes for mishandling of weak declarations. Our
behavior here is fundamentally unsound -- see PR47663 -- but this
approach attempts to not make things worse.)
2020-09-27 19:05:26 -07:00
..
basic.namespace When diagnosing an ambiguity, only note the candidates that contribute 2019-10-24 14:58:29 -07:00
dcl.attr [clang] Pass the NamedDecl* instead of the DeclarationName into many diagnostics. 2020-07-28 10:30:35 +01:00
dcl.enum
dcl.link Bring r325915 back. 2018-02-23 19:30:48 +00:00
dcl.spec Canonicalize declaration pointers when forming APValues. 2020-09-27 19:05:26 -07:00
p4-0x.cpp