[PATCH] D25762: [clang-move] Move using-decl in old cc.
Eric Liu via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 19 06:44:12 PDT 2016
ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.
Lg
================
Comment at: clang-move/ClangMove.cpp:372
+ // Match static functions/variabale definitions which are defined in named
+ // spaces.
+ auto IsOldCCStaticDefinition =
----------------
s/named spaces/named namespaces/ ?
https://reviews.llvm.org/D25762
More information about the cfe-commits
mailing list