[PATCH] D24926: Added support of configuration files

Serge Pavlov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 01:29:00 PST 2016


sepavloff updated this revision to Diff 78145.
sepavloff added a comment.

Updated patch

Several small changes:

- Improved documentation,
- `cl::readConfigFile` got new argument, number of inserted argument. It may be useful if the option read from config file need to be validated.
- function `cl::findDefaultCfgFile` is renamed to `cl::searchForFile`. In fact it is general purpose function, not config file specific.


https://reviews.llvm.org/D24926

Files:
  docs/CommandLine.rst
  include/llvm/Support/CommandLine.h
  lib/Support/CommandLine.cpp
  unittests/Support/CommandLineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24926.78145.patch
Type: text/x-patch
Size: 34790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161116/8d6bc2e0/attachment.bin>


More information about the llvm-commits mailing list