[PATCH] D42035: [clang-format] Fixup #include guard indents after parseFile()
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 1 02:11:51 PST 2018
krasimir added a comment.
Looks good! Just some comments for the include guard states would be helpful.
================
Comment at: lib/Format/UnwrappedLineParser.h:259
+ IG_Rejected,
+ };
+
----------------
Please put a short comment explaining each of these states.
Repository:
rC Clang
https://reviews.llvm.org/D42035
More information about the cfe-commits
mailing list