Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tab expansion of functions in anonymous namespaces broken #21443

Closed
llvmbot opened this issue Sep 25, 2014 · 1 comment
Closed

tab expansion of functions in anonymous namespaces broken #21443

llvmbot opened this issue Sep 25, 2014 · 1 comment
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Sep 25, 2014

Bugzilla Link 21069
Resolution FIXED
Resolved on Jul 31, 2019 11:08
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor
CC @JDevlieghere

Extended Description

markus@x4 ~ % cat anon_namesp.cpp
namespace { int foo (void) { return 0; } } int main() { return foo (); }
markus@x4 ~ % clang++ -g anon_namesp.cpp
markus@x4 ~ % lldb ./a.out
(lldb) target create "./a.out"
Current executable set to './a.out' (x86_64).
(lldb) b fo

(lldb) b fononymous namespace)::foo()

@JDevlieghere
Copy link
Member

Fixed by https://reviews.llvm.org/rL367455

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

2 participants