Allow breaking before a trailing const.
Before: void someLongFunction( int someLongParameter) const; After: void someLongFunction(int someLongParameter) const; Also slightly cleanup tests. llvm-svn: 182362
Loading
Please register or sign in to comment