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
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