File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4092,7 +4092,7 @@ <h2 id="traversal-matchers">AST Traversal Matchers</h2>
4092
4092
4093
4093
4094
4094
< 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 >
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
4096
4096
produce multiple matches.
4097
4097
4098
4098
Given
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ Currently, there are 2 modes:
303
303
304
304
DynamicDispatchModeConservative - Models the case where the dynamic type
305
305
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
307
307
inline the methods sent to the receiver (MemoryRegion), even if a candidate
308
308
definition is available. This mode is conservative about simulating the
309
309
effects of a call.
You can’t perform that action at this time.
0 commit comments