[clang] 92d6e80 - NFC: balance a quote in AttrDocs.td
Erik Pilkington via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 16 07:02:22 PST 2020
Author: Erik Pilkington
Date: 2020-12-16T10:01:24-05:00
New Revision: 92d6e8001e20d6d0f457ac7cab8b64f3b1a131bf
URL: https://github.com/llvm/llvm-project/commit/92d6e8001e20d6d0f457ac7cab8b64f3b1a131bf
DIFF: https://github.com/llvm/llvm-project/commit/92d6e8001e20d6d0f457ac7cab8b64f3b1a131bf.diff
LOG: NFC: balance a quote in AttrDocs.td
This was confusing my editor.
Added:
Modified:
clang/include/clang/Basic/AttrDocs.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index a65964e94bf1..4f8cd8ecd86f 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -3346,7 +3346,7 @@ As ``global_device`` and ``global_host`` are a subset of
``__global/opencl_global`` address spaces it is allowed to convert
``global_device`` and ``global_host`` address spaces to
``__global/opencl_global`` address spaces (following ISO/IEC TR 18037 5.1.3
-"Address space nesting and rules for pointers).
+"Address space nesting and rules for pointers").
}];
}
More information about the cfe-commits
mailing list