Skip to content
  • hjk's avatar
    C++: Use soft asserts in CppRewriter · a110c98d
    hjk authored
    
    
    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>
    a110c98d