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 aced9c2 commit 090fe85Copy full SHA for 090fe85
clang/include/clang/Basic/TargetInfo.h
@@ -1851,7 +1851,7 @@ class TargetInfo : public TransferrableTargetInfo,
1851
1852
/// Returns the version of the darwin target variant SDK which was used during
1853
/// the compilation if one was specified, or an empty version otherwise.
1854
- const std::optional<VersionTuple> getDarwinTargetVariantSDKVersion() const {
+ std::optional<VersionTuple> getDarwinTargetVariantSDKVersion() const {
1855
return !getTargetOpts().DarwinTargetVariantSDKVersion.empty()
1856
? getTargetOpts().DarwinTargetVariantSDKVersion
1857
: std::optional<VersionTuple>();
0 commit comments