Re: [lldb-dev] [llvm-dev] Updates on SVN to GitHub migration

2018-10-24 Thread Jacob Carlborg via lldb-dev
On 2018-10-24 08:25, Whisperity via cfe-dev wrote: They are not shown in the project graph, but if you open the "branch" drop down it has a tab named 'Tags'. It shows some tags there, but not all of them. But clicking "releases" then "Tags" will show this page [1], which seems to include all o

[lldb-dev] `ClangASTSource::IgnoreName` C++ false positives

2018-10-24 Thread Aleksandr Urakov via lldb-dev
Hi all! There are two hardcoded names to ignore in the `ClangASTSource::IgnoreName` function, "Class" and "id", they are valid names for C++. It seems that they were added for the Objective-C case. But the problem is that when they are in locals they are blocking expressions evaluation. For examp