forked from OSchip/llvm-project
![]() Similar in format to the `-checks=` argument, this new `-warnings-as-errors=` argument upgrades any warnings emitted by the former to errors. http://reviews.llvm.org/D15528 llvm-svn: 257642 |
||
---|---|---|
.. | ||
clang-tidy | ||
Doxyfile | ||
Makefile | ||
ModularizeUsage.rst | ||
README.txt | ||
clang-modernize.rst | ||
clang-tidy.rst | ||
conf.py | ||
cpp11-migrate.rst | ||
index.rst | ||
make.bat | ||
modularize.rst | ||
pp-trace.rst |
README.txt
------------------------------------------------------------- Documentation for the tools of clang-tools-extra repo project ------------------------------------------------------------- Sphinx and doxygen documentation is generated by executing make. Sphinx html files can be generated separately using make html. Doxygen html files can also be generated using make doxygen. The generated documentation will be placed in _build/html.