summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-09-28 08:52:55 +0000
committerAlexander Kornienko <alexfh@google.com>2015-09-28 08:52:55 +0000
commit501e6cd2839aa6ecf79500e6abf8c468de632417 (patch)
tree3186694141f8cfcf98a4a2c2d1304b48eb32afc6 /clang-tools-extra/docs/clang-tidy
parentbd582581b8063f18969aeeec7c6447b7528fe2e6 (diff)
downloadbcm5719-llvm-501e6cd2839aa6ecf79500e6abf8c468de632417.tar.gz
bcm5719-llvm-501e6cd2839aa6ecf79500e6abf8c468de632417.zip
[clang-tidy] Removed a stray empty line in the docs.
llvm-svn: 248699
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy')
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst b/clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst
index 2bdd506fdf1..7edcb0d7897 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/google-build-explicit-make-pair.rst
@@ -1,7 +1,6 @@
google-build-explicit-make-pair
===============================
-
Check that ``make_pair``'s template arguments are deduced.
G++ 4.6 in C++11 mode fails badly if ``make_pair``'s template arguments are
OpenPOWER on IntegriCloud