I have a comment that ends with backslash. Something like
...
// use \
..
Clang(++) warned me, that this is multi-line comment
warning: multi-line // comment [-Wcomment]
// use \
^
So I try add some whitespace at the end, but didn't help. Can I escape backslash somehow?
:\
face in a comment :\ – Phifer