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.
CreateTargetInfo()
1 parent 5a8c392 commit f490552Copy full SHA for f490552
clang/include/clang/Basic/TargetInfo.h
@@ -310,7 +310,7 @@ class TargetInfo : public TransferrableTargetInfo,
310
///
311
/// \param Opts - The options to use to initialize the target. The target may
312
/// modify the options to canonicalize the target feature information to match
313
- /// what the backend expects.
+ /// what the backend expects. These must outlive the returned TargetInfo.
314
static TargetInfo *CreateTargetInfo(DiagnosticsEngine &Diags,
315
TargetOptions &Opts);
316
0 commit comments