hanchenye-llvm-project/clang-tools-extra/clang-doc
Julie Hockett 229c63b021 [clang-doc] Limit integration tests
Now that the clang-doc libraries are covered by unit tests, we don't
need to have extensive (and unmaintainable) integration tests. This
replaces the integration test suite with a smaller one that just tests
the tool itself and removes extraneous dumping logic from the tool
itself.

Includes tests that cover the parse->serialize->merge->generate
pipeline, as well as tests for the --public, --format, --doxygen, and
--output flags.

Differential Revision: https://reviews.llvm.org/D53150

llvm-svn: 344655
2018-10-16 23:07:37 +00:00
..
tool [clang-doc] Limit integration tests 2018-10-16 23:07:37 +00:00
BitcodeReader.cpp [clang-doc] Explicitly cast to unique_ptr 2018-08-15 16:18:46 +00:00
BitcodeReader.h Reland "[clang-doc] Updating BitcodeReader to use llvm::Error"" 2018-08-15 16:02:28 +00:00
BitcodeWriter.cpp [clang-doc] Add unit tests for bitcode 2018-10-16 23:06:53 +00:00
BitcodeWriter.h [cxx2a] Fix warning triggered by r343285 2018-09-29 02:17:12 +00:00
CMakeLists.txt Reland "Implement a (simple) Markdown generator" 2018-09-11 15:56:55 +00:00
ClangDoc.cpp [clang-doc] Adding PublicOnly flag 2018-07-20 18:49:55 +00:00
ClangDoc.h [clang-doc] Adding PublicOnly flag 2018-07-20 18:49:55 +00:00
Generators.cpp Reland "Implement a (simple) Markdown generator" 2018-09-11 15:56:55 +00:00
Generators.h Reland "Implement a (simple) Markdown generator" 2018-09-11 15:56:55 +00:00
MDGenerator.cpp [clang-doc] Clean up Markdown output 2018-10-04 21:34:13 +00:00
Mapper.cpp [clang-doc] Fix unused variable 2018-08-14 15:38:59 +00:00
Mapper.h [clang-doc] Adding PublicOnly flag 2018-07-20 18:49:55 +00:00
Representation.cpp Reland "[clang-doc] Refactoring mapper to map by scope" 2018-08-02 20:10:17 +00:00
Representation.h Reland "Implement a (simple) Markdown generator" 2018-09-11 15:56:55 +00:00
Serialize.cpp [clang-doc] Avoid parsing undefined base classes 2018-10-03 18:25:27 +00:00
Serialize.h Reland "[clang-doc] Refactoring mapper to map by scope" 2018-08-02 20:10:17 +00:00
YAMLGenerator.cpp Reland "Implement a (simple) Markdown generator" 2018-09-11 15:56:55 +00:00