Skip to content

Commit bdfae61

Browse files
committed
fixup! [clang][dataflow] Disallow setting properties on RecordValues.
1 parent 609f562 commit bdfae61

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/Analysis/FlowSensitive

1 file changed

+1
-1
lines changed

clang/include/clang/Analysis/FlowSensitive/Value.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class PointerValue final : public Value {
189189
/// be used to initialize a result object. It is not possible to access member
190190
/// variables or call member functions on a prvalue of class type.
191191
/// Correspondingly, `RecordValue` also serves only a limited purpose: It
192-
/// conveys a prvalue of class type from the place where the object isx
192+
/// conveys a prvalue of class type from the place where the object is
193193
/// constructed to the result object that it initializes.
194194
///
195195
/// When creating a prvalue of class type, we already need a storage location

0 commit comments

Comments
 (0)