diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-11-04 19:40:05 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-11-04 19:40:05 +0000 |
commit | 4f6725c426455ed403041ead4817ee1ee1c72907 (patch) | |
tree | 88c9c21e5be5a27eb794be36d527863f99c756f2 | |
parent | 2a2d39d7609f2ec0fb14530e20346f3eba0f8ec2 (diff) | |
download | bcm5719-llvm-4f6725c426455ed403041ead4817ee1ee1c72907.tar.gz bcm5719-llvm-4f6725c426455ed403041ead4817ee1ee1c72907.zip |
Fixed header levels.
llvm-svn: 252068
-rw-r--r-- | clang/docs/ClangTools.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/ClangTools.rst b/clang/docs/ClangTools.rst index 946db1f7d2c..540deb39dee 100644 --- a/clang/docs/ClangTools.rst +++ b/clang/docs/ClangTools.rst @@ -82,7 +82,7 @@ fixit-hints offered by clang. See :doc:`HowToSetupToolingForLLVM` for instructions on how to setup and used `clang-check`. ``clang-format`` -~~~~~~~~~~~~~~~~ +---------------- Clang-format is both a :doc:`library <LibFormat>` and a :doc:`stand-alone tool <ClangFormat>` with the goal of automatically reformatting C++ sources files @@ -103,7 +103,7 @@ and features of the tools for other tool developers; each tool should provide its own user-focused documentation. ``clang-tidy`` -~~~~~~~~~~~~~~ +-------------- `clang-tidy <http://clang.llvm.org/extra/clang-tidy/>` is a clang-based C++ linter tool. It provides an extensible framework for building compiler-based |