[PATCH] D48395: Added PublicOnly flag
Annie Cherkaev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 2 14:10:05 PDT 2018
anniecherk updated this revision to Diff 153790.
anniecherk added a comment.
Updated the tests to more accurately check that the files that we expect to not be generated by clang-doc with the public flag are in fact not being created.
The tests now run clang-doc over the test files with and without the public flag, outputting yaml files into two different directories.
File-check then diffs those directories and verifies that the files we expect to be absent in the directory created from running clang-doc with the public flag are in fact absent.
https://reviews.llvm.org/D48395
Files:
clang-tools-extra/clang-doc/ClangDoc.cpp
clang-tools-extra/clang-doc/ClangDoc.h
clang-tools-extra/clang-doc/Mapper.cpp
clang-tools-extra/clang-doc/Mapper.h
clang-tools-extra/clang-doc/Serialize.cpp
clang-tools-extra/clang-doc/Serialize.h
clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
clang-tools-extra/test/clang-doc/yaml-module.cpp
clang-tools-extra/test/clang-doc/yaml-public-module.cpp
clang-tools-extra/test/clang-doc/yaml-public-records.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48395.153790.patch
Type: text/x-patch
Size: 28100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180702/fd339b2c/attachment-0001.bin>
More information about the cfe-commits
mailing list