]> granicus.if.org Git - clang/commit
Make local function isWhitespaceExceptNL static instead of in anonymous namespace
authorYaron Keren <yaron.keren@gmail.com>
Tue, 28 Jul 2015 04:54:03 +0000 (04:54 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 28 Jul 2015 04:54:03 +0000 (04:54 +0000)
commitdd4f3ef4abbf9d77290285baae6ef99406498f19
tree036c4830a9807330fc3f573369277d2ccfe3a826
parentdfd8215ec42be3ba027001e40fc0c13939f1ff0f
Make local function isWhitespaceExceptNL static instead of in anonymous namespace
per the coding standard. Thanks Craig Tooper for noticing this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Rewrite/Rewriter.cpp