[PATCH] D72326: [clang-format] Rebased on master: Add option to specify explicit config file
Thibault North via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 00:21:39 PST 2020
tnorth marked 2 inline comments as done.
tnorth added inline comments.
================
Comment at: include/clang/Format/Format.h:2341
/// directory if ``FileName`` is empty.
+/// * "file=<configfile>" to explicitly specify the configuration file to use.
///
----------------
lebedev.ri wrote:
> So is it `:` or `=`?
`:` is correct, fixed.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72326/new/
https://reviews.llvm.org/D72326
More information about the cfe-commits
mailing list