diff options
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp b/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp index 46a70fd1e19..72e256b717f 100644 --- a/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp @@ -96,7 +96,7 @@ public: static bool isVoidPointer(QualType T); /// Dereferences \p V and returns the value and dynamic type of the pointee, as -/// well as wether \p FR needs to be casted back to that type. If for whatever +/// well as whether \p FR needs to be casted back to that type. If for whatever /// reason dereferencing fails, returns with None. static llvm::Optional<std::tuple<SVal, QualType, bool>> dereference(ProgramStateRef State, const FieldRegion *FR); |

