Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

add more chars to escape when populating searchbox #605

Merged
merged 1 commit into from
Oct 12, 2017

Conversation

baxissimo
Copy link
Contributor

If you use C++ bindings and PRETTY_FUNCTION to generate the name of the scope, you end up with things like

    void *foo(bool)

as scope names. And for objectiveC you have things like

    [MyClass setThing]

And I'm sure there's some situation in which { } might be used by someone too.

If you use C++ bindings and __PRETTY_FUNCTION__ to generate the name of the scope, you end up with things like
```
    void *foo(bool)
```
as scope names.  And for objectiveC you have things like
```
    [MyClass setThing]
```
And I'm sure there's some situation in which { } might be used by someone too.
@baxissimo
Copy link
Contributor Author

Fixes #604

@stellaraccident stellaraccident merged commit ca4df14 into google:master Oct 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants