[PATCH] D117836: Fix obvious typo
Phoebe Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 22:01:43 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG862c3d4fbe18: Fix obvious typo (authored by gftg, committed by pengfei).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117836/new/
https://reviews.llvm.org/D117836
Files:
clang/include/clang/Basic/TargetInfo.h
Index: clang/include/clang/Basic/TargetInfo.h
===================================================================
--- clang/include/clang/Basic/TargetInfo.h
+++ clang/include/clang/Basic/TargetInfo.h
@@ -1584,7 +1584,7 @@
virtual bool
checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const;
- /// Check if the target supports CFProtection branch.
+ /// Check if the target supports CFProtection return.
virtual bool
checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117836.478801.patch
Type: text/x-patch
Size: 510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221130/dbf7da5b/attachment.bin>
More information about the cfe-commits
mailing list