We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42cc18 commit dac6845Copy full SHA for dac6845
clang-tools-extra/clang-tidy/bugprone/ExceptionTypeNotNothrowCopyConstructibleCheck.h
@@ -1,5 +1,4 @@
1
//===----------------------------------------------------------------------===//
2
-//===----------------------------------------------------------------------===//
3
//
4
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
// See https://llvm.org/LICENSE.txt for license information.
clang-tools-extra/docs/clang-tidy/checks/bugprone/exception-type-not-nothrow-copy-constructible.rst
@@ -1,7 +1,7 @@
.. title:: clang-tidy - bugprone-exception-type-not-nothrow-copy-constructible
bugprone-exception-type-not-nothrow-copy-constructible
-=======================================================
+======================================================
6
Checks whether a thrown object is nothrow copy constructible.
7
0 commit comments