Rename highly-confusing isWhitespace that returns false on \n to
authorYaron Keren <yaron.keren@gmail.com>
Mon, 27 Jul 2015 06:35:22 +0000 (06:35 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Mon, 27 Jul 2015 06:35:22 +0000 (06:35 +0000)
commita96ffd5337191d0862c236e27801aafb6fbc4a9b
treebb1c082241d404c467bae8af70325ce53cb77f97
parent9b88a4cdf48d714751ed6a02245d7bdf023072f9
Rename highly-confusing isWhitespace that returns false on \n to
isWhitespaceExceptNL. If that's wasn't bad enough, we have an identically
named function in Basic/CharInfo.h.

While at it, remove unnecessary includes, .str() calls and #ifdef.

llvm-svn: 243260
clang/lib/Rewrite/Rewriter.cpp