I just tried reproducing this and it still works fine here (both in vim and in emacs). Are you sure that clang-format removes that trailing whitespace?
On Sun, Dec 1, 2013 at 7:01 PM, Rafael EspĂndola <[email protected] > wrote: > This seems to have caused a regression with at least the emacs > integration. Running clang-format-region now seems to remove trailing > white space from unrelated areas. For example, run it with the cursor > in Sema.cpp:1112: > > if (!LangOpts.RetainCommentsFromSystemHeaders && > > and the trailing white space in Sema.cpp:1100: > > // We have a generic lambda if we parsed auto parameters, or we have > > is removed. > > Cheers, > Rafael >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
