OSDN Git Service

add include files from llvm used by subzero into doxygen
authorReed Kotler <rkotlerimgtec@gmail.com>
Fri, 18 Dec 2015 00:34:00 +0000 (16:34 -0800)
committerJim Stichnoth <stichnot@chromium.org>
Fri, 18 Dec 2015 00:34:00 +0000 (16:34 -0800)
commit3e0cda2b685be87a3a918fea6ba83dcf21087c6e
tree6fd5bf710aec3becad36a216621b5c4331c08001
parent2cad380bd577afd5d230006cdea2b9935744fdaa
add include files from llvm used by subzero into doxygen

this fixes a lot of problems with the doxygen. for example
with this, now doxygen correctly understands the cl::opt
variables in ClFlags.cpp as variables, whereas previously
it thought they were functions.

it's possible to make the llvm includes more selective but
this is a good first cut and better than including all
of llvm includes.

BUG=
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/1536773003 .

Patch from Reed Kotler <rkotlerimgtec@gmail.com>.
Doxyfile