Skip to content
Snippets Groups Projects
Commit a110c98d authored by hjk's avatar hjk
Browse files

C++: Use soft asserts in CppRewriter


While a "real" C++ type rarely contains parantheses or other
characters that are "special" for a regexp, gdb happily
sprinkles in things like "(anonymous namespace)::".

Killing Creator while trying to beautify such a name
is inaccpetable.

This should be followed up by patches handling the known
problematic cases properly.

Change-Id: I8cc8509f1d7df0a8780876cdba556e1cf7ec4a95
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
parent fc49c03a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment