We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b7231 commit 5791160Copy full SHA for 5791160
clang/lib/CodeGen/CGCall.cpp
@@ -2866,8 +2866,8 @@ void CodeGenModule::ConstructAttributeList(StringRef Name,
2866
} else {
2867
// Add dead_on_return when the object's lifetime ends in the callee.
2868
// This includes trivially-destructible objects, as well as objects
2869
- // whose destruction / clean-up is carried out within the callee (e.g.,
2870
- // Obj-C ARC-managed structs, MSVC callee-destroyed objects).
+ // whose destruction / clean-up is carried out within the callee
+ // (e.g., Obj-C ARC-managed structs, MSVC callee-destroyed objects).
2871
if (!ParamType.isDestructedType() || !ParamType->isRecordType() ||
2872
ParamType->castAs<RecordType>()
2873
->getDecl()
0 commit comments