[clang] Add install targets for API headers
authorShoaib Meenai <smeenai@fb.com>
Mon, 11 Mar 2019 18:53:57 +0000 (18:53 +0000)
committerShoaib Meenai <smeenai@fb.com>
Mon, 11 Mar 2019 18:53:57 +0000 (18:53 +0000)
commit20e7c0c450f0fdc66b2c4ede934516804a6bdff7
tree5187c9dc84510da5b3e1a484f458a6c5c09228ac
parentd7b68132d8f2e6d710340abc75cded5dcbec3487
[clang] Add install targets for API headers

Add an install target for clang's API headers, which allows them to be
included in distributions. The install rules already existed, but they
lacked a component and a target, making them only accessible via a full
install. These headers are useful for writing clang-based tooling, for
example. They're the clang equivalent to the llvm-headers target and
complement the clang-libraries target.

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

llvm-svn: 355853
clang/CMakeLists.txt
clang/docs/ReleaseNotes.rst