[clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework"
authorJulie Hockett <juliehockett@google.com>
Thu, 22 Mar 2018 23:34:46 +0000 (23:34 +0000)
committerJulie Hockett <juliehockett@google.com>
Thu, 22 Mar 2018 23:34:46 +0000 (23:34 +0000)
commite975a473b7528d478553382ebdab2768f2cdce1f
tree6d0173399983c26aa4767b41a81a2c3e5d8b95b2
parent561e75738be65f1df235bf17a07a210a76e019fe
[clang-doc] Reland "[clang-doc] Setup clang-doc frontend framework"

Fixed windows release build tests.

llvm-svn: 328270
24 files changed:
clang-tools-extra/CMakeLists.txt
clang-tools-extra/clang-doc/BitcodeWriter.cpp [new file with mode: 0644]
clang-tools-extra/clang-doc/BitcodeWriter.h [new file with mode: 0644]
clang-tools-extra/clang-doc/CMakeLists.txt [new file with mode: 0644]
clang-tools-extra/clang-doc/ClangDoc.cpp [new file with mode: 0644]
clang-tools-extra/clang-doc/ClangDoc.h [new file with mode: 0644]
clang-tools-extra/clang-doc/Mapper.cpp [new file with mode: 0644]
clang-tools-extra/clang-doc/Mapper.h [new file with mode: 0644]
clang-tools-extra/clang-doc/Representation.h [new file with mode: 0644]
clang-tools-extra/clang-doc/Serialize.cpp [new file with mode: 0644]
clang-tools-extra/clang-doc/Serialize.h [new file with mode: 0644]
clang-tools-extra/clang-doc/tool/CMakeLists.txt [new file with mode: 0644]
clang-tools-extra/clang-doc/tool/ClangDocMain.cpp [new file with mode: 0644]
clang-tools-extra/test/CMakeLists.txt
clang-tools-extra/test/clang-doc/mapper-class-in-class.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-doc/mapper-class-in-function.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-doc/mapper-class.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-doc/mapper-comments.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-doc/mapper-enum.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-doc/mapper-function.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-doc/mapper-method.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-doc/mapper-namespace.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-doc/mapper-struct.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-doc/mapper-union.cpp [new file with mode: 0644]