================
@@ -129,6 +129,15 @@ class APValue {
None,
/// This object has an indeterminate value (C++ [basic.indet]).
Indeterminate,
+
+ /// [defns.erroneous]:
+ /// Erroneous behavior is always the consequence of incorrectprogram code.
----------------
yronglin wrote:Done https://github.com/llvm/llvm-project/pull/177614 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
