[PATCH] D69433: [clang-format] [NFC] update the documentation in Format.h to allow dump_format_style.py to get a little closer to being correct. (part 2)
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 6 00:51:11 PST 2019
MyDeveloperDay added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:2001
LS_Latest,
- /// Auto: Automatic detection based on the input.
- /// Parse using the latest language version. Format based on detected input.
+ /// Automatic detection based on the input.
LS_Auto,
----------------
sammccall wrote:
> The new text (two lines) is better, please add it back.
you can't this breaks the script
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69433/new/
https://reviews.llvm.org/D69433
More information about the cfe-commits
mailing list