[Lldb-commits] [PATCH] D46128: Fix expression parser to not accept any type whose basename matches for a type that must exist at root level

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 27 08:58:50 PDT 2018


aprantl added inline comments.


================
Comment at: packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestTypeLookup.py:41
+
+        # Make sure we don't accedentally accept structures that exist only
+        # in namespaces when evaluating expressions with top level types.
----------------
accidentally


https://reviews.llvm.org/D46128





More information about the lldb-commits mailing list