[PATCH] D30427: Fix whitespace before token-paste of an argument.

Richard Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 27 19:50:32 PDT 2017


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/Preprocessor/macro_paste_commaext.c:4
+// In the following tests, note that the output is sensitive to the
+// whitespace *preceeding* the varargs argument, as well as to
+// interior whitespace. AFAIK, this is the only case where whitespace
----------------
Typo (too many 'e's in "preceding").


https://reviews.llvm.org/D30427





More information about the cfe-commits mailing list