Skip to content

Commit 61122c4

Browse files
committed
Fix a typo in the doc: overriden -> overridden
llvm-svn: 279942
1 parent 9d5977b commit 61122c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/docs/LibASTMatchersReference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4092,7 +4092,7 @@ <h2 id="traversal-matchers">AST Traversal Matchers</h2>
40924092

40934093

40944094
<tr><td>Matcher&lt;<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXMethodDecl.html">CXXMethodDecl</a>&gt;</td><td class="name" onclick="toggle('forEachOverridden0')"><a name="forEachOverridden0Anchor">forEachOverridden</a></td><td>Matcher&lt;<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXMethodDecl.html">CXXMethodDecl</a>&gt; InnerMatcher</td></tr>
4095-
<tr><td colspan="4" class="doc" id="forEachOverridden0"><pre>Matches each method overriden by the given method. This matcher may
4095+
<tr><td colspan="4" class="doc" id="forEachOverridden0"><pre>Matches each method overridden by the given method. This matcher may
40964096
produce multiple matches.
40974097

40984098
Given

clang/docs/analyzer/IPA.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Currently, there are 2 modes:
303303

304304
DynamicDispatchModeConservative - Models the case where the dynamic type
305305
information is assumed to be incorrect, for example, implies that the method
306-
definition is overriden in a subclass. In such cases, ExprEngine does not
306+
definition is overridden in a subclass. In such cases, ExprEngine does not
307307
inline the methods sent to the receiver (MemoryRegion), even if a candidate
308308
definition is available. This mode is conservative about simulating the
309309
effects of a call.

0 commit comments

Comments
 (0)