================
@@ -23,6 +23,14 @@ def test_literals(self):
         self.expect_var_path("true", value="true", type="bool")
         self.expect_var_path("false", value="false", type="bool")
 
+        # Check nullptr identifier
----------------
jimingham wrote:

This only tests that you get a C++ nullptr when you don't have a variable of 
the same name in scope.  You should also test that it doesn't shadow such a 
variable.

https://github.com/llvm/llvm-project/pull/208831
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to