diff options
-rw-r--r-- | docs/LibASTMatchersReference.html | 2 | ||||
-rw-r--r-- | docs/analyzer/IPA.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/LibASTMatchersReference.html b/docs/LibASTMatchersReference.html index abfa70458e..662bfd94e1 100644 --- a/docs/LibASTMatchersReference.html +++ b/docs/LibASTMatchersReference.html @@ -4092,7 +4092,7 @@ matcher, or is a pointer to a type that matches the InnerMatcher. <tr><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXMethodDecl.html">CXXMethodDecl</a>></td><td class="name" onclick="toggle('forEachOverridden0')"><a name="forEachOverridden0Anchor">forEachOverridden</a></td><td>Matcher<<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXMethodDecl.html">CXXMethodDecl</a>> InnerMatcher</td></tr> -<tr><td colspan="4" class="doc" id="forEachOverridden0"><pre>Matches each method overriden by the given method. This matcher may +<tr><td colspan="4" class="doc" id="forEachOverridden0"><pre>Matches each method overridden by the given method. This matcher may produce multiple matches. Given diff --git a/docs/analyzer/IPA.txt b/docs/analyzer/IPA.txt index 14da71e090..3842075fcd 100644 --- a/docs/analyzer/IPA.txt +++ b/docs/analyzer/IPA.txt @@ -303,7 +303,7 @@ Currently, there are 2 modes: DynamicDispatchModeConservative - Models the case where the dynamic type information is assumed to be incorrect, for example, implies that the method - definition is overriden in a subclass. In such cases, ExprEngine does not + definition is overridden in a subclass. In such cases, ExprEngine does not inline the methods sent to the receiver (MemoryRegion), even if a candidate definition is available. This mode is conservative about simulating the effects of a call. |