aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python/python.test
diff options
context:
space:
mode:
authorYuxuan Chen <ych@fb.com>2024-06-06 11:32:19 -0700
committerGitHub <noreply@github.com>2024-06-06 11:32:19 -0700
commitf0785484c8ebf42ae0284cd608ad5f78eae20e95 (patch)
tree535bbefe55360348be63dd594c953e47945fff2e /lldb/test/Shell/ScriptInterpreter/Python/python.test
parent649edb8eb25e82e3ac6fce4788f51759636229ec (diff)
downloadllvm-f0785484c8ebf42ae0284cd608ad5f78eae20e95.zip
llvm-f0785484c8ebf42ae0284cd608ad5f78eae20e95.tar.gz
llvm-f0785484c8ebf42ae0284cd608ad5f78eae20e95.tar.bz2
[clang][NFC] fix name lookup for llvm::json::Value in SymbolGraphSerializer (#94511)
This code uses namespaces `llvm` and `llvm::json`. However, we have both `llvm::Value` and `llvm::json::Value`. Whenever any of the headers declare or include `llvm::Value`, the lookup becomes ambiguous. Fixing this by qualifying the `Value` type.
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/python.test')
0 files changed, 0 insertions, 0 deletions