We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RecordValue
1 parent 609f562 commit bdfae61Copy full SHA for bdfae61
clang/include/clang/Analysis/FlowSensitive/Value.h
@@ -189,7 +189,7 @@ class PointerValue final : public Value {
189
/// be used to initialize a result object. It is not possible to access member
190
/// variables or call member functions on a prvalue of class type.
191
/// Correspondingly, `RecordValue` also serves only a limited purpose: It
192
-/// conveys a prvalue of class type from the place where the object isx
+/// conveys a prvalue of class type from the place where the object is
193
/// constructed to the result object that it initializes.
194
///
195
/// When creating a prvalue of class type, we already need a storage location
0 commit comments