[clang] Fix typo in MSVCCompatibility.rst (PR #176057)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 14 15:17:19 PST 2026


https://github.com/sadan4 created https://github.com/llvm/llvm-project/pull/176057

None

>From 2bb1c1a37aa74db13b4fdd042dbde6c3c921c470 Mon Sep 17 00:00:00 2001
From: sadan4 <117494111+sadan4 at users.noreply.github.com>
Date: Wed, 14 Jan 2026 18:09:08 -0500
Subject: [PATCH] fix typo

---
 clang/docs/MSVCCompatibility.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/docs/MSVCCompatibility.rst b/clang/docs/MSVCCompatibility.rst
index b4a7d23e1b2c6..43291ce261645 100644
--- a/clang/docs/MSVCCompatibility.rst
+++ b/clang/docs/MSVCCompatibility.rst
@@ -118,7 +118,7 @@ libraries such as the Active Template Library (ATL) and Windows Runtime Library
 (WRL), some template rules have been relaxed or extended in Clang on Windows.
 
 The first major semantic difference is that MSVC appears to defer all parsing
-an analysis of inline method bodies in class templates until instantiation
+and analysis of inline method bodies in class templates until instantiation
 time.  By default on Windows, Clang attempts to follow suit.  This behavior is
 controlled by the ``-fdelayed-template-parsing`` flag.  While Clang delays
 parsing of method bodies, it still parses the bodies *before* template argument



More information about the cfe-commits mailing list