[PATCH] D24926: Added support of configuration files
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 11:32:52 PDT 2017
sepavloff updated this revision to Diff 98325.
sepavloff added a comment.
Simplified patch
Configuration files are no more considered a feature of CommandLine
Library. Now the patch contains only minimal set of function necessary
for operations on config files. All other functionality is moved to
clang sources.
https://reviews.llvm.org/D24926
Files:
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp
unittests/Support/CommandLineTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24926.98325.patch
Type: text/x-patch
Size: 8747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170509/fd4f77c3/attachment.bin>
More information about the llvm-commits
mailing list