http://hg.python.org/devguide/rev/85f290e474e2 changeset: 681:85f290e474e2 user: Benjamin Peterson <benjamin at python.org> date: Mon Mar 17 21:35:56 2014 -0500 summary: add missing tick files: clang.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/clang.rst b/clang.rst --- a/clang.rst +++ b/clang.rst @@ -33,7 +33,7 @@ Sanitizer (or UBSan). ASan is invoked with the compiler option ``-fsanitize=address``, and UBSan is invoked with ``-fsanitize=undefined``. The flags are passed through ``CFLAGS`` and ``CXXFLAGS``, and sometimes through -``CC`` and ``CXX` (in addition to the compiler). +``CC`` and ``CXX`` (in addition to the compiler). A complete list of sanitizers can be found at `Controlling Code Generation <http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation>`_. -- Repository URL: http://hg.python.org/devguide