summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/attr-annotate-constructor.cpp
AgeCommit message (Collapse)Author
2023-11-29[clang][CodeGen] Emit annotations for function declarations. (#66716)Brendan Dahl
Previously, annotations were only emitted for function definitions. With this change annotations are also emitted for declarations. Also, emitting function annotations is now deferred until the end so that the most up to date declaration is used which will have any inherited annotations.