llvm/clang-tools-extra/docs
Whisperity f4834815f4 [clang-tidy] Fix crash on calls to overloaded operators in llvmlibc-callee-namespace
The routine that facilitated symbols to be explicitly allowed asked
the name of the called function, which resulted in a crash when the
check was accidentally run on non-trivial C++ code.

Differential Revision: http://reviews.llvm.org/D123992

Reviewed By: aaron.ballman
2022-04-20 10:15:03 +02:00
..
_static
_templates
clang-tidy [clang-tidy] Add portability-std-allocator-const check 2022-04-14 11:13:41 -07:00
clangd
clang-doc.rst
clang-include-fixer.rst
clang-modernize.rst
clang-rename.rst
clang-tidy.rst
clangd.rst
CMakeLists.txt
conf.py [docs] Remove hard-coded version numbers from sphinx configs 2022-02-01 23:14:12 -08:00
cpp11-migrate.rst
doxygen-mainpage.dox
doxygen.cfg.in
index.rst
make.bat
modularize.rst
ModularizeUsage.rst
pp-trace.rst
README.txt
ReleaseNotes.rst [clang-tidy] Fix crash on calls to overloaded operators in llvmlibc-callee-namespace 2022-04-20 10:15:03 +02:00

----------------------------------
Documentation in clang-tools-extra
----------------------------------

To generate documentation in HTML format from files in clang-tools-extra/docs,
build the docs-clang-tools-html target.

To generate documentation from the source code using Doxygen, build the
doxygen-clang-tools target.